]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/terminfo.src
ncurses 5.4
[ncurses.git] / misc / terminfo.src
index 496be629995ea476fd8bf1e80f3cc348a1fcea81..1dc489964a3c0f9b0dd554b66114da80a003e305 100644 (file)
@@ -1,14 +1,27 @@
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
-#      Version 10.1.1
+# This version of terminfo.src is distributed with ncurses.
+# Report bugs and new terminal descriptions to
+#      bug-ncurses@gnu.org
+#
+#      $Revision: 1.227 $
+#      $Date: 2004/01/18 01:37:18 $
+#
+# The original header is preserved below for reference.  It is noted that there
+# is a newer version which differs in some cosmetic details; we have decided
+# to not change the header unless there is also a change in content.
+#
+#------------------------------------------------------------------------------
+#      Version 10.2.1
 #      terminfo syntax
 #
 #      Eric S. Raymond         (current maintainer)
 #      John Kunze, Berkeley
 #      Craig Leres, Berkeley
 #
 #      terminfo syntax
 #
 #      Eric S. Raymond         (current maintainer)
 #      John Kunze, Berkeley
 #      Craig Leres, Berkeley
 #
-# Please e-mail changes to terminfo@ccil.org.  The old termcap@berkeley.edu
-# address is no longer valid.
+# Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
+# address is no longer valid.  The latest version can always be found at
+# <http://www.tuxedo.org/terminfo>.
 #
 # PURPOSE OF THIS FILE:
 #
 #
 # PURPOSE OF THIS FILE:
 #
@@ -24,7 +37,7 @@
 # termcap/terminfo versions.
 #
 # Pointers to related resources (including the ncurses distribution) may
 # termcap/terminfo versions.
 #
 # Pointers to related resources (including the ncurses distribution) may
-# be found at <http://www.ccil.org/terminfo>.
+# be found at <http://www.tuxedo.org/terminfo>.
 #
 # INTERNATIONALIZATION:
 #
 #
 # INTERNATIONALIZATION:
 #
@@ -86,7 +99,9 @@
 # FILE ORGANIZATION:
 #
 # Comments in this file begin with # - they cannot appear in the middle
 # FILE ORGANIZATION:
 #
 # Comments in this file begin with # - they cannot appear in the middle
-# of a terminfo/termcap entry.  Individual capabilities are commented out by
+# of a terminfo/termcap entry (this feature had to be sacrificed in order
+# to allow standard terminfo and termcap syntax to be generated cleanly from
+# the master format).  Individual capabilities are commented out by
 # placing a period between the colon and the capability name.
 #
 # The file is divided up into major sections (headed by lines beginning with 
 # placing a period between the colon and the capability name.
 #
 # The file is divided up into major sections (headed by lines beginning with 
 # to see a listing of section headings.  The intent of the divisions is
 # (a) to make it easier to find things, and (b) to order the database so
 # that important and frequently-encountered terminal types are near the
 # to see a listing of section headings.  The intent of the divisions is
 # (a) to make it easier to find things, and (b) to order the database so
 # that important and frequently-encountered terminal types are near the
-# front (so that you'll get reasonable search efficiency even if you don't
-# use reorder).  Minor sections usually correspond to manufacturers or
-# standard terminal classes.  Parenthesized words following manufacturer
-# names are type prefixes or product line names used by that manufacturers.
+# front (so that you'll get reasonable search efficiency from a linear
+# search of the termcap form even if you don't use reorder).  Minor sections
+# usually correspond to manufacturers or standard terminal classes. 
+# Parenthesized words following manufacturer names are type prefixes or
+# product line names used by that manufacturers.
 #
 # HOW TO READ THE ENTRIES:
 #
 #
 # HOW TO READ THE ENTRIES:
 #
 #              only support one attribute without magic-cookie lossage.
 #              Their base entry is usually paired with another that
 #              uses magic cookies to support multiple attributes.
 #              only support one attribute without magic-cookie lossage.
 #              Their base entry is usually paired with another that
 #              uses magic cookies to support multiple attributes.
-#      -na     No arrow keys - termcap ignores arrow keys which are
-#              actually there on the terminal, so the user can use
-#              the arrow keys locally.
 #      -nam    No auto-margin - suppress <am> capability
 #      -nl     No labels - suppress soft labels
 #      -ns     No status line - suppress status line
 #      -nam    No auto-margin - suppress <am> capability
 #      -nl     No labels - suppress soft labels
 #      -ns     No status line - suppress status line
 #      -vb     Use visible bell (<flash>) rather than <bel>.
 #      -w      Wide - in 132 column mode.
 # If a name has multiple suffixes and one is a line height, that one should 
 #      -vb     Use visible bell (<flash>) rather than <bel>.
 #      -w      Wide - in 132 column mode.
 # If a name has multiple suffixes and one is a line height, that one should 
-# go first.  Thus `aaa-30-s-rv' is recommended over `aaa-s-rv'.  
+# go first.  Thus `aaa-30-s-rv' is recommended over `aaa-s-rv-30'.  
 # 
 # Entries with embedded plus signs are designed to be included through use/tc
 # capabilities, not used as standalone entries. 
 # 
 # Entries with embedded plus signs are designed to be included through use/tc
 # capabilities, not used as standalone entries. 
 # the inverse sense from the cup string).  The typical CPR value is
 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
 #
 # the inverse sense from the cup string).  The typical CPR value is
 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
 #
-# These capabilities are used by tac(1m), the terminfo action checker soon
-# to be distributed with ncurses.
+# These capabilities are used by tack(1m), the terminfo action checker
+# (distributed with ncurses 5.0).
 #
 # TABSET FILES
 #
 # All the entries in this file have been edited to assume that the tabset
 # files directory is /usr/share/tabset, in conformance with the File Hierarchy
 #
 # TABSET FILES
 #
 # All the entries in this file have been edited to assume that the tabset
 # files directory is /usr/share/tabset, in conformance with the File Hierarchy
-# Standard for Linux and free BSD systems.  Some vendors (notably Sun) use
-# /usr/lib/tabset or (more recently) /usr/share/lib/tabset.  
+# Standard for Linux and open-source BSD systems.  Some vendors (notably Sun)
+# use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.  
 #
 #
-# No curses package we know of uses these files.  If their location is an
-# issue, you will have to hand-patch the file locations before compiling
+# No curses package we know of actually uses these files.  If their location
+# is an issue, you will have to hand-patch the file locations before compiling
 # this file.
 # 
 # this file.
 # 
-# REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL:
+# REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL
 #
 # As the ANSI/ECMA-48 standard and variants take firmer hold, and as
 # character-cell terminals are increasingly replaced by X displays, much of
 # this file is becoming a historical document (this is part of the reason for
 #
 # As the ANSI/ECMA-48 standard and variants take firmer hold, and as
 # character-cell terminals are increasingly replaced by X displays, much of
 # this file is becoming a historical document (this is part of the reason for
-# the new organization, which puts ANSI types, xterm, free-Unix consoles,
+# the new organization, which puts ANSI types, xterm, Unix consoles,
 # and vt100 up front in confidence that this will catch 95% of new hardware).
 #
 # For the terminal types still alive, I'd like to have manufacturer's
 # and vt100 up front in confidence that this will catch 95% of new hardware).
 #
 # For the terminal types still alive, I'd like to have manufacturer's
 # There are no guarantees anywhere.  Svaha!
 #
 
 # There are no guarantees anywhere.  Svaha!
 #
 
-######## STANDARD AND SPECIAL TYPES
+######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
 #
 #
-# This section describes terminal classes and maker brands that are still
+# This section describes terminal classes and brands that are still
 # quite common.
 #
 
 # quite common.
 #
 
@@ -269,20 +282,71 @@ dumb|80-column dumb tty,
 unknown|unknown terminal type, 
        gn, use=dumb, 
 lpr|printer|line printer, 
 unknown|unknown terminal type, 
        gn, use=dumb, 
 lpr|printer|line printer, 
-       hc, os, 
+       OTbs, hc, os, 
        cols#132, lines#66, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ind=^J, 
 glasstty|classic glass tty interpreting ASCII control characters, 
        cols#132, lines#66, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ind=^J, 
 glasstty|classic glass tty interpreting ASCII control characters, 
-       am, 
+       OTbs, am, 
        cols#80, 
        cols#80, 
-       bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ht=^I, kbs=^H, 
-       kcub1=^H, kcud1=^J, nel=^M^J, 
+       bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ht=^I, kcub1=^H, 
+       kcud1=^J, nel=^M^J, .kbs=^H, 
+
+vanilla, 
+       OTbs, 
+       bel=^G, cr=^M, cud1=^J, ind=^J, 
 
 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
 #
 # See the end-of-file comment for more on these.
 #
 
 
 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
 #
 # See the end-of-file comment for more on these.
 #
 
+# ANSI capabilities are broken up into pieces, so that a terminal
+# implementing some ANSI subset can use many of them.
+ansi+local1, 
+       cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A, 
+ansi+local, 
+       cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, 
+       cuu=\E[%p1%dA, use=ansi+local1, 
+ansi+tabs, 
+       cbt=\E[Z, ht=^I, hts=\EH, tbc=\E[2g, 
+ansi+inittabs, 
+       it#8, use=ansi+tabs, 
+ansi+erase, 
+       clear=\E[H\E[J, ed=\E[J, el=\E[K, 
+ansi+rca, 
+       hpa=\E[%p1%{1}%+%dG, vpa=\E[%p1%{1}%+%dd, 
+ansi+cup, 
+       cup=\E[%i%p1%d;%p2%dH, home=\E[H, 
+ansi+rep, 
+       rep=%p1%c\E[%p2%{1}%-%db, 
+ansi+idl1, 
+       dl1=\E[M, il1=\E[L, 
+ansi+idl, 
+       dl=\E[%p1%dM, il=\E[%p1%dL, use=ansi+idl1, 
+ansi+idc, 
+       dch1=\E[P, ich=\E[%p1%d@, ich1=\E[@, rmir=\E6, smir=\E6, 
+ansi+arrows, 
+       kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       khome=\E[H, 
+ansi+sgr|ansi graphic renditions, 
+       blink=\E[5m, invis=\E[8m, rev=\E[7m, sgr0=\E[0m, 
+ansi+sgrso|ansi standout only, 
+       rmso=\E[m, smso=\E[7m, 
+ansi+sgrul|ansi underline only, 
+       rmul=\E[m, smul=\E[4m, 
+ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim, 
+       bold=\E[1m, 
+       sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 
+       use=ansi+sgr, use=ansi+sgrso, use=ansi+sgrul, 
+ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold, 
+       dim=\E[2m, 
+       sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m, 
+       use=ansi+sgr, use=ansi+sgrso, use=ansi+sgrul, 
+ansi+pp|ansi printer port, 
+       mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
+ansi+csr|ansi scroll-region plus cursor save & restore, 
+       csr=\E[%i%p1%d;%p2%dr, rc=\E8, sc=\E7, 
+
 # The IBM PC alternate character set.  Plug this into any Intel console entry.
 # We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
 # ROM graphics for control characters such as the diamond, up- and down-arrow.
 # The IBM PC alternate character set.  Plug this into any Intel console entry.
 # We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
 # ROM graphics for control characters such as the diamond, up- and down-arrow.
@@ -290,7 +354,7 @@ glasstty|classic glass tty interpreting ASCII control characters,
 # will work with any Intel console, they all seem to have inherited \E[11m
 # from the ANSI.SYS de-facto standard.
 klone+acs|alternate character set for ansi.sys displays, 
 # will work with any Intel console, they all seem to have inherited \E[11m
 # from the ANSI.SYS de-facto standard.
 klone+acs|alternate character set for ansi.sys displays, 
-       acsc=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030\,\021+^P0\333p\304r\304y\363z\362{\343|\330}\234
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376
        rmacs=\E[10m, smacs=\E[11m, 
 
 # Highlight controls corresponding to the ANSI.SYS standard.  Most 
        rmacs=\E[10m, smacs=\E[11m, 
 
 # Highlight controls corresponding to the ANSI.SYS standard.  Most 
@@ -315,10 +379,10 @@ klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m),
        sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
        use=klone+acs, 
 
        sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
        use=klone+acs, 
 
-# KOI8 (RFC1489) alternate character set 
+# KOI8-R (RFC1489) acs (alternate character set)
 # From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
 klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset, 
 # From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
 klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset, 
-       acsc=l\202m\204k\203j\205u\207t\206v\210w\211q\200x\201n\212o\213s\214p\216r\217`\004a\237f\234g\232~\225.\037-\036+\020\,\021h\222I\2200\215y\230z\231{\267}L|\274
+       acsc=+\020\,\021-\036.^_0\215`\004a\237f\234g\232h\222i\220j\205k\203l\202m\204n\212o\213p\216q\0r\217s\214t\206u\207v\210w\211x\201y\230z\231{\267|\274}L~\225
        rmacs=\E[10m, smacs=\E[11m, 
 
 # ANSI.SYS color control.  The setab/setaf caps depend on the coincidence
        rmacs=\E[10m, smacs=\E[11m, 
 
 # ANSI.SYS color control.  The setab/setaf caps depend on the coincidence
@@ -330,18 +394,18 @@ klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset,
 # They match a subset of ECMA-48.
 klone+color|color control for ansi.sys and ISO6429-compatible displays, 
        colors#8, ncv#3, pairs#64, 
 # They match a subset of ECMA-48.
 klone+color|color control for ansi.sys and ISO6429-compatible displays, 
        colors#8, ncv#3, pairs#64, 
-       op=\E[37;40m, setb=\E[4%p1%dm, setf=\E[3%p1%dm, 
+       op=\E[37;40m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
 
 # This is better than klone+color, it doesn't assume white-on-black as the
 # default color pair,  but many `ANSI' terminals don't grok the <op> cap.
 ecma+color|color control for ECMA-48-compatible terminals, 
 
 # This is better than klone+color, it doesn't assume white-on-black as the
 # default color pair,  but many `ANSI' terminals don't grok the <op> cap.
 ecma+color|color control for ECMA-48-compatible terminals, 
+       AX, 
        colors#8, ncv#3, pairs#64, 
        op=\E[39;49m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
 
 # Attribute control for ECMA-48-compatible terminals
 ecma+sgr|attribute capabilities for true ECMA-48 terminals, 
        colors#8, ncv#3, pairs#64, 
        op=\E[39;49m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
 
 # Attribute control for ECMA-48-compatible terminals
 ecma+sgr|attribute capabilities for true ECMA-48 terminals, 
-       rmso=\E[27m, rmul=\E[24m, 
-       use=klone+sgr, 
+       rmso=\E[27m, rmul=\E[24m, use=klone+sgr, 
 
 # For comparison, here are all the capabilities implied by the Intel
 # Binary Compatibility Standard (level 2) that fit within terminfo.
 
 # For comparison, here are all the capabilities implied by the Intel
 # Binary Compatibility Standard (level 2) that fit within terminfo.
@@ -364,12 +428,26 @@ ibcs2|Intel Binary Compatibility Standard prescriptions,
 # if you're in doubt about what `ANSI' matches yours, try them in that
 # order and back off from the first that breaks.
 
 # if you're in doubt about what `ANSI' matches yours, try them in that
 # order and back off from the first that breaks.
 
+# ansi-mr is for ANSI terminals with ONLY relative cursor addressing
+# and more than one page of memory.  It uses local motions instead of
+# direct cursor addressing, and makes almost no assumptions. It does
+# assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
+ansi-mr|mem rel cup ansi, 
+       am, xon, 
+       cols#80, lines#24, use=vanilla, use=ansi+erase, 
+       use=ansi+local1, 
+
+# ansi-mini is a bare minimum ANSI terminal. This should work on anything, but 
+# beware of screen size problems and memory relative cursor addressing.
 ansi-mini|any ansi terminal with pessimistic assumptions, 
 ansi-mini|any ansi terminal with pessimistic assumptions, 
-       am, 
-       cols#80, it#8, lines#24, 
-       clear=\E[H\E[2J$<50>, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
-       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
-       ht=^I, 
+       am, xon, 
+       cols#80, lines#24, use=vanilla, use=ansi+cup, 
+       use=ansi+erase, 
+
+# ansi-mtabs adds relative addressing and minimal tab support 
+ansi-mtabs|any ansi terminal with pessimistic assumptions, 
+       it#8, 
+       ht=^I, use=ansi+local1, use=ansi-mini, 
 
 # ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
 #
 
 # ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
 #
@@ -378,7 +456,7 @@ ansi-mini|any ansi terminal with pessimistic assumptions,
 # not to require any -- even at 9600 bps.  If you encounter problems,
 # try including the padding specifications.
 #
 # not to require any -- even at 9600 bps.  If you encounter problems,
 # try including the padding specifications.
 #
-# Note: the "as" and "ae" specifications are not implemented here, for
+# Note: the :as: and :ae: specifications are not implemented here, for
 # the available termcap documentation does not make clear WHICH alternate
 # character set to specify.  ANSI 3.64 seems to make allowances for several.
 # Please make the appropriate adjustments to fit your needs -- that is
 # the available termcap documentation does not make clear WHICH alternate
 # character set to specify.  ANSI 3.64 seems to make allowances for several.
 # Please make the appropriate adjustments to fit your needs -- that is
@@ -397,17 +475,18 @@ ansi-mini|any ansi terminal with pessimistic assumptions,
 #
 # USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
 #
 #
 # USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
 #
+# (Added vt100 <rc>,<sc> to quiet a tic warning --esr)
 ansi77|ansi 3.64 standard 1977 version, 
 ansi77|ansi 3.64 standard 1977 version, 
-       am, mir, 
+       OTbs, am, mir, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\E[;H\E[2J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
        cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cuu1=\E[A, dch1=\E[P, dl1=\E[M$<5*/>, ed=\E[J, el=\E[K, 
        home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\E[;H\E[2J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
        cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cuu1=\E[A, dch1=\E[P, dl1=\E[M$<5*/>, ed=\E[J, el=\E[K, 
        home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
-       kf2=\EOR, kf4=\EOS, khome=\E[H, nel=^M\ED, ri=\EM, 
-       rmir=\E[4l, rmso=\E[m, rmul=\E[m, smir=\E[4h, smso=\E[7m
-       smul=\E[4m, 
+       kf2=\EOR, kf4=\EOS, khome=\E[H, nel=^M\ED, rc=\E8, ri=\EM, 
+       rmir=\E[4l, rmso=\E[m, rmul=\E[m, sc=\E7, smir=\E[4h
+       smso=\E[7m, smul=\E[4m, 
 
 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
 # standard capabilities.  This entry deletes <cuu>, <cuf>, <cud>, <cub>, and 
 
 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
 # standard capabilities.  This entry deletes <cuu>, <cuf>, <cud>, <cub>, and 
@@ -420,7 +499,7 @@ ansi77|ansi 3.64 standard 1977 version,
 # ANSI.SYS influence.
 # From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
 pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode), 
 # ANSI.SYS influence.
 # From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
 pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode), 
-       am, mir, msgr, 
+       OTbs, am, mir, msgr, 
        cols#80, it#8, lines#24, 
        bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub1=\E[D, 
        cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
        cols#80, it#8, lines#24, 
        bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub1=\E[D, 
        cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
@@ -465,28 +544,39 @@ ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes,
 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
 ansi|ansi/pc-term compatible with color, 
        u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?%[;0123456789]c, 
 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
 ansi|ansi/pc-term compatible with color, 
        u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?%[;0123456789]c, 
-       u9=\E[c, 
-       use=ecma+color, use=klone+sgr, use=ansi-m, 
+       u9=\E[c, use=ecma+color, use=klone+sgr, use=ansi-m, 
+
+# ansi-generic is a vanilla ANSI terminal. This is assumed to implement 
+# all the normal ANSI stuff with no extensions. It assumes 
+# insert/delete line/char is there, so it won't work with 
+# vt100 clones. It assumes video attributes for bold, blink, 
+# underline, and reverse, which won't matter much if the terminal 
+# can't do some of those. Padding is assumed to be zero, which 
+# shouldn't hurt since xon/xoff is assumed.
+ansi-generic|generic ansi standard terminal, 
+       am, xon, 
+       cols#80, lines#24, use=vanilla, use=ansi+csr, use=ansi+cup, 
+       use=ansi+rca, use=ansi+erase, use=ansi+tabs, 
+       use=ansi+local, use=ansi+idc, use=ansi+idl, use=ansi+rep, 
+       use=ansi+sgrbold, use=ansi+arrows, 
 
 
-#
-# ANSI.SYS entries
+#### DOS ANSI.SYS variants
 #
 # This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
 # documentation (except for the keyboard key reassignment feature, which
 #
 # This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
 # documentation (except for the keyboard key reassignment feature, which
-# doen't fit the <pfkey> model well).  The klone+acs sequences were valid
+# doesn't fit the <pfkey> model well).  The klone+acs sequences were valid
 # though undocumented.  The <pfkey> capability is untested but should work for
 # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
 ansi.sys-old|ANSI.SYS under PC-DOS 2.1, 
 # though undocumented.  The <pfkey> capability is untested but should work for
 # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
 ansi.sys-old|ANSI.SYS under PC-DOS 2.1, 
-       am, mir, msgr, xon, 
+       OTbs, am, mir, msgr, xon, 
        cols#80, lines#25, 
        clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[k, home=\E[H, 
        is2=\E[m\E[?7h, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
        khome=^^, pfkey=\E[0;%p1%{58}%+%d;%p2"%s", rc=\E[u, 
        rmam=\E[?7l, sc=\E[s, smam=\E[?7h, u6=\E[%i%d;%dR, 
        cols#80, lines#25, 
        clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[k, home=\E[H, 
        is2=\E[m\E[?7h, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
        khome=^^, pfkey=\E[0;%p1%{58}%+%d;%p2"%s", rc=\E[u, 
        rmam=\E[?7l, sc=\E[s, smam=\E[?7h, u6=\E[%i%d;%dR, 
-       u7=\E[6n, 
-       use=klone+color, use=klone+sgr, 
+       u7=\E[6n, use=klone+color, use=klone+sgr, 
 ansi.sys|ANSI.SYS 3.1 and later versions, 
        el=\E[K, use=ansi.sys-old, 
 
 ansi.sys|ANSI.SYS 3.1 and later versions, 
        el=\E[K, use=ansi.sys-old, 
 
@@ -512,7 +602,8 @@ ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi,
 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
 nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS, 
        dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L, 
 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
 nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS, 
        dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L, 
-       is2=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n, use=ansi.sys, 
+       is2=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n, 
+       use=ansi.sys, 
 #
 # See ansi.sysk and nansi.sys above.
 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi, 
 #
 # See ansi.sysk and nansi.sys above.
 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi, 
@@ -523,11 +614,37 @@ nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi
 #### ANSI console types
 #
 
 #### ANSI console types
 #
 
-# This entry is good for the 1.2.13 version of the Linux console driver.
+#### BeOS
 #
 #
-# Note: there are numerous broken linux entries out there, which didn't screw
-# up BSD termcap but hose ncurses's smarter cursor-movement optimization.
-# One common pathology is an incorrect tab length of 4.
+# BeOS entry for Terminal program Seems to be almost ANSI
+beterm|BeOS Terminal, 
+       am, eo, mir, msgr, xenl, xon, 
+       colors#8, cols#80, it#8, lines#25, ncv#5, pairs#64, 
+       bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
+       ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, 
+       hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
+       il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, 
+       kend=\E[4~, kf1=\E[11~, kf10=\E[20~, kf11=\E[21~, 
+       kf12=\E[22~, kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, 
+       kf5=\E[15~, kf6=\E[16~, kf7=\E[17~, kf8=\E[18~, kf9=\E[19~, 
+       khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kspd=^Z, 
+       nel=^M^J, op=\E[m, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, 
+       rmkx=\E[?4l, rmso=\E[m, rmul=\E[24m, rs1=\Ec, sc=\E7, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       setb=\E[%p1%{40}%+%cm, setf=\E[%p1%{30}%+%cm, 
+       sgr0=\E[0;10m, smir=\E[4h, smkx=\E[?4h, smso=\E[7m, 
+       smul=\E[4m, u6=\E[%i%p1%d;%p2%dR, u7=\E[6n, 
+       vpa=\E[%i%p1%dd, 
+
+#### Linux consoles
+#
+
+# This entry is good for the 1.2.13 or later version of the Linux console.
 #
 # ***************************************************************************
 # *                                                                         *
 #
 # ***************************************************************************
 # *                                                                         *
@@ -542,65 +659,149 @@ nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi
 #      string F26 ="\033[Z"
 # *                                                                         *
 # * This has to use a key slot which is unfortunate (any unused one will    *
 #      string F26 ="\033[Z"
 # *                                                                         *
 # * This has to use a key slot which is unfortunate (any unused one will    *
-# # do, F26 is the higher-numbered one).  The change ought to be built      *
+# * do, F26 is the higher-numbered one).  The change ought to be built      *
 # * into the kernel tables.                                                 *
 # *                                                                         *
 # ***************************************************************************
 #
 # * into the kernel tables.                                                 *
 # *                                                                         *
 # ***************************************************************************
 #
-# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
-# and it matters, turn off <ccc>.  The %02x escape used to implement this is
-# not back-portable to SV curses and not supported in ncurses versions before
-# 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
+# This entry is good for the 1.2.13 or later version of the Linux console.
+#
+# ***************************************************************************
+# *                                                                         *
+# *                           WARNING:                                      *
+# * Linuxes come with a default keyboard mapping kcbt=^I.  This entry, in   *
+# * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
+# * character. Here are the keymap replacement lines that will set this up: *
+# *                                                                         *
+#      keycode  15 = Tab             Tab
+#              alt     keycode  15 = Meta_Tab
+#              shift   keycode  15 = F26
+#      string F26 ="\033[Z"
+# *                                                                         *
+# * This has to use a key slot which is unfortunate (any unused one will    *
+# * do, F26 is the higher-numbered one).  The change ought to be built      *
+# * into the kernel tables.                                                 *
+# *                                                                         *
+# ***************************************************************************
+#
+# All linux kernels since 1.2.13 (at least) set the screen size
 # themselves; this entry assumes that capability.
 #
 # themselves; this entry assumes that capability.
 #
-# From: Eric S. Raymond <esr@snark.thyrsus.com> 15 Dec 1995
-linux|linux console, 
+linux-basic|linux console, 
        am, bce, eo, mir, msgr, xenl, xon, 
        am, bce, eo, mir, msgr, xenl, xon, 
-       it#8, 
-       bel=^G, civis=\E[?25l, clear=\E[H\E[J, cnorm=\E[?25h
-       cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C
-       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP
-       dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M
-       ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
-       flash=\E[?5h\E[?5l$<200/>, home=\E[H, hpa=\E[%i%p1%dG
-       ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL
-       il1=\E[L, ind=^J, kb2=\E[G, kbs=\177, kcbt=\E[Z, kcub1=\E[D
-       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~
-       kend=\E[4~, kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, 
-       kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
-       kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
-       kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, kf5=\E[[E
-       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
-       khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kspd=^Z
-       nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, rmso=\E[27m
-       rmul=\E[24m, rs1=\Ec, sc=\E7, 
+       it#8, ncv#18, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376
+       bel=^G, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr
+       cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH
+       cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m
+       dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
+       el1=\E[1K, flash=\E[?5h\E[?5l$<200/>, home=\E[H
+       hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@
+       il=\E[%p1%dL, il1=\E[L, ind=^J, kb2=\E[G, kbs=\177
+       kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A
+       kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
+       kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
+       kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D
+       kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~
+       kspd=^Z, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l
+       rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E]R, sc=\E7, 
        sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 
        smir=\E[4h, smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, 
        u7=\E[6n, u8=\E[?6c, u9=\E[c, vpa=\E[%i%p1%dd, 
        use=klone+sgr, use=ecma+color, 
        sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 
        smir=\E[4h, smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, 
        u7=\E[6n, u8=\E[?6c, u9=\E[c, vpa=\E[%i%p1%dd, 
        use=klone+sgr, use=ecma+color, 
+
 linux-m|Linux console no color, 
        colors@, pairs@, 
        setab@, setaf@, setb@, setf@, use=linux, 
 linux-m|Linux console no color, 
        colors@, pairs@, 
        setab@, setaf@, setb@, setf@, use=linux, 
-linux-c-nc|linux console 1.3.x hack for ncurses only, 
+
+# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
+# and it matters, turn off <ccc>.  The %02x escape used to implement this is
+# not supposedly back-portable to older SV curses (although it has worked fine
+# on Solaris for several years) and not supported in ncurses versions before
+# 1.9.9.
+linux-c-nc|linux console with color-change, 
        ccc, 
        ccc, 
-       initc=\E]P%p1%x%p2%02x%p3%02x%p4%02x, oc=\E]R, use=linux, 
+       initc=\E]P%p1%x%p2%{256}%*%{1000}%/%02x%p3%{256}%*%{1000}%/%02x%p4%{256}%*%{1000}%/%02x, 
+       oc=\E]R, use=linux-basic, 
 # From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
 # From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
-linux-c|linux console 1.3.6+, with private palette for each virtual console
+linux-c|linux console 1.3.6+ for older ncurses
        ccc, 
        ccc, 
-       colors#8, pairs#64, 
-       initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%p'a'%+%c%e%p1%d%p2%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p3%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p4%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;, 
-       oc=\E]R, 
-       use=linux, 
+       initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{256}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%p3%{256}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%p4%{256}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;, 
+       oc=\E]R, use=linux-basic, 
+
+# The 2.2.x kernels add a private mode that sets the cursor type; use that to
+# get a block cursor for cvvis.
+# reported by Frank Heckenbach <frank@g-n-u.de>.
+linux|linux console, 
+       civis=\E[?25l\E[?1c, cnorm=\E[?25h\E[?0c, 
+       cvvis=\E[?25h\E[?8c, use=linux-c-nc, 
 
 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
 linux-nic|linux with ich/ich1 suppressed for non-curses programs, 
 
 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
 linux-nic|linux with ich/ich1 suppressed for non-curses programs, 
-       ich@, ich1@, 
-       use=linux, 
+       ich@, ich1@, use=linux, 
 
 # This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
 
 # This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
+# acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
 linux-koi8|linux with koi8 alternate character set, 
 linux-koi8|linux with koi8 alternate character set, 
+       acsc=+\020\,\021-\030.^Y0\215`\004a\221f\234g\237h\220i\276j\205k\203l\202m\204n\212o~p\0q\0r\0s_t\206u\207v\211w\210x\201y\230z\231{\267|\274~\224, 
+       use=linux, use=klone+koi8acs, 
+
+# Another entry for KOI8-r with Qing Long's acsc.
+# (which one better complies with the standard?)
+linux-koi8r|linux with koi8-r alternate character set, 
        use=linux, use=klone+koi8acs, 
 
        use=linux, use=klone+koi8acs, 
 
+# Entry for the latin1 and latin2 fonts
+linux-lat|linux with latin1 or latin2 alternate character set, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\013f\370g\361h\260i\316j\211k\214l\206m\203n\305o~p\304q\212r\304s_t\207u\215v\301w\302x\205y\363z\362{\343|\330}\234~\376, 
+       use=linux, 
+
+# This uses graphics from VT codeset instead of from cp437.
+# reason: cp437 (aka "straight to font") is not functional under luit.
+# from: Andrey V Lukyanov <land@long.yar.ru>.
+linux-vt|linux console using VT codes for graphics, 
+       acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~, 
+       rmacs=\E(K, rmpch@, sgr@, sgr0=\E[0m\E(K\017, smacs=\E(0, 
+       smpch@, use=linux, 
+
+#### Mach
+#
+
+# From: Matthew Vernon <mcv21@pick.sel.cam.ac.uk>
+mach|Mach Console, 
+       am, km, 
+       cols#80, it#8, lines#25, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M, 
+       cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
+       el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, 
+       kbs=\177, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\E[9, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf2=\EOQ, 
+       kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
+       kf9=\EOX, khome=\E[H, kich1=\E[@, kll=\E[F, knp=\E[U, 
+       kpp=\E[V, rev=\E[7m, rmso=\E[0m, rmul=\E[24m, sgr0=\E[0m, 
+       smso=\E[7m, smul=\E[4m, 
+mach-bold|Mach Console with bold instead of underline, 
+       rmul=\E[0m, smul=\E[1m, use=mach, 
+mach-color|Mach Console with ANSI color, 
+       colors#8, pairs#64, 
+       dim=\E[2m, invis=\E[8m, op=\E[37;40m, rmso=\E[27m, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=mach, 
+
+#### OSF Unix
+#
+
+# OSF/1 1.1 Snapshot 2
+pmcons|pmconsole|PMAX console, 
+       am, 
+       cols#128, lines#57, 
+       bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuu1=^K, ht=^I, 
+       ind=^J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
+
 # SCO console and SOS-Syscons console for 386bsd
 # (scoansi: had unknown capabilities
 #      :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
 # SCO console and SOS-Syscons console for 386bsd
 # (scoansi: had unknown capabilities
 #      :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
@@ -610,18 +811,69 @@ linux-koi8|linux with koi8 alternate character set,
 #      :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
 # I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
 # on the <smacs>=\E[12m  -- esr)
 #      :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
 # I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
 # on the <smacs>=\E[12m  -- esr)
+#
+# klone+sgr-dumb is an error since the acsc does not match -TD
+#
+# In this description based on SCO's keyboard(HW) manpage list of default
+# function key values:
+#      F13-F24 are shifted F1-F12
+#      F25-F36 are control F1-F12
+#      F37-F48 are shift+control F1-F12
+#
+# hpa/vpa work in the console, but not in scoterm:
+#      hpa=\E[%p1%dG,
+#      vpa=\E[%p1%dd,
+#
+# SCO's terminfo uses
+#      kLFT=\E[d,
+#      kRIT=\E[c,
+# which do not work (console or scoterm).
+#
+# Console documents only 3 attributes can be set with SGR (so we don't use sgr).
+scoansi-old|SCO Extended ANSI standard crt (5.0.5), 
+       OTbs, am, bce, eo, xon, 
+       colors#8, cols#80, it#8, lines#25, pairs#64, 
+       acsc=-\230.\231\,.+/0[5566778899\:\:;;<<==>>FFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXX`\204a0fxgqh2jYk?lZm@nEqDtCu4vAwBx3yszr{c}\034~\207, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
+       civis=\E[=14;12C, clear=\E[H\E[2J, cnorm=\E[=10;12C, 
+       cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[=0;12C, dch=\E[%p1%dP, 
+       dch1=\E[P, dispc=\E[=%p1%dg, dl=\E[%p1%dM, dl1=\E[M, 
+       ed=\E[m\E[J, el=\E[m\E[K, el1=\E[1K, home=\E[H, ht=^I, 
+       hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
+       ind=\E[S, indn=\E[%p1%dS, invis=\E[8m, kbeg=\E[E, kbs=^H, 
+       kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\177, kend=\E[F, kf1=\E[M, kf10=\E[V, kf11=\E[W, 
+       kf12=\E[X, kf13=\E[Y, kf15=\E[a, kf16=\E[b, kf17=\E[c, 
+       kf18=\E[d, kf19=\E[e, kf2=\E[N, kf20=\E[f, kf21=\E[g, 
+       kf22=\E[h, kf23=\E[i, kf24=\E[j, kf25=\E[k, kf26=\E[l, 
+       kf27=\E[m, kf28=\E[n, kf29=\E[o, kf3=\E[O, kf30=\E[p, 
+       kf31=\E[q, kf32=\E[r, kf33=\E[s, kf34=\E[t, kf35=\E[u, 
+       kf36=\E[v, kf37=\E[w, kf38=\E[x, kf39=\E[y, kf4=\E[P, 
+       kf40=\E[z, kf41=\E[@, kf42=\E[[, kf43=\E[\\, kf44=\E[], 
+       kf45=\E[\^, kf46=\E[_, kf47=\E[`, kf48=\E[{, kf5=\E[Q, 
+       kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, 
+       kich1=\E[L, knp=\E[G, kpp=\E[I, op=\E[0;37;40m, rc=\E8, 
+       rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmacs=\E[10m, 
+       rmam=\E[?7l, rmso=\E[m, rmul=\E[m, sc=\E7, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[0;10m, 
+       smacs=\E[12m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, 
+scoansi-new|SCO Extended ANSI standard crt (5.0.6), 
+       km, 
+       civis=\E[=0c, cnorm=\E[=1c, csr=\E[%i%p1%d;%p2%dr, 
+       cvvis=\E[=2c, mgc=\E[=r, oc=\E[51m, op=\E[50m, 
+       rep=\E[%p1%d;%p2%db, rmm=\E[=11L, 
+       sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m, 
+       smgb=\E[=1;0m, smgbp=\E[=1;%i%p1%dm, 
+       smglp=\E[=2;%i%p1%dm, smgr=\E[=3;0m, 
+       smgrp=\E[=3;%i%p1%dm, smgt=\E[=0;0m, 
+       smgtp=\E[=0;%i%p1%dm, smm=\E[=10L, 
+       wind=\E[%i%p1%d;%p2%d;%i%p3%d;%p4%dr, 
+       use=scoansi-old, 
+# make this easy to change...
 scoansi|SCO Extended ANSI standard crt, 
 scoansi|SCO Extended ANSI standard crt, 
-       am, eo, xon, 
-       cols#80, it#8, lines#25, 
-       blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, 
-       cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
-       cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
-       ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S, kbs=^H, kcub1=\E[D, 
-       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[F, kf1=\E[M, 
-       kf10=\E[V, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, 
-       kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, knp=\E[G, kpp=\E[I, 
-       ri=\E[T, 
-       use=klone+sgr-dumb, 
+       use=scoansi-old, 
 
 # This actually describes the generic SVr4 display driver for Intel boxes.
 # The <dim=\E[2m> isn't documented and therefore may not be reliable.
 
 # This actually describes the generic SVr4 display driver for Intel boxes.
 # The <dim=\E[2m> isn't documented and therefore may not be reliable.
@@ -646,13 +898,12 @@ att6386|at386|386at|AT&T WGS 6386 console,
        knp=\E[U, kpp=\E[V, krmir=\E0, nel=\r\E[S, rc=\E8, rev=\E[7m, 
        ri=\E[T, rin=\E[%p1%dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
        sc=\E7, 
        knp=\E[U, kpp=\E[V, krmir=\E0, nel=\r\E[S, rc=\E8, rev=\E[7m, 
        ri=\E[T, rin=\E[%p1%dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
        sc=\E7, 
-       sgr=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m, 
+       sgr=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m, 
        sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
        sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
-       tbc=\E[2g, vpa=\E[%i%p1%dd, 
-       use=klone+color, 
+       tbc=\E[2g, vpa=\E[%i%p1%dd, use=klone+color, 
 # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
 pc6300plus|AT&T 6300 plus, 
 # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
 pc6300plus|AT&T 6300 plus, 
-       am, xon, 
+       OTbs, am, xon, 
        cols#80, lines#24, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[=C, 
        clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub1=^H, cud1=\E[B, 
        cols#80, lines#24, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[=C, 
        clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub1=^H, cud1=\E[B, 
@@ -665,7 +916,74 @@ pc6300plus|AT&T 6300 plus,
        nel=^M^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
        smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
 
        nel=^M^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
        smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
 
+# From: Benjamin C. W. Sittler <bsittler@nmt.edu>
 #
 #
+# I have a UNIX PC which I use as a terminal attached to my Linux PC.
+# Unfortunately, the UNIX PC terminfo entry that comes with ncurses
+# is broken. All the special key sequences are broken, making it unusable
+# with Emacs. The problem stems from the following:
+# 
+# The UNIX PC has a plethora of keys (103 of them, and there's no numeric
+# keypad!), loadable fonts, and strange highlighting modes ("dithered"
+# half-intensity, "smeared" bold, and real strike-out, for example.) It also
+# uses resizable terminal windows, but the bundled terminal program always
+# uses an 80x24 window (and doesn't support seem to support a 132-column
+# mode.) 
+# 
+# HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
+# library which was a superset of SVr3.5 curses (called tam, for "terminal
+# access method".) tam includes support for real, overlapping windows,
+# onscreen function key labels, and bitmap graphics. But since the primary
+# user interface on the UNIX PC was a GUI program (ua, for "user
+# assistant",) and remote administration was considered important for the
+# machine, tam also supported VT100-compatible terminals attached to the
+# serial port or used across the StarLan network. To simulate the extra keys
+# not present on a VT100, users could press ESC and a two-letter sequence,
+# such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
+# however, were not the same as those sent by the actual Undo key. The
+# actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
+# (If you're interested in adding some of the tam calls to ncurses, btw, I
+# have the full documentation and several programs which use tam. It also
+# used an extended terminfo format to describe key sequences, special
+# highlighting modes, etc.) 
+# 
+# KEYS: This means that ncurses would quite painful on the UNIX PC, since
+# there are two sequences for every key-modifier combination (local keyboard
+# sequence and remote "VT100" sequence.) But I doubt many people are trying
+# to use ncurses on the UNIX PC, since ncurses doesn't properly handle the
+# GUI. Unfortunately, the terminfo entry (and the termcap, too, I presume) 
+# seem to have been built from the manual describing the VT100 sequences. 
+# This means it doesn't work for a real live UNIX PC. 
+# 
+# FONTS: The UNIX PC also has a strange interpretation of "alternate
+# character set". Rather than the VT100 graphics you might expect, it allows
+# up to 8 custom fonts to be loaded at any given time. This means that
+# programs expecting VT100 graphics will usually be disappointed. For this
+# reason I have disabled the smacs/rmacs sequences, but they could easily be
+# re-enabled. Here are the relevant control sequences (from the ESCAPE(7) 
+# manpage), should you wish to do so: 
+# 
+# SGR10 - Select font 0 - ESC [ 10 m or SO
+# SGR11 - Select font 1 - ESC [ 11 m or SI
+# SGR12 - Select font 2 - ESC [ 12 m
+# ... (etc.)
+# SGR17 - Select font 7 - ESC [ 17 m
+# 
+# Graphics for line drawing are not reliably found at *any* character
+# location because the UNIX PC has dynamically reloadable fonts. I use font
+# 0 for regular text and font 1 for italics, but this is by no means
+# universal. So ASCII line drawing is in order if smacs/rmacs are enabled.
+# 
+# MISC: The cursor visible/cursor invisible sequences were swapped in the
+# distributed terminfo.
+# 
+# To ameliorate these problems (and fix a few highlighting bugs) I rewrote
+# the UNIX PC terminfo entry. The modified version works great with Lynx,
+# Emacs, and XEmacs running on my Linux PC and displaying on the UNIX PC
+# attached by serial cable. In Emacs, even the Undo key works, and many
+# applications can now use the F1-F8 keys. 
+# 
+# esr's notes:
 #      Terminfo entry for the AT&T Unix PC 7300
 #      from escape(7) in Unix PC 7300 Manual.
 #      Somewhat similar to a vt100-am (but different enough
 #      Terminfo entry for the AT&T Unix PC 7300
 #      from escape(7) in Unix PC 7300 Manual.
 #      Somewhat similar to a vt100-am (but different enough
@@ -716,36 +1034,66 @@ pc6300plus|AT&T 6300 plus,
 # they're confirmed by the man page for the System V display---esr)
 #
 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300, 
 # they're confirmed by the man page for the System V display---esr)
 #
 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300, 
-       am, xenl, xon, 
+       am, xon, 
        cols#80, it#8, lines#24, 
        cols#80, it#8, lines#24, 
-       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
-       bel=^G, bold=\E[7m, cbt=\E^I, civis=\E[=C, clear=\E[2J\E[H, 
-       cnorm=\E[=1C, cr=^M, cub=\E[%p1%dD, cud=\E[%p1%dB, 
-       cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
-       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
-       dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, 
-       el=\E[0K, home=\E[H, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
-       ind=^J, invis=\E[9m, is1=^O, kBEG=\EBG, kCAN=\ECN, kCPY=\ECP, 
-       kCRT=\ECR, kDC=\EDC, kDL=\EDL, kEND=\EEN, kEOL=\ECI, 
-       kFND=\EFI, kHLP=\EHL, kHOM=\EHM, kIC=\ENJ, kLFT=\EBW, 
-       kMOV=\EMV, kNXT=\ENX, kOPT=\EOT, kPRV=\EPV, kRDO=\ERO, 
-       kRIT=\EFW, kRPL=\ERP, kSAV=\ESV, kUND=\EUD, kbeg=\Ebg, 
-       kbs=^H, kcan=\Ecn, kcbt=\E^I, kclo=\Ecl, kclr=\Ece, 
-       kcmd=\Ecm, kcpy=\Ecp, kcrt=\Ecr, kcub1=\E[D, kcud1=\E[B, 
-       kcuf1=\E[C, kcuu1=\E[A, kdch1=\Edc, ked=\Ece, kel=\Eci, 
-       kend=\Een, kext=\Eex, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
-       kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kfnd=\Efi, khlp=\Ehl, 
-       khome=\Ehm, kich1=\Eim, kind=\Erd, kmov=\Emv, kmrk=\Emk, 
-       knp=\Epg, knxt=\Enx, kopn=\Eop, kopt=\Eot, kpp=\EPG, 
-       kprt=\Epr, kprv=\Epv, krdo=\Ero, kref=\Ere, krfr=\Erf, 
-       kri=\Eru, krpl=\Erp, krst=\Ers, ksav=\Esv, kslt=\Esl, 
-       kund=\Eud, nel=\EE, rev=\E[7m, ri=\EM, rmacs=\E[10m, 
-       rmso=\E[m, rmul=\E[m, sgr0=\E[0;10m, smacs=\E[11m, 
-       smso=\E[7m, smul=\E[4m, 
+       bel=^G, blink=\E[9m, bold=\E[1m, cbt=\E^I, civis=\E[=1C, 
+       clear=\E[2J\E[H, cnorm=\E[=0C, cr=^M, cub=\E[%p1%dD, 
+       cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
+       cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
+       cuu1=\E[A, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, 
+       ed=\E[0J, el=\E[0K, home=\E[H, ich1=\E[@, il=\E[%p1%dL, 
+       il1=\E[L, ind=^J, invis=\E[9m, is1=\017\E[=1w, kBEG=\ENB, 
+       kCAN=\EOW, kCPY=\END, kCRT=\EON, kDC=\ENF, kDL=\ENE, 
+       kEND=\ENN, kEOL=\EOA, kFND=\EOX, kHLP=\EOM, kHOM=\ENM, 
+       kIC=\ENJ, kLFT=\ENK, kMOV=\ENC, kNXT=\ENH, kOPT=\EOR, 
+       kPRV=\ENG, kRDO=\EOT, kRIT=\ENL, kRPL=\EOY, kSAV=\EOO, 
+       kUND=\EOS, kbeg=\ENb, kbs=^H, kcan=\EOw, kcbt=\E[Z, 
+       kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\ENf, 
+       ked=\E[J, kel=\EOa, kend=\E0, kext=\EOk, kf1=\EOc, kf2=\EOd, 
+       kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
+       kfnd=\EOx, khlp=\EOm, khome=\E[H, kich1=\ENj, kind=\E[B, 
+       kmov=\ENc, kmrk=\ENi, knp=\E[U, knxt=\ENh, kopn=\EOv, 
+       kopt=\EOr, kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, 
+       kref=\EOb, krfr=\ENa, kri=\E[A, krpl=\EOy, krst=\EOB, 
+       ksav=\EOo, kslt=\ENI, kund=\EOs, nel=\EE, rev=\E[7m, ri=\EM, 
+       rmso=\E[m, rmul=\E[m, sgr0=\E[0;10m, smso=\E[7m, 
+       smul=\E[4m, 
 
 
-# From: davis@unidata.ucar.edu
+# Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
+# from SGI's terminfo database.  SGI's entry shows F9-F12 with the codes
+# for the application keypad mode.  We have added iris-ansi-ap rather than
+# change the original to keypad mode.
+#
 # (iris-ansi: added rmam/smam based on init string -- esr)
 # (iris-ansi: added rmam/smam based on init string -- esr)
-iris-ansi|iris-ansi-net|IRIS emulating ANSI terminal, 
+#
+# This entry, and those derived from it, is used in xwsh (also known as
+# winterm).  Some capabilities that do not fit into the terminfo model
+# include the shift- and control-functionkeys:
+#
+# F1-F12 generate different codes when shift or control modifiers are used.
+# For example:
+#      F1              \E[001q
+#      shift F1        \E[013q
+#      control-F1      \E[025q
+#
+# In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
+# \EOP to \EOS.  The shifted and control modifiers still do the same thing.
+#
+# The cursor keys also have different codes:
+#      control-up      \E[162q
+#      control-down    \E[165q
+#      control-left    \E[159q
+#      control-right   \E[168q
+#
+#      shift-up        \E[161q
+#      shift-down      \E[164q
+#      shift-left      \E[158q
+#      shift-right     \E[167q
+#
+#      control-tab     \[072q
+#
+iris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100), 
        am, 
        cols#80, it#8, lines#40, 
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, 
        am, 
        cols#80, it#8, lines#40, 
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, 
@@ -759,19 +1107,29 @@ iris-ansi|iris-ansi-net|IRIS emulating ANSI terminal,
        kEND=\E[147q, kHOM=\E[143q, kLFT=\E[158q, kPRT=\E[210q, 
        kRIT=\E[167q, kSPD=\E[218q, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
        kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
        kEND=\E[147q, kHOM=\E[143q, kLFT=\E[158q, kPRT=\E[210q, 
        kRIT=\E[167q, kSPD=\E[218q, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
        kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
-       kend=\E[146q, kent=^M, kf1=\E[001q, kf10=\EOQ, kf11=\EOR
-       kf12=\EOS, kf2=\E[002q, kf3=\E[003q, kf4=\E[004q, 
-       kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, 
-       kf9=\EOP, khome=\E[H, kich1=\E[139q, knp=\E[154q, 
-       kpp=\E[150q, kprt=\E[209q, krmir=\E[146q, kspd=\E[217q, 
-       nel=\EE, pfkey=\EP101;%p1%d.y%p2%s\E\\, rc=\E8
-       rev=\E[7m, ri=\EM, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, sc=\E7
-       sgr0=\E[m, smam=\E[?7h, smso=\E[1;7m, smul=\E[4m, 
+       kend=\E[146q, kent=^M, kf1=\E[001q, kf10=\E[010q
+       kf11=\E[011q, kf12=\E[012q, kf2=\E[002q, kf3=\E[003q, 
+       kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
+       kf8=\E[008q, kf9=\E[009q, khome=\E[H, kich1=\E[139q, 
+       knp=\E[154q, kpp=\E[150q, kprt=\E[209q, krmir=\E[146q, 
+       kspd=\E[217q, nel=\EE, pfkey=\EP101;%p1%d.y%p2%s\E\\
+       rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l, rmso=\E[m, rmul=\E[m
+       sc=\E7, sgr0=\E[m, smam=\E[?7h, smso=\E[1;7m, smul=\E[4m, 
        tbc=\E[3g, 
 iris-ansi-ap|IRIS ANSI in application-keypad mode, 
        tbc=\E[3g, 
 iris-ansi-ap|IRIS ANSI in application-keypad mode, 
-       is2=\E[?1l\E>\E[?7h, kf10=\E[010q, kf11=\E[011q, 
-       kf12=\E[012q, rmkx=\E>, smkx=\E=, 
-       use=iris-ansi, 
+       is2=\E[?1l\E=\E[?7h, kent=\EOM, kf10=\E[010q, 
+       kf11=\E[011q, kf12=\E[012q, kf9=\E[009q, use=iris-ansi, 
+
+# From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
+# (T.Dickey 98/1/24)
+iris-color|xwsh|IRIX ANSI with color, 
+       ncv#33, 
+       csr=\E[%i%p1%d;%p2%dr, dch=\E[%p1%dP, dim=\E[2m, 
+       ech=\E[%p1%dX, ich=\E[%p1%d@, rc=\E8, ritm=\E[23m, 
+       rmul=\E[24m, rs1=\Ec, 
+       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
+       sitm=\E[3m, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+       use=klone+color, use=iris-ansi-ap, 
 
 # The following is a version of the ibm-pc entry distributed with PC/IX,
 # (Interactive Systems' System 3 for the Big Blue), modified by Richard
 
 # The following is a version of the ibm-pc entry distributed with PC/IX,
 # (Interactive Systems' System 3 for the Big Blue), modified by Richard
@@ -800,16 +1158,17 @@ pcix|PC/IX console,
 # ":kh=\E[Y:".  Added IBM-PC forms characters and highlights, they match
 # what was there before. -- esr)
 ibmpcx|xenix|ibmx|IBM PC xenix console display, 
 # ":kh=\E[Y:".  Added IBM-PC forms characters and highlights, they match
 # what was there before. -- esr)
 ibmpcx|xenix|ibmx|IBM PC xenix console display, 
-       am, msgr, 
+       OTbs, am, msgr, 
        cols#80, lines#25, 
        clear=^L, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
        ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[d, 
        kf1=\E[K, kf2=\E[L, kf3=\E[M, kf4=\E[N, khome=\E[Y, knp=\E[e, 
        cols#80, lines#25, 
        clear=^L, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
        ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[d, 
        kf1=\E[K, kf2=\E[L, kf3=\E[M, kf4=\E[N, khome=\E[Y, knp=\E[e, 
-       kpp=\E[Z, 
-       use=klone+acs, use=klone+sgr, 
+       kpp=\E[Z, use=klone+acs, use=klone+sgr, 
 
 
+#### QNX
+#
 
 # QNX 4.0 Console
 # Michael's original version of this entry had <am@>, <smcup=\Ei>,
 
 # QNX 4.0 Console
 # Michael's original version of this entry had <am@>, <smcup=\Ei>,
@@ -818,13 +1177,14 @@ ibmpcx|xenix|ibmx|IBM PC xenix console display,
 # handle this case with the <ich1> capability, and prefers <am> for better
 # optimization.  Bug: The <op> capability resets attributes.
 # From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
 # handle this case with the <ich1> capability, and prefers <am> for better
 # optimization.  Bug: The <op> capability resets attributes.
 # From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
+# (removed: <sgr=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;,>)
 qnx|qnx4|qnx console, 
        daisy, km, mir, msgr, xhpa, xt, 
        colors#8, cols#80, it#4, lines#25, ncv#3, pairs#8, 
 qnx|qnx4|qnx console, 
        daisy, km, mir, msgr, xhpa, xt, 
        colors#8, cols#80, it#4, lines#25, ncv#3, pairs#8, 
-       acsc=l\332m\300k\277j\331q\304x\263u\264t\303n\305v\301w\302O\333a\261o\337s\334
+       acsc=O\333a\261j\331k\277l\332m\300n\305o\337q\304s\334t\303u\264v\301w\302x\263
        bel=^G, blink=\E{, bold=\E<, civis=\Ey0, clear=\EH\EJ, 
        cnorm=\Ey1, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        bel=^G, blink=\E{, bold=\E<, civis=\Ey0, clear=\EH\EJ, 
        cnorm=\Ey1, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
-       cup=\EY%p1%' '%+%c%p2%' '%+%c, cuu1=\EA, cvvis=\Ey2, 
+       cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ey2, 
        dch1=\Ef, dl1=\EF, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\Ee, 
        il1=\EE, ind=^J, kBEG=\377\356, kCAN=\377\263, 
        kCMD=\377\267, kCPY=\377\363, kCRT=\377\364, 
        dch1=\Ef, dl1=\EF, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\Ee, 
        il1=\EE, ind=^J, kBEG=\377\356, kCAN=\377\263, 
        kCMD=\377\267, kCPY=\377\363, kCRT=\377\364, 
@@ -835,44 +1195,140 @@ qnx|qnx4|qnx console,
        kOPT=\377\372, kPRT=\377\275, kPRV=\377\262, 
        kRDO=\377\315, kRES=\377\374, kRIT=\377\266, 
        kRPL=\377\373, kSAV=\377\307, kSPD=\377\303, 
        kOPT=\377\372, kPRT=\377\275, kPRV=\377\262, 
        kRDO=\377\315, kRES=\377\374, kRIT=\377\266, 
        kRPL=\377\373, kSAV=\377\307, kSPD=\377\303, 
-       kUND=\377\337, kbeg=\377\300, kcan=\377\243, 
-       kcbt=\377\200, kclo=\377\343, kclr=\377\341, 
-       kcmd=\377\245, kcpy=\377\265, kcrt=\377\305, 
-       kctab=\377\237, kcub1=\377\244, kcud1=\377\251, 
-       kcuf1=\377\246, kcuu1=\377\241, kdch1=\377\254, 
-       kdl1=\377\274, ked=\377\314, kel=\377\310, kend=\377\250, 
-       kent=\377\320, kext=\377\270, kf1=\377\201, 
-       kf10=\377\212, kf11=\377\256, kf12=\377\257, 
-       kf13=\377\213, kf14=\377\214, kf15=\377\215, 
-       kf16=\377\216, kf17=\377\217, kf18=\377\220, 
-       kf19=\377\221, kf2=\377\202, kf20=\377\222, 
-       kf21=\377\223, kf22=\377\224, kf23=\377\333, 
-       kf24=\377\334, kf25=\377\225, kf26=\377\226, 
-       kf27=\377\227, kf28=\377\230, kf29=\377\231, 
-       kf3=\377\203, kf30=\377\232, kf31=\377\233, 
-       kf32=\377\234, kf33=\377\235, kf34=\377\236, 
-       kf35=\377\276, kf36=\377\277, kf37=\377\321, 
-       kf38=\377\322, kf39=\377\323, kf4=\377\204, 
-       kf40=\377\324, kf41=\377\325, kf42=\377\326, 
-       kf43=\377\327, kf44=\377\330, kf45=\377\331, 
-       kf46=\377\332, kf47=\377\316, kf48=\377\317, 
-       kf5=\377\205, kf6=\377\206, kf7=\377\207, kf8=\377\210, 
-       kf9=\377\211, kfnd=\377\346, khlp=\377\350, 
-       khome=\377\240, khts=\377\342, kich1=\377\253, 
-       kil1=\377\273, kind=\377\261, kmov=\377\351, 
-       kmrk=\377\355, kmsg=\377\345, knp=\377\252, 
-       knxt=\377\312, kopn=\377\357, kopt=\377\353, 
-       kpp=\377\242, kprt=\377\255, kprv=\377\302, 
-       krdo=\377\336, kref=\377\354, kres=\377\360, 
-       krfr=\377\347, kri=\377\271, krmir=\377\313, 
-       krpl=\377\362, krst=\377\352, ksav=\377\361, 
-       kslt=\377\247, kspd=\377\335, ktbc=\377\344, 
-       kund=\377\365, mvpa=\E!%p1%02d, op=\ER, 
-       rep=\Eg%p2%' '%+%c%p1%c, rev=\E(, ri=\EI, rmcup=\Eh\ER, 
+       kUND=\377\337, kbeg=\377\300, kcan=\377\243, kcbt=\377\0, 
+       kclo=\377\343, kclr=\377\341, kcmd=\377\245, 
+       kcpy=\377\265, kcrt=\377\305, kctab=\377\237, 
+       kcub1=\377\244, kcud1=\377\251, kcuf1=\377\246, 
+       kcuu1=\377\241, kdch1=\377\254, kdl1=\377\274, 
+       ked=\377\314, kel=\377\310, kend=\377\250, kent=\377\320, 
+       kext=\377\270, kf1=\377\201, kf10=\377\212, 
+       kf11=\377\256, kf12=\377\257, kf13=\377\213, 
+       kf14=\377\214, kf15=\377\215, kf16=\377\216, 
+       kf17=\377\217, kf18=\377\220, kf19=\377\221, 
+       kf2=\377\202, kf20=\377\222, kf21=\377\223, 
+       kf22=\377\224, kf23=\377\333, kf24=\377\334, 
+       kf25=\377\225, kf26=\377\226, kf27=\377\227, 
+       kf28=\377\230, kf29=\377\231, kf3=\377\203, 
+       kf30=\377\232, kf31=\377\233, kf32=\377\234, 
+       kf33=\377\235, kf34=\377\236, kf35=\377\276, 
+       kf36=\377\277, kf37=\377\321, kf38=\377\322, 
+       kf39=\377\323, kf4=\377\204, kf40=\377\324, 
+       kf41=\377\325, kf42=\377\326, kf43=\377\327, 
+       kf44=\377\330, kf45=\377\331, kf46=\377\332, 
+       kf47=\377\316, kf48=\377\317, kf5=\377\205, kf6=\377\206, 
+       kf7=\377\207, kf8=\377\210, kf9=\377\211, kfnd=\377\346, 
+       khlp=\377\350, khome=\377\240, khts=\377\342, 
+       kich1=\377\253, kil1=\377\273, kind=\377\261, 
+       kmov=\377\351, kmrk=\377\355, kmsg=\377\345, 
+       knp=\377\252, knxt=\377\312, kopn=\377\357, 
+       kopt=\377\353, kpp=\377\242, kprt=\377\255, 
+       kprv=\377\302, krdo=\377\336, kref=\377\354, 
+       kres=\377\360, krfr=\377\347, kri=\377\271, 
+       krmir=\377\313, krpl=\377\362, krst=\377\352, 
+       ksav=\377\361, kslt=\377\247, kspd=\377\335, 
+       ktbc=\377\344, kund=\377\365, mvpa=\E!%p1%02d, op=\ER, 
+       rep=\Eg%p2%{32}%+%c%p1%c, rev=\E(, ri=\EI, rmcup=\Eh\ER, 
        rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d, 
        rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d, 
-       setf=\E@%p1%Pf%gb%gf%d%d, 
-       sgr=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;, 
-       sgr0=\E}\E]\E>\E), smcup=\Ei, smso=\E(, smul=\E[, 
+       setf=\E@%p1%Pf%gb%gf%d%d, sgr0=\E}\E]\E>\E), smcup=\Ei, 
+       smso=\E(, smul=\E[, 
+#
+#
+qnxt|qnxt4|QNX4 terminal, 
+       crxm, use=qnx4, 
+#
+qnxm|QNX4 with mouse events, 
+       maddr#1, 
+       chr=\E/, cvr=\E", is1=\E/0t, mcub=\E/>1h, mcub1=\E/>7h, 
+       mcud=\E/>1h, mcud1=\E/>1l\E/>9h, mcuf=\E/>1h\E/>9l, 
+       mcuf1=\E/>7l, mcuu=\E/>6h, mcuu1=\E/>6l, rmicm=\E/>2l, 
+       smicm=\E/>2h, use=qnx4, 
+#
+qnxw|QNX4 windows, 
+       xvpa, use=qnxm, 
+#
+#      Monochrome QNX4 terminal or console. Setting this terminal type will
+#      allow an application running on a color console to behave as if it
+#      were a monochrome terminal. Output will be through stdout instead of
+#      console writes because the term routines will recognize that the
+#      terminal name starts with 'qnxt'.
+#
+qnxtmono|Monochrome QNX4 terminal or console, 
+       colors@, pairs@, 
+       scp@, use=qnx4, 
+
+# From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
+# (esr: commented out <scp> and <rmcup> to avoid warnings.)
+# (TD: derive from original qnx4 entry)
+qnxt2|qnx 2.15 serial terminal, 
+       am, 
+       civis@, cnorm@, cvvis@, dch1@, ich1@, kRES@, kRPL@, kUND@, kspd@, 
+       rep@, rmcup@, rmso=\E>, setb@, setf@, smcup@, smso=\E<, use=qnx4, 
+
+# QNX ANSI terminal definition
+qansi-g|QNX ANSI, 
+       am, eslok, hs, xon, 
+       colors#8, cols#80, it#8, lines#25, ncv#19, pairs#64, wsl#80, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~Oa, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
+       clear=\E[2J\E[H, cnorm=\E[?25h\E[?12l, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A, 
+       cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
+       dl=\E[%p1%dM, dl1=\E[1M, dsl=\E[r, ech=\E[%p1%dX, ed=\E[J, 
+       el=\E[K, el1=\E[1K\E[X, flash=\E[?5h$<200>\E[?5l, 
+       fsl=\E[?6h\E8, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
+       ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, 
+       ind=\E[S, indn=\E[%p1%dS, invis=\E[9m, 
+       is2=\E>\E[?1l\E[?7h\E[0;10;39;49m, is3=\E(B\E)0, 
+       kBEG=\ENn, kCAN=\E[s, kCMD=\E[t, kCPY=\ENs, kCRT=\ENt, 
+       kDL=\ENv, kEXT=\ENw, kFND=\ENx, kHLP=\ENy, kHOM=\E[h, 
+       kLFT=\E[d, kNXT=\E[u, kOPT=\ENz, kPRV=\E[v, kRIT=\E[c, 
+       kbs=^H, kcan=\E[S, kcbt=\E[Z, kclo=\ENc, kclr=\ENa, 
+       kcmd=\E[G, kcpy=\E[g, kctab=\E[z, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[p, kend=\E[Y, 
+       kext=\E[y, kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EOA, 
+       kf13=\EOp, kf14=\EOq, kf15=\EOr, kf16=\EOs, kf17=\EOt, 
+       kf18=\EOu, kf19=\EOv, kf2=\EOQ, kf20=\EOw, kf21=\EOx, 
+       kf22=\EOy, kf23=\EOz, kf24=\EOa, kf25=\E[1~, kf26=\E[2~, 
+       kf27=\E[3~, kf28=\E[4~, kf29=\E[5~, kf3=\EOR, kf30=\E[6~, 
+       kf31=\E[7~, kf32=\E[8~, kf33=\E[9~, kf34=\E[10~, 
+       kf35=\E[11~, kf36=\E[12~, kf37=\E[17~, kf38=\E[18~, 
+       kf39=\E[19~, kf4=\EOS, kf40=\E[20~, kf41=\E[21~, 
+       kf42=\E[22~, kf43=\E[23~, kf44=\E[24~, kf45=\E[25~, 
+       kf46=\E[26~, kf47=\E[27~, kf48=\E[28~, kf5=\EOT, kf6=\EOU, 
+       kf7=\EOV, kf8=\EOW, kf9=\EOX, kfnd=\ENf, khlp=\ENh, 
+       khome=\E[H, khts=\ENb, kich1=\E[@, kil1=\E[`, kind=\E[a, 
+       kmov=\ENi, kmrk=\ENm, kmsg=\ENe, knp=\E[U, kopn=\ENo, 
+       kopt=\ENk, kpp=\E[V, kref=\ENl, kres=\ENp, krfr=\ENg, 
+       kri=\E[b, krpl=\ENr, krst=\ENj, ksav=\ENq, kslt=\E[T, 
+       ktbc=\ENd, kund=\ENu, ll=\E[99H, nel=\EE, op=\E[39;49m, 
+       rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\E[T, 
+       rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmso=\E[27m, 
+       rmul=\E[24m, rs1=\017\E[?7h\E[0;39;49m$<2>\E>\E[?1l, 
+       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
+       setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
+       setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
+       sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;9%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smso=\E[7m, 
+       smul=\E[4m, tbc=\E[2g, 
+       tsl=\E7\E1;24r\E[?6l\E[25;%i%p1%dH, 
+#
+qansi|QNX ansi with console writes, 
+       daisy, xhpa, use=qansi-g, 
+#
+qansi-t|QNX ansi without console writes, 
+       crxm, use=qansi, 
+#
+qansi-m|QNX ansi with mouse, 
+       maddr#1, 
+       chr=\E[, cvr=\E], is1=\E[0t, mcub=\E[>1h, mcub1=\E[>7h, 
+       mcud=\E[>1h, mcud1=\E[>1l\E[>9h, mcuf=\E[>1h\E[>9l, 
+       mcuf1=\E[>7l, mcuu=\E[>6h, mcuu1=\E[>6l, rmicm=\E[>2l, 
+       smicm=\E[>2h, use=qansi, 
+#
+qansi-w|QNX ansi for windows, 
+       xvpa, use=qansi-m, 
 
 #### NetBSD consoles
 #
 
 #### NetBSD consoles
 #
@@ -884,15 +1340,15 @@ qnx|qnx4|qnx console,
 # the :Xs: flag. Then I split :is: into a size-independent <is1> and a
 # size-dependent <is2>.  Finally, I added <rmam>/<smam> -- esr)
 
 # the :Xs: flag. Then I split :is: into a size-independent <is1> and a
 # size-dependent <is2>.  Finally, I added <rmam>/<smam> -- esr)
 
-# NOTE: because the 386BSD "vi"/"elvis" seems to have a bug if
-# both <ich1> and <smir> are specified (an original VT220 
-# shows the same buggy behaviour!), <ich1> has been taken
-# out of this entry. for reference, it should be <ich1=\E[@>.
+# NOTE: <ich1> has been taken out of this entry. for reference, it should
+# be <ich1=\E[@>.  For discussion, see ICH/ICH1 VERSUS RMIR/SMIR below.
+# (esr: added <civis> and <cnorm> to resolve NetBSD Problem Report #4583)
 pcvtXX|pcvt vt200 emulator (DEC VT220), 
        am, km, mir, msgr, xenl, 
        it#8, vt#3, 
 pcvtXX|pcvt vt200 emulator (DEC VT220), 
        am, km, mir, msgr, xenl, 
        it#8, vt#3, 
-       acsc=llmmkkjjuuttvvwwqqxxnnoosspprr``aaffgg~~..--++\,\,hhII00yyzz, 
-       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
+       acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
@@ -955,6 +1411,48 @@ pcvt50w|dec vt220 emulation with 50 lines and 132 cols,
        cols#132, lines#50, 
        is2=\E[1;50r\E[50;1H, use=pcvtXX, 
 
        cols#132, lines#50, 
        is2=\E[1;50r\E[50;1H, use=pcvtXX, 
 
+#      OpenBSD implements a color variation
+pcvt25-color|dec vt220 emulation with 25 lines and color, 
+       cols#80, lines#25, 
+       is2=\E[1;25r\E[25;1H, kf1=\EOP, kf10=\E[29~, kf11=\E[23~, 
+       kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
+       kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
+       kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf5=\E[17~, 
+       kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, use=pcvtXX, 
+       use=ecma+color, 
+
+# Terminfo entries to enable the use of the ncurses library in colour on a
+# NetBSD-arm32 console (only tested on a RiscPC).
+# Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
+# modified codes for setf/setb to setaf/setab, then to klone+color, corrected
+# typo in invis - TD
+arm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480), 
+       am, bce, msgr, xenl, xon, 
+       cols#80, it#8, lines#30, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
+       clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
+       cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
+       cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
+       cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
+       cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
+       enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, 
+       invis=\E[8m$<2>, ka1=\E[q, ka3=\E[s, kb2=\E[r, kbs=^H, 
+       kc1=\E[p, kc3=\E[n, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
+       kcuu1=\E[A, kent=\E[M, kf0=\E[y, kf1=\E[P, kf10=\E[x, 
+       kf2=\E[Q, kf3=\E[R, kf4=\E[S, kf5=\E[t, kf6=\E[u, kf7=\E[v, 
+       kf8=\E[l, kf9=\E[w, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, 
+       rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
+       rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
+       sc=\E7, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;$<2>, 
+       sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
+       smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, use=ecma+sgr, 
+       use=klone+color, 
+
+arm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768), 
+       cols#132, lines#50, use=arm100, 
+
 # NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
 # manufactured by Sharp for the Japenese market.
 # From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
 # NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
 # manufactured by Sharp for the Japenese market.
 # From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
@@ -962,6 +1460,72 @@ x68k|x68k-ite|NetBSD/x68k ITE,
        cols#96, lines#32, 
        kclr=\E[9~, khlp=\E[28~, use=vt220, 
 
        cols#96, lines#32, 
        kclr=\E[9~, khlp=\E[28~, use=vt220, 
 
+# <tv@pobox.com>:
+# Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
+#
+# (still unfinished, but good enough so far.)
+ofcons, 
+       bw, 
+       cols#80, lines#30, 
+       bel=^G, blink=\2337;2m, bold=\2331m, clear=^L, cr=^M, 
+       cub=\233%p1%dD, cub1=\233D, cud=\233%p1%dB, cud1=\233B, 
+       cuf=\233%p1%dC, cuf1=\233C, cup=\233%i%p1%d;%p2%dH, 
+       cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P, 
+       dim=\2332m, dl=\233%p1%dM, dl1=\233M, ed=\233J, el=\233K, 
+       flash=^G, ht=^I, ich=\233%p1%d@, ich1=\233@, il=\233%p1%dL, 
+       il1=\233L, ind=^J, invis=\2338m, kbs=^H, kcub1=\233D, 
+       kcud1=\233B, kcuf1=\233C, kcuu1=\233A, kdch1=\233P, 
+       kf1=\2330P, kf10=\2330M, kf2=\2330Q, kf3=\2330W, 
+       kf4=\2330x, kf5=\2330t, kf6=\2330u, kf7=\2330q, kf8=\2330r, 
+       kf9=\2330p, knp=\233/, kpp=\233?, nel=^M^J, rev=\2337m, 
+       rmso=\2330m, rmul=\2330m, 
+       sgr=\2330%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m, 
+       sgr0=\2330m, 
+
+# NetBSD "wscons" emulator in vt220 mode
+# These are micro-minimal and probably need to be redone for real
+# after the manner of the pcvt entries.
+wsvt25|NetBSD wscons in 25 line DEC VT220 mode, 
+       cols#80, lines#25, use=vt220, 
+
+wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta, 
+       km, 
+       cols#80, lines#25, use=vt220, 
+
+# `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and 
+# DECstation/pmax.
+rcons|BSD rasterconsole, 
+       use=sun-il, 
+# Color version of above. Color currently only provided by NetBSD.
+rcons-color|BSD rasterconsole with ANSI color, 
+       bce, 
+       colors#8, pairs#64, 
+       op=\E[m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=rcons, 
+
+# mgterm -- MGL/MGL2, MobileGear Graphic Library
+# for PocketBSD,PocketLinux,NetBSD/{hpcmips,mac68k}
+# -- the setf/setb are probably incorrect, more likely setaf/setab -TD
+# -- compare with cons25w
+mgterm, 
+       OTbs, OTpt, am, bce, bw, eo, km, msgr, npc, 
+       colors#8, cols#80, it#8, lines#18, pairs#64, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
+       cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dim=\E[30;1m, dl=\E[%p1%dM, 
+       dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
+       home=\E[H, hpa=\E[%i%p1%d`, ht=^I, ich=\E[%p1%d@, 
+       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
+       indn=\E[%p1%dS, kb2=\E[E, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, kend=\E[F, 
+       kf1=\E[M, kf10=\E[V, kf11=\E[W, kf12=\E[X, kf2=\E[N, 
+       kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
+       kf9=\E[U, khome=\E[H, kich1=\E[L, knp=\E[G, kpp=\E[I, 
+       nel=\E[E, op=\E[x, rc=\E8, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, 
+       rmso=\E[m, rs2=\E[x\E[m\Ec, sc=\E7, setb=\E[4%p1%dm, 
+       setf=\E[3%p1%dm, sgr0=\E[m, smso=\E[7m, vpa=\E[%i%p1%dd, 
+
 #### FreeBSD console entries
 #
 # From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
 #### FreeBSD console entries
 #
 # From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
@@ -982,30 +1546,48 @@ x68k|x68k-ite|NetBSD/x68k ITE,
 # Bug? The ech and el1 attributes appear to move the cursor in some cases; for
 # instance el1 does if the cursor is moved to the right margin first.  Removed
 # by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
 # Bug? The ech and el1 attributes appear to move the cursor in some cases; for
 # instance el1 does if the cursor is moved to the right margin first.  Removed
 # by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
+#
+# Setting colors turns off reverse; we cannot guarantee order, so use ncv.
+# Note that this disables standout with color.
+#
+# The emulator sends difference strings based on shift- and control-keys,
+# like scoansi:
+#      F13-F24 are shifted F1-F12
+#      F25-F36 are control F1-F12
+#      F37-F48 are shift+control F1-F12
 cons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode), 
        am, bce, bw, eo, msgr, npc, 
 cons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode), 
        am, bce, bw, eo, msgr, npc, 
-       colors#8, cols#80, it#8, lines#25, pairs#64, 
+       colors#8, cols#80, it#8, lines#25, ncv#21, pairs#64, 
        bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
        bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
-       cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
-       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
-       cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
-       dim=\E[30;1m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
-       home=\E[H, hpa=\E[%i%p1%d`, ht=^I, ich=\E[%p1%d@, 
-       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
-       indn=\E[%p1%dS, kb2=\E[E, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
-       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, kend=\E[F, 
-       kf1=\E[M, kf10=\E[V, kf11=\E[W, kf12=\E[X, kf2=\E[N, 
-       kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
-       kf9=\E[U, khome=\E[H, kich1=\E[L, knp=\E[G, kpp=\E[I, 
-       nel=\E[E, op=\E[x, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, 
-       rmso=\E[m, rs1=\E[x\E[m\Ec, setab=\E[4%p1%dm, 
-       setaf=\E[3%p1%dm, sgr0=\E[m, smso=\E[7m, vpa=\E[%i%p1%dd, 
+       cnorm=\E[=0C, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, 
+       cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       cvvis=\E[=1C, dch=\E[%p1%dP, dch1=\E[P, dim=\E[30;1m, 
+       dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
+       hpa=\E[%i%p1%d`, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
+       il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS, kb2=\E[E, 
+       kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
+       kcuu1=\E[A, kdch1=\177, kend=\E[F, kf1=\E[M, kf10=\E[V, 
+       kf11=\E[W, kf12=\E[X, kf13=\E[Y, kf14=\E[Z, kf15=\E[a, 
+       kf16=\E[b, kf17=\E[c, kf18=\E[d, kf19=\E[e, kf2=\E[N, 
+       kf20=\E[f, kf21=\E[g, kf22=\E[h, kf23=\E[i, kf24=\E[j, 
+       kf25=\E[k, kf26=\E[l, kf27=\E[m, kf28=\E[n, kf29=\E[o, 
+       kf3=\E[O, kf30=\E[p, kf31=\E[q, kf32=\E[r, kf33=\E[s, 
+       kf34=\E[t, kf35=\E[u, kf36=\E[v, kf37=\E[w, kf38=\E[x, 
+       kf39=\E[y, kf4=\E[P, kf40=\E[z, kf41=\E[@, kf42=\E[[, 
+       kf43=\E[\\, kf44=\E[], kf45=\E[\^, kf46=\E[_, kf47=\E[`, 
+       kf48=\E[{, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, 
+       khome=\E[H, kich1=\E[L, knp=\E[G, kpp=\E[I, nel=\E[E, 
+       op=\E[x, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmso=\E[m, 
+       rs2=\E[x\E[m\Ec, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sgr0=\E[m, smso=\E[7m, vpa=\E[%i%p1%dd, 
 cons25|ansis|ansi80x25|freebsd console (25-line ansi mode), 
 cons25|ansis|ansi80x25|freebsd console (25-line ansi mode), 
-       acsc=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`\004a\260f\370g\361~\371.\031-\030h\261I^U0\333y\363z\362
+       acsc=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371
        use=cons25w, 
 cons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode), 
        colors@, pairs@, 
        use=cons25w, 
 cons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode), 
        colors@, pairs@, 
-       bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, use=cons25, 
+       bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, 
+       use=cons25, 
 cons30|ansi80x30|freebsd console (30-line ansi mode), 
        lines#30, use=cons25, 
 cons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode), 
 cons30|ansi80x30|freebsd console (30-line ansi mode), 
        lines#30, use=cons25, 
 cons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode), 
@@ -1023,7 +1605,7 @@ cons60|ansi80x60|freebsd console (60-line ansi mode),
 cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode), 
        lines#60, use=cons25-m, 
 cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic, 
 cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode), 
        lines#60, use=cons25-m, 
 cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic, 
-       acsc=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\221`\004.\031-\030I^U0\215, 
+       acsc=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\0t\206u\207v\211w\210x\201y\230z\231~\225, 
        use=cons25w, 
 cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono), 
        colors@, pairs@, 
        use=cons25w, 
 cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono), 
        colors@, pairs@, 
@@ -1038,11 +1620,12 @@ cons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono),
        lines#60, use=cons25r-m, 
 # ISO 8859-1 FreeBSD console
 cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars, 
        lines#60, use=cons25r-m, 
 # ISO 8859-1 FreeBSD console
 cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars, 
-       acsc=l\215m\216k\214j\213u\226t\225v\227w\230q\222x\231n\217o\220s\224p\221r\223`\201a\202f\207g\210~\237.\031-\030+\253\,\273I\247y\232z\233
+       acsc=+\253\,\273-\030.\031`\201a\202f\207g\210i\247j\213k\214l\215m\216n\217o\220p\221q\222r\223s\224t\225u\226v\227w\230x\231y\232z\233~\237
        use=cons25w, 
 cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono), 
        colors@, pairs@, 
        use=cons25w, 
 cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono), 
        colors@, pairs@, 
-       bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, use=cons25l1, 
+       bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, 
+       use=cons25l1, 
 cons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines), 
        lines#50, use=cons25l1, 
 cons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono), 
 cons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines), 
        lines#50, use=cons25l1, 
 cons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono), 
@@ -1059,9 +1642,9 @@ cons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono),
 # Some places it's named oldpc3|oldibmpc3.
 # From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
 origpc3|origibmpc3|IBM PC 386BSD Console, 
 # Some places it's named oldpc3|oldibmpc3.
 # From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
 origpc3|origibmpc3|IBM PC 386BSD Console, 
-       am, bw, eo, xon, 
+       OTbs, am, bw, eo, xon, 
        cols#80, lines#25, 
        cols#80, lines#25, 
-       acsc=l\332q\304k\277x\263j\331m\300w\302u\264v\301t\303n\305
+       acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263
        bold=\E[7m, clear=\Ec, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
        home=\E[H, ind=\E[S, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
        bold=\E[7m, clear=\Ec, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
        home=\E[H, ind=\E[S, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
@@ -1071,7 +1654,7 @@ origpc3|origibmpc3|IBM PC 386BSD Console,
 
 # description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
 oldpc3|oldibmpc3|old IBM PC BSD/386 Console, 
 
 # description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
 oldpc3|oldibmpc3|old IBM PC BSD/386 Console, 
-       km, 
+       OTbs, km, 
        lines#25, 
        bel=^G, bold=\E[=15F, cr=^M, cud1=^J, dim=\E[=8F, dl1=\E[M, 
        ht=^I, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
        lines#25, 
        bel=^G, bold=\E[=15F, cr=^M, cud1=^J, dim=\E[=8F, dl1=\E[M, 
        ht=^I, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
@@ -1086,51 +1669,44 @@ oldpc3|oldibmpc3|old IBM PC BSD/386 Console,
 # "stty rows NN", e.g. to use 24 lines.
 # (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996) 
 # Bug: The <op> capability resets attributes.
 # "stty rows NN", e.g. to use 24 lines.
 # (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996) 
 # Bug: The <op> capability resets attributes.
-bsdos|BSD/OS console, 
-       am, bw, eo, km, xon, 
-       colors#8, cols#80, it#8, lines#25, pairs#64, 
-       bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M, 
-       cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
-       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
-       cuu=\E[%p1%dA, cuu1=\E[A, dim=\E[=8F, dl=\E[%p1%dM, 
-       dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, 
-       il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
-       kcuu1=\E[A, khome=\E[H, kich1=\E[L, kll=\E[F, knp=\E[G, 
-       kpp=\E[I, nel=^M^J, op=\E[x, rc=\E8, rev=\E[7m, rmso=\E[0m, 
-       sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[0m, 
-       smso=\E[7m, 
-bsdos-bold|IBM PC BSD/386 Console with bold instead of underline, 
-       rmul=\E[0m, smul=\E[1m, 
-       use=bsdos, 
-
-# If you are BSDI, you want the following entries, for the moment.  
-# In release 2.0 they will probably phase out the pc3 and ibmpc3 names
-pc3|IBM PC BSD/386 Console, 
-       use=bsdos, 
-ibmpc3|pc3-bold|IBM PC BSD/386 Console with bold instead of underline, 
-       smul=\E[1m, 
-       use=bsdos-bold, 
+bsdos-pc|IBM PC BSD/OS Console, 
+       sgr=\E[0;10%?%p1%t;7%;%?%p2%t;1%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 
+       use=bsdos-pc-nobold, 
 
 
-#### DEC VT100 and compatibles
-#
-# DEC terminals from the vt100 forward (and the vt52, way obsolete but still
-# the basis of some emulations) are collected here. Older DEC terminals and
-# micro consoles can be found in the `obsolete' section.  More details on
-# the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
-# found near the end of this file.
-#
-# Except where noted, these entries are DEC's official terminfos.
-# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
-# Engineering for more information.  Updated terminfos and termcaps 
-# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
-#
-# In October 1995 DEC sold its terminals business, including the VT and Dorio
-# line and trademark, to SunRiver Data Systems.
-#
-# (The <acsc>, <rmacs>, and <smacs> capabilities aren't in DEC's official
-# entry -- esr)
+bsdos-pc-nobold|BSD/OS PC console w/o bold, 
+       use=klone+color, use=bsdos-pc-m, 
+
+bsdos-pc-m|bsdos-pc-mono|BSD/OS PC console mono, 
+       OTbs, am, eo, km, xon, 
+       cols#80, it#8, lines#25, 
+       bel=^G, clear=\Ec, cr=^M, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
+       il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kich1=\E[L, 
+       kll=\E[F, knp=\E[G, kpp=\E[I, nel=^M^J, rc=\E8, sc=\E7, 
+       sgr=\E[0;10%?%p1%t;7%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m%?%p5%t\E[=8F%;, 
+       use=klone+sgr, 
+
+# Old names for BSD/OS PC console used in releases before 4.1. 
+pc3|BSD/OS on the PC Console, 
+       use=bsdos-pc-nobold, 
+ibmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline, 
+       use=bsdos-pc, 
+# BSD/OS on the SPARC 
+bsdos-sparc|Sun SPARC BSD/OS Console, 
+       use=sun, 
+        
+# BSD/OS on the PowerPC 
+bsdos-ppc|PowerPC BSD/OS Console, 
+       use=bsdos-pc, 
 
 
+#### DEC VT52
+# (<acsc>/<rmacs>/<smacs> capabilities aren't in DEC's official entry -- esr)
 vt52|dec vt52, 
 vt52|dec vt52, 
+       OTbs, 
        cols#80, it#8, lines#24, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
        cols#80, it#8, lines#24, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
@@ -1138,6 +1714,23 @@ vt52|dec vt52,
        el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
        kcuf1=\EC, kcuu1=\EA, nel=^M^J, ri=\EI, rmacs=\EG, smacs=\EF, 
 
        el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
        kcuf1=\EC, kcuu1=\EA, nel=^M^J, ri=\EI, rmacs=\EG, smacs=\EF, 
 
+#### DEC VT100 and compatibles
+#
+# DEC terminals from the vt100 forward are collected here. Older DEC terminals
+# and micro consoles can be found in the `obsolete' section.  More details on
+# the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
+# found near the end of this file.
+#
+# Except where noted, these entries are DEC's official terminfos.
+# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
+# Engineering for more information.  Updated terminfos and termcaps 
+# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
+#
+# In October 1995 DEC sold its terminals business, including the VT and Dorio
+# line and trademark, to SunRiver Data Systems.  SunRiver has since changed
+# its name to Boundless Technologies; see http://www.boundless.com.
+#
+
 # NOTE:  Any VT100 emulation, whether in hardware or software, almost
 # certainly includes what DEC called the `Level 1 editing extension' codes;
 # only the very oldest VT100s lacked these and there probably aren't any of
 # NOTE:  Any VT100 emulation, whether in hardware or software, almost
 # certainly includes what DEC called the `Level 1 editing extension' codes;
 # only the very oldest VT100s lacked these and there probably aren't any of
@@ -1165,6 +1758,45 @@ vt52|dec vt52,
 # reset upon login. Also setting the number of columns glitches 
 # the screen annoyingly. You can type "reset" to get them set.
 #
 # reset upon login. Also setting the number of columns glitches 
 # the screen annoyingly. You can type "reset" to get them set.
 #
+# The VT100 series terminals have cursor ("arrows") keys which can operate
+# in two different modes: Cursor Mode and Application Mode.  Cursor Mode
+# is the reset state, and is assumed to be the normal state.  Application
+# Mode is the "set" state.  In Cursor Mode, the cursor keys transmit
+# "Esc [ {code}" sequences, conforming to ANSI standards.  In Application
+# Mode, the cursor keys transmit "Esc O <code>" sequences.  Application Mode
+# was provided primarily as an aid to the porting of VT52 applications.  It is
+# assumed that the cursor keys are normally in Cursor Mode, and expected that
+# applications such as vi will always transmit the <smkx> string.  Therefore,
+# the definitions for the cursor keys are made to match what the terminal
+# transmits after the <smkx> string is transmitted.  If the <smkx> string
+# is a null string or is not defined, then cursor keys are assumed to be in
+# "Cursor Mode", and the cursor keys definitions should match that assumption,
+# else the application may fail.  It is also expected that applications will
+# always transmit the <rmkx> string to the terminal before they exit.
+#
+# The VT100 series terminals have an auxiliary keypad, commonly referred to as
+# the "Numeric Keypad", because it is a cluster of numeric and function keys.
+# The Numeric Keypad which can operate in two different modes: Numeric Mode and
+# Application Mode.  Numeric Mode is the reset state, and is assumed to be
+# the normal state.  Application Mode is the "set" state.  In Numeric Mode,
+# the numeric and punctuation keys transmit ASCII 7-bit characters, and the 
+# Enter key transmits the same as the Return key (Note: the Return key
+# can be configured to send either LF (\015) or CR LF).  In Application Mode,
+# all the keypad keys transmit "Esc O {code}" sequences.  The PF1 - PF4 keys
+# always send the same "Esc O {code}" sequences.  It is assumed that the keypad
+# is normally in Numeric Mode.  If an application requires that the keypad be
+# in Application Mode then it is expected that the user, or the application,
+# will set the TERM environment variable to point to a terminfo entry which has
+# defined the <smkx> string to include the codes that switch the keypad into
+# Application Mode, and the terminfo entry will also define function key
+# fields to match the Application Mode control codes.  If the <smkx> string
+# is a null string or is not defined, then the keypad is assumed to be in
+# Numeric Mode.  If the <smkx> string switches the keypad into Application
+# Mode, it is expected that the <rmkx> string will contain the control codes
+# necessary to reset the keypad to "Normal" mode, and it is also expected that
+# applications which transmit the <smkx> string will also always transmit the
+# <rmkx> string to the terminal before they exit.
+#
 # Here's a diagram of the VT100 keypad keys with their bindings.
 # The top line is the name of the key (some DEC keyboards have the keys
 # labelled somewhat differently, like GOLD instead of PF1, but this is
 # Here's a diagram of the VT100 keypad keys with their bindings.
 # The top line is the name of the key (some DEC keyboards have the keys
 # labelled somewhat differently, like GOLD instead of PF1, but this is
@@ -1189,6 +1821,44 @@ vt52|dec vt52,
 #  |        $Op        |  $On    |         |
 #  |___kc1_______K4____|_kc3__K5_|_kent_@8_|
 #
 #  |        $Op        |  $On    |         |
 #  |___kc1_______K4____|_kc3__K5_|_kent_@8_|
 #
+# Note however, that the arrangement of the 5-key ka1-kc3 do not follow the
+# terminfo guidelines.  That is a compromise used to assign the remaining
+# keys on the keypad to kf5-kf0, used on older systems with legacy termcap
+# support:
+vt100+keypad|dec vt100 numeric keypad no fkeys, 
+       ka1=\EOq, ka3=\EOs, kb2=\EOr, kc1=\EOp, kc3=\EOn, 
+vt100+pfkeys|dec vt100 numeric keypad, 
+       kent=\EOM, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
+       use=vt100+keypad, 
+vt100+fnkeys|dec vt100 numeric keypad, 
+       kf0=\EOy, kf10=\EOx, kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, 
+       kf9=\EOw, use=vt100+pfkeys, 
+#
+# A better adaptation to modern keyboards such as the PC's, which have a dozen
+# function keys and the keypad 2,4,6,8 keys are labeled with arrows keys, is to
+# use the 5-key arrangement to model the arrow keys as suggested in the
+# terminfo guidelines:
+#   _______________________________________
+#  |   PF1   |   PF2   |   PF3   |   PF4   |
+#  |   $OP   |   $OQ   |   $OR   |   $OS   |
+#  |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
+#  |    7         8         9         -    |
+#  |   $Ow   |   $Ox   |   $Oy   |   $Om   |
+#  |_ka1__K1_|_________|_ka3__K3_|_________|
+#  |    4    |    5    |    6    |    ,    |
+#  |   $Ot   |   $Ou   |   $Ov   |   $Ol   |
+#  |_________|_kb2__K2_|_________|_________|
+#  |    1    |    2    |    3    |         |
+#  |   $Oq   |   $Or   |   $Os   |  enter  |
+#  |_kc1__K4_|_________|_kc3__K5_|  $OM    |
+#  |         0         |   .     |         |
+#  |        $Op        |  $On    |         |
+#  |___________________|_________|_kent_@8_|
+#
+vt220+keypad|dec vt220 numeric keypad, 
+       ka1=\EOw, ka3=\EOy, kb2=\EOu, kc1=\EOq, kc3=\EOs, kent=\EOM, 
+       kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
+#
 # And here, for those of you with orphaned VT100s lacking documentation, is
 # a description of the soft switches invoked when you do `Set Up'.
 # 
 # And here, for those of you with orphaned VT100s lacking documentation, is
 # a description of the soft switches invoked when you do `Set Up'.
 # 
@@ -1222,9 +1892,9 @@ vt52|dec vt52,
 # (and even then, whenever it can be arranged!) you should set
 #      INTERLACE_OFF
 #
 # (and even then, whenever it can be arranged!) you should set
 #      INTERLACE_OFF
 #
-# (I added <rmam>/<smam> based on the init string, also <OTbs> -- esr)
+# (vt100: I added <rmam>/<smam> based on the init string, also <OTbs>. -- esr)
 vt100|vt100-am|dec vt100 (w/advanced video), 
 vt100|vt100-am|dec vt100 (w/advanced video), 
-       am, msgr, xenl, xon, 
+       OTbs, am, msgr, xenl, xon, 
        cols#80, it#8, lines#24, vt#3, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
        cols#80, it#8, lines#24, vt#3, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
@@ -1233,19 +1903,19 @@ vt100|vt100-am|dec vt100 (w/advanced video),
        cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
        cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
        cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
        cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
        cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
        cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
-       enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, 
-       ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, 
-       kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, 
-       kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, 
-       kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
+       enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, kbs=^H, 
+       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rc=\E8, 
        rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
        rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
        rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
        rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
-       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>
        sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
        sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
+       use=vt100+fnkeys, 
 vt100nam|vt100-nam|vt100 no automargins, 
        am@, xenl@, use=vt100-am, 
 vt100nam|vt100-nam|vt100 no automargins, 
        am@, xenl@, use=vt100-am, 
+vt100-vb|dec vt100 (w/advanced video) & no beep, 
+       bel@, flash=\E[?5h\E[?5l, use=vt100, 
 
 # Ordinary vt100 in 132 column ("wide") mode.
 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video), 
 
 # Ordinary vt100 in 132 column ("wide") mode.
 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video), 
@@ -1259,8 +1929,7 @@ vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin),
 vt100-nav|vt100 without advanced video option, 
        xmc#1, 
        blink@, bold@, rev@, rmso=\E[m, rmul@, sgr@, sgr0@, smso=\E[7m, 
 vt100-nav|vt100 without advanced video option, 
        xmc#1, 
        blink@, bold@, rev@, rmso=\E[m, rmul@, sgr@, sgr0@, smso=\E[7m, 
-       smul@, 
-       use=vt100, 
+       smul@, use=vt100, 
 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option), 
        cols#132, lines#14, use=vt100-nav, 
 
 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option), 
        cols#132, lines#14, use=vt100-nav, 
 
@@ -1280,17 +1949,17 @@ vt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline,
        eslok, hs, 
        lines#23, 
        dsl=\E7\E[1;24r\E8, fsl=\E8, is2=\E[1;23r\E[23;1H, 
        eslok, hs, 
        lines#23, 
        dsl=\E7\E[1;24r\E8, fsl=\E8, is2=\E[1;23r\E[23;1H, 
-       tsl=\E7\E[24;%p1%dH\E[1K, 
-       use=vt100-am, 
+       tsl=\E7\E[24;%p1%dH\E[1K, use=vt100-am, 
 
 # Most of the `vt100' emulators out there actually emulate a vt102
 # This entry (or vt102-nsgr) is probably the right thing to use for
 # these.  
 vt102|dec vt102, 
        mir, 
 
 # Most of the `vt100' emulators out there actually emulate a vt102
 # This entry (or vt102-nsgr) is probably the right thing to use for
 # these.  
 vt102|dec vt102, 
        mir, 
-       dch1=\E[P, dl1=\E[M, il1=\E[L, rmir=\E[4l, smir=\E[4h, use=vt100, 
+       dch1=\E[P, dl1=\E[M, il1=\E[L, rmir=\E[4l, smir=\E[4h, 
+       use=vt100, 
 vt102-w|dec vt102 in wide mode, 
 vt102-w|dec vt102 in wide mode, 
-       lines#132, 
+       cols#132, 
        rs3=\E[?3h, use=vt102, 
 
 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
        rs3=\E[?3h, use=vt102, 
 
 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
@@ -1302,8 +1971,7 @@ vt102-w|dec vt102 in wide mode,
 # slightly more expensive.
 # From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
 vt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes), 
 # slightly more expensive.
 # From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
 vt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes), 
-       sgr@, sgr0=\E[m, 
-       use=vt102, 
+       sgr@, sgr0=\E[m, use=vt102, 
 
 # VT125 Graphics CRT.  Clear screen also erases graphics
 vt125|vt125 graphics terminal, 
 
 # VT125 Graphics CRT.  Clear screen also erases graphics
 vt125|vt125 graphics terminal, 
@@ -1312,7 +1980,7 @@ vt125|vt125 graphics terminal,
 # This isn't a DEC entry, it came from University of Wisconsin.
 # (vt131: I added <rmam>/<smam> based on the init string, also <OTbs> -- esr)
 vt131|dec vt131, 
 # This isn't a DEC entry, it came from University of Wisconsin.
 # (vt131: I added <rmam>/<smam> based on the init string, also <OTbs> -- esr)
 vt131|dec vt131, 
-       am, xenl, 
+       OTbs, am, xenl, 
        cols#80, it#8, lines#24, vt#3, 
        bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
        clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
        cols#80, it#8, lines#24, vt#3, 
        bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
        clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
@@ -1337,18 +2005,17 @@ vt131|dec vt131,
 vt132|DEC vt132, 
        xenl, 
        dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
 vt132|DEC vt132, 
        xenl, 
        dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
-       ip=$<7>, rmir=\E[4h, smir=\E[4l, 
-       use=vt100, 
+       ip=$<7>, rmir=\E[4h, smir=\E[4l, use=vt100, 
 
 
-# vt220:
 # This vt220 description maps F5--F9 to the second block of function keys
 # at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
 # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
 # PF1--PF4 are used as F1--F4.
 #
 # This vt220 description maps F5--F9 to the second block of function keys
 # at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
 # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
 # PF1--PF4 are used as F1--F4.
 #
-vt220|vt200|DEC VT220 in vt100 emulation mode, 
-       am, mir, xenl, xon, 
+vt220-old|vt200-old|DEC VT220 in vt100 emulation mode, 
+       OTbs, OTpt, am, mir, xenl, xon, 
        cols#80, lines#24, vt#3, 
        cols#80, lines#24, vt#3, 
+       OTnl=^J, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, civis=\E[?25l, 
        clear=\E[H\E[2J$<50>, cnorm=\E[?25h, cr=^M, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, civis=\E[?25l, 
        clear=\E[H\E[2J$<50>, cnorm=\E[?25h, cr=^M, 
@@ -1365,35 +2032,16 @@ vt220|vt200|DEC VT220 in vt100 emulation mode,
        ri=\EM$<14/>, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
        rmso=\E[27m, rmul=\E[24m, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
        ri=\EM$<14/>, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
        rmso=\E[27m, rmul=\E[24m, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
-       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smso=\E[7m, smul=\E[4m, 
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smso=\E[7m, smul=\E[4m, 
-vt220-w|vt200-w|DEC vt220 in wide mode, 
-       cols#132, 
-       rs3=\E[?3h, use=vt220, 
-
-#
-# vt220d:
-# This vt220 description regards F6--F10 as the second block of function keys
-# at the top of the keyboard.  This mapping follows the description given
-# in the VT220 Programmer Reference Manual and agrees with the labeling
-# on some terminals that emulate the vt220.  There is no support for an F5.
-# See vt220 for an alternate mapping. 
-#
-vt220d|DEC VT220 in vt100 mode with DEC function key labeling, 
-       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
-       kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
-       kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, kf5@, kf6=\E[17~, 
-       kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
-       use=vt220, 
 
 
-vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins, 
-       am@, 
-       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, 
-
-vt220-8|dec vt220 8 bit terminal, 
-       am, mc5i, mir, msgr, xenl, xon, 
-       cols#80, it#8, lines#24, 
+# A much better description of the VT200/220; used to be vt220-8
+# changed rmacs/smacs from shift-in/shift-out to vt200-old's explicit G0/G1
+# designation to accommodate bug in pcvt -TD
+vt220|vt200|dec vt220, 
+       OTbs, am, mc5i, mir, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, vt#3, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
@@ -1413,10 +2061,87 @@ vt220-8|dec vt220 8 bit terminal,
        khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, 
        kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i, 
        mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
        khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, 
        kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i, 
        mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
-       rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, 
-       rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N
+       rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, 
+       rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=\E(0$<2>
        smam=\E[?7h, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
        smam=\E[?7h, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
+vt220-w|vt200-w|DEC vt220 in wide mode, 
+       cols#132, 
+       rs3=\E[?3h, use=vt220, 
+vt220-8bit|vt220-8|vt200-8bit|vt200-8|dec vt220/200 in 8-bit mode, 
+       OTbs, am, mc5i, mir, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, vt#3, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\2335m, bold=\2331m, clear=\233H\233J, cr=^M, 
+       csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=^H, 
+       cud=\233%p1%dB, cud1=^J, cuf=\233%p1%dC, cuf1=\233C, 
+       cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\233A, 
+       dch=\233%p1%dP, dch1=\233P, dl=\233%p1%dM, dl1=\233M, 
+       ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, enacs=\E)0, 
+       flash=\233?5h$<200/>\233?5l, home=\233H, ht=^I, hts=\EH, 
+       ich=\233%p1%d@, if=/usr/share/tabset/vt100, 
+       il=\233%p1%dL, il1=\233L, ind=\ED, 
+       is2=\233?7h\233>\233?1h\E F\233?4l, kbs=^H, 
+       kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
+       kf1=\EOP, kf10=\23321~, kf11=\23323~, kf12=\23324~, 
+       kf13=\23325~, kf14=\23326~, kf17=\23331~, kf18=\23332~, 
+       kf19=\23333~, kf2=\EOQ, kf20=\23334~, kf3=\EOR, kf4=\EOS, 
+       kf6=\23317~, kf7=\23318~, kf8=\23319~, kf9=\23320~, 
+       kfnd=\2331~, khlp=\23328~, khome=\233H, kich1=\2332~, 
+       knp=\2336~, kpp=\2335~, krdo=\23329~, kslt=\2334~, lf1=pf1, 
+       lf2=pf2, lf3=pf3, lf4=pf4, mc0=\233i, mc4=\2334i, mc5=\2335i, 
+       nel=\EE, rc=\E8, rev=\2337m, ri=\EM, rmacs=^O, rmam=\233?7l, 
+       rmir=\2334l, rmso=\23327m, rmul=\23324m, rs1=\233?3l, 
+       sc=\E7, sgr0=\233m, smacs=^N, smam=\233?7h, smir=\2334h, 
+       smso=\2337m, smul=\2334m, tbc=\2333g, 
+
+#
+# vt220d:
+# This vt220 description regards F6--F10 as the second block of function keys
+# at the top of the keyboard.  This mapping follows the description given
+# in the VT220 Programmer Reference Manual and agrees with the labeling
+# on some terminals that emulate the vt220.  There is no support for an F5.
+# See vt220 for an alternate mapping. 
+#
+vt220d|DEC VT220 in vt100 mode with DEC function key labeling, 
+       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
+       kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
+       kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, kf5@, kf6=\E[17~, 
+       kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, use=vt220-old, 
+
+vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins, 
+       am@, 
+       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, 
 
 
+# vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
+# (not an official DEC entry!)
+# The problem with real vt220 terminals is they don't send escapes when in
+# in vt220 mode.  This can be gotten around two ways.  1> don't send
+# escapes or 2> put the vt220 into vt100 mode and use all the nifty
+# features of vt100 advanced video which it then has.
+#
+# This entry takes the view of putting a vt220 into vt100 mode so
+# you can use the escape key in emacs and everything else which needs it.
+#
+# You probably don't want to use this on a VMS machine since VMS will think
+# it has a vt220 and will get fouled up coming out of emacs
+#
+# From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
+# (Added vt100 <rc>,<sc> to quiet a tic warning -- esr)
+vt200-js|vt220-js|dec vt200 series with jump scroll, 
+       am, 
+       cols#80, 
+       bel=^G, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
+       cub1=^H, cud1=^J, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
+       dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
+       il1=\E[L, ind=\ED, 
+       is2=\E[61"p\E[H\E[?3l\E[?4l\E[?1l\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m, 
+       kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=^M\ED, rc=\E8, 
+       rf=/usr/share/tabset/vt100, ri=\EM, rmdc=, rmir=\E[4l, 
+       rmkx=\E[?1l\E>, rmso=\E[27m$<5/>, rmul=\E[24m, 
+       rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, smdc=, 
+       smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m$<5/>, smul=\E[4m, 
 # This was DEC's vt320.  Use the purpose-built one below instead 
 #vt320|DEC VT320 in vt100 emulation mode,
 #      use=vt220,
 # This was DEC's vt320.  Use the purpose-built one below instead 
 #vt320|DEC VT320 in vt100 emulation mode,
 #      use=vt220,
@@ -1439,7 +2164,7 @@ vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode,
 # I left out <sgr> because of its RIDICULOUS complexity,
 # and the resulting fact that it causes the termcap translation of the entry
 # to SMASH the 1k-barrier...
 # I left out <sgr> because of its RIDICULOUS complexity,
 # and the resulting fact that it causes the termcap translation of the entry
 # to SMASH the 1k-barrier...
-# From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
+# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
 # (vt320: uncommented <fsl> --esr) 
 vt320|vt300|dec vt320 7 bit terminal, 
        am, eslok, hs, mir, msgr, xenl, 
 # (vt320: uncommented <fsl> --esr) 
 vt320|vt300|dec vt320 7 bit terminal, 
        am, eslok, hs, mir, msgr, xenl, 
@@ -1455,22 +2180,21 @@ vt320|vt300|dec vt320 7 bit terminal,
        home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, 
        il1=\E[L, ind=\ED, 
        is2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
        home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, 
        il1=\E[L, ind=\ED, 
        is2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
-       ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=\177, kc1=\EOq, kc3=\EOs, 
-       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
-       kdch1=\E[3~, kel=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
-       kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
-       kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
-       kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 
-       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
-       khome=\E[1~, kich1=\E[2~, knp=\E[6~, knxt=^I, kpp=\E[5~, 
-       kprv=\E[Z, kslt=\E[4~, mc0=\E[i, mc4=\E[?4i, mc5=\E[?5i, 
-       nel=\EE, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt300, 
-       ri=\EM, rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, 
-       rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
+       kbs=\177, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kdch1=\E[3~, kel=\E[4~, kf10=\E[21~, kf11=\E[23~, 
+       kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
+       kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
+       kf20=\E[34~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
+       kf9=\E[20~, khome=\E[1~, kich1=\E[2~, knp=\E[6~, knxt=^I, 
+       kpp=\E[5~, kprv=\E[Z, kslt=\E[4~, mc0=\E[i, mc4=\E[?4i, 
+       mc5=\E[?5i, nel=\EE, rc=\E8, rev=\E[7m, 
+       rf=/usr/share/tabset/vt300, ri=\EM, rmacs=\E(B, 
+       rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, 
+       rmul=\E[m, 
        rs2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
        sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
        smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
        rs2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
        sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
        smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
-       tsl=\E[1$}\E[H\E[K, 
+       tsl=\E[1$}\E[H\E[K, use=vt220+keypad, 
 vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy, 
        am@, 
        is2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
 vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy, 
        am@, 
        is2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
@@ -1601,12 +2325,16 @@ vt420|DEC VT420,
        rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
        rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
        rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
        rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
-       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smkx=\E=, smso=\E[7m, smul=\E[4m, 
 
 #
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smkx=\E=, smso=\E[7m, smul=\E[4m, 
 
 #
-#  DECUDK   
+# DEC VT220 and up support DECUDK (user-defined keys).  DECUDK (i.e., pfx)
+# takes two parameters, the key and the string.  Translating the key is
+# straightforward (keys 1-5 are not defined on real terminals, though some
+# emulators define these):
+#
 #               if (key < 16) then  value = key;
 #               else if (key < 21) then value = key + 1; 
 #               else if (key < 25) then value = key + 2;
 #               if (key < 16) then  value = key;
 #               else if (key < 21) then value = key + 1; 
 #               else if (key < 25) then value = key + 2;
@@ -1614,6 +2342,10 @@ vt420|DEC VT420,
 #               else if (key < 30) then value = key + 4;
 #               else value = key + 5;
 #
 #               else if (key < 30) then value = key + 4;
 #               else value = key + 5;
 #
+# The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT". 
+# There's no provision in terminfo for emitting a string in this format, so the
+# application has to know it.
+#
 vt420pc|DEC VT420 w/PC keyboard, 
        kdch1=\177, kend=\E[4~, kf1=\E[11~, kf10=\E[21~, 
        kf11=\E[23~, kf12=\E[24~, kf13=\E[11;2~, kf14=\E[12;2~, 
 vt420pc|DEC VT420 w/PC keyboard, 
        kdch1=\177, kend=\E[4~, kf1=\E[11~, kf10=\E[21~, 
        kf11=\E[23~, kf12=\E[24~, kf13=\E[11;2~, kf14=\E[12;2~, 
@@ -1630,15 +2362,15 @@ vt420pc|DEC VT420 w/PC keyboard,
        kf48=\E[36;2~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
        kf8=\E[19~, kf9=\E[20~, khome=\E[H, 
        pctrm=USR_TERM\:vt420pcdos\:, 
        kf48=\E[36;2~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
        kf8=\E[19~, kf9=\E[20~, khome=\E[H, 
        pctrm=USR_TERM\:vt420pcdos\:, 
-       pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, use=vt420, 
+       pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, 
+       use=vt420, 
 
 vt420pcdos|DEC VT420 w/PC for DOS Merge, 
        lines#25, 
 
 vt420pcdos|DEC VT420 w/PC for DOS Merge, 
        lines#25, 
-       dispc=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;, 
+       dispc=%?%p1%{19}%=%t\E\023\021%e%p1%{32}%<%t\E%p1%c%e%p1%{127}%=%t\E\177%e%p1%c%;, 
        pctrm@, 
        rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr@, 
        pctrm@, 
        rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr@, 
-       sgr0=\E[m, smsc=\E[?1;2r\E[34h, 
-       use=vt420pc, 
+       sgr0=\E[m, smsc=\E[?1;2r\E[34h, use=vt420pc, 
 
 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys, 
        kdch1=\177, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
 
 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys, 
        kdch1=\177, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
@@ -1682,16 +2414,16 @@ vt520|DEC VT520,
        if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
        is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
        if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
        is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
-       kdch1=\E[3~, kf0=\E[29~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ
-       kf3=\EOR, kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, 
-       kf8=\E[20~, kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, 
-       kpp=\E[5~, kslt=\E[4~, 
+       kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR
+       kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
+       kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
+       kslt=\E[4~, 
        pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, 
        rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
        ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
        rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
        pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, 
        rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
        ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
        rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
-       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smso=\E[7m, smul=\E[4m, 
 
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smso=\E[7m, smul=\E[4m, 
 
@@ -1709,16 +2441,16 @@ vt525|DEC VT525,
        if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
        is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
        if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
        is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
-       kdch1=\E[3~, kf0=\E[29~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ
-       kf3=\EOR, kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, 
-       kf8=\E[20~, kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, 
-       kpp=\E[5~, kslt=\E[4~, 
+       kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR
+       kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
+       kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
+       kslt=\E[4~, 
        pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, 
        rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
        ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
        rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
        pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, 
        rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
        ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
        rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
-       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smso=\E[7m, smul=\E[4m, 
 
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smso=\E[7m, smul=\E[4m, 
 
@@ -1742,18 +2474,205 @@ dec-vt220|DOS tnvt200 terminal emulator,
 # RDBM systems, it includes ReGIS and SiXel support!  I'm impressed...
 # I can send the address if requested.
 # (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
 # RDBM systems, it includes ReGIS and SiXel support!  I'm impressed...
 # I can send the address if requested.
 # (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
-# From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
+# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
 z340|zstem vt340 terminal emulator 132col 42line, 
        lines#42, 
        is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
        rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
        use=vt320-w, 
 z340|zstem vt340 terminal emulator 132col 42line, 
        lines#42, 
        is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
        rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
        use=vt320-w, 
-z340-nam|zstem vt340 terminal emulator 132col 42line, 
+z340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins)
        am@, 
        is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
        rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
        use=z340, 
 
        am@, 
        is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
        rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
        use=z340, 
 
+# CRT is shareware.  It implements some xterm features, including mouse.
+crt|crt-vt220|CRT 2.3 emulating VT220, 
+       bce, msgr, 
+       ncv@, 
+       hts=\EH, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+       use=vt220, use=ecma+color, 
+
+# PuTTY 0.51 (released 14 December 2000)
+# http://www.chiark.greenend.org.uk/~sgtatham/putty/
+#
+# This emulates vt100 + vt52 (plus a few vt220 features:  ech, SRM, DECTCEM, as
+# well as SCO and Atari, color palettes from Linux console).  Reading the code,
+# it is intended to be VT102 plus selected features By default, it sets $TERM
+# to xterm, which is incorrect, since several features are misimplemented:
+#
+#      Alt+key always sends ESC+key, so 'km' capability is removed.
+#
+#      Control responses, wrapping and tabs are buggy, failing a couple of
+#      screens in vttest.
+#
+#      xterm mouse support is not implemented (unrelease version may).
+#
+# Several features such as backspace/delete are optional; this entry documents
+# the default behavior -TD
+putty|xterm clone (win32), 
+       am, bw, ccc, km, mir, msgr, xenl, 
+       colors#8, cols#80, it#8, lines#24, pairs#64, 
+       acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
+       ech=\E[%p1%dX, ed=\E[J, el=\E[K, enacs=\E)0, home=\E[H, 
+       hpa=\E[%i%p1%dG, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, 
+       ind=^J, 
+       initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p3%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p4%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;, 
+       is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, 
+       kbs=\177, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
+       kcuu1=\EOA, kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
+       kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
+       kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
+       kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
+       kf9=\E[20~, kfnd=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, 
+       kpp=\E[5~, kslt=\E[4~, oc=\E]R, op=\E[39;49m, rc=\E8, 
+       rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, 
+       rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>, 
+       rmso=\E[27m, rmul=\E[24m, 
+       rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>, sc=\E7, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
+       smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
+       tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+       vpa=\E[%i%p1%dd, 
+
+# This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
+# T. Teranishi dated Mar 10, 1998.  It is a free software terminal emulator
+# (communication program) which supports:
+#
+#      - Serial port connections.
+#      - TCP/IP (telnet) connections.
+#      - VT100 emulation, and selected VT200/300 emulation.
+#      - TEK4010 emulation.
+#      - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
+#        Quick-VAN).
+#      - Scripts using the "Tera Term Language".
+#      - Japanese and Russian character sets.
+#
+# The program does not come with terminfo or termcap entries.  However, the
+# emulation (testing with vttest and ncurses) is reasonably close to vt100 (no
+# vt52 or doublesize character support; blinking is done with color).  Besides
+# the HPA, VPA extensions it also implements CPL and CNL.
+#
+# All of the function keys can be remapped.  This description shows the default
+# mapping, as installed.  Both vt100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
+# are supported.  F13-F20 are obtained by shifting F3-F10.  The editing keypad
+# is laid out like vt220, rather than the face codes on the PC keyboard, i.e,
+#      kfnd    Insert
+#      kslt    Delete
+#      kich1   Home
+#      kdch1   PageUp
+#      kpp     End
+#      knp     PageDown
+#
+# ANSI colors are implemented, but cannot be combined with video attributes
+# except for reverse.
+#
+# No fonts are supplied with the program, so the acsc string is chosen to
+# correspond with the default Microsoft terminal font.
+#
+# Tera Term recognizes some xterm sequences, including those for setting and
+# retrieving the window title, and for setting the window size (i.e., using
+# "resize -s"), though it does not pass SIGWINCH to the application if the
+# user resizes the window with the mouse.
+teraterm|Tera Term Pro, 
+       km, xon@, 
+       ncv#43, vt@, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+       blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J, 
+       cnorm=\E[?25h, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
+       dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
+       flash=\E[?5h\E[?5l$<200/>, hpa=\E[%i%p1%dG, 
+       il=\E[%p1%dL, il1=\E[L, kdch1=\E[3~, kf1=\E[11~, 
+       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
+       kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
+       kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, 
+       kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, 
+       kpp=\E[5~, kslt=\E[4~, op=\E[100m, rev=\E[7m, ri=\EM, 
+       rmso=\E[27m, rmul=\E[24m, sgr0=\E[m, smso=\E[7m, 
+       smul=\E[4m, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+       vpa=\E[%i%p1%dd, use=klone+color, use=vt100, 
+
+# Tested with WinNT 4.0, the telnet application assumes the screensize is
+# 25x80.  This entry uses the 'Terminal' font, to get line-drawing characters.
+#
+# Other notes:
+# a) Fails tack's cup (cursor-addressing) test, though cup works well enough
+#    for casual (occasional) use.  Also fails several of the vttest screens,
+#    but that is not unusual for vt100 "emulators".
+# b) Does not implement vt100 keypad
+# c) Recognizes a subset of vt52 controls.
+ms-vt100|MS telnet imitating dec vt100, 
+       lines#25, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+       ka1@, ka3@, kb2@, kc1@, kc3@, kent@, kf0@, kf1@, kf10@, kf2@, kf3@, kf4@, 
+       kf5@, kf6@, kf7@, kf8@, kf9@, tbc@, u6=\E[%i%d;%dR, u7=\E[6n, 
+       u8=\E[?6c, u9=\E[c, use=vt100, 
+
+# Tested with Windows 2000, the telnet application runs in a console window,
+# also using 'Terminal' font.
+#
+# Other notes:
+# a) This version has no function keys or numeric keypad.  Unlike the older
+#    version, the numeric keypad is entirely ignored.
+# b) The program sets $TERM to "ansi", which of course is inaccurate.
+ms-vt100-color|vtnt|windows 2000 ansi (sic), 
+       bce, 
+       dch=\E[%p1%dP, ich=\E[%p1%d@, use=ecma+color, 
+       use=ms-vt100, 
+
+# Based on comments from Federico Bianchi:
+#
+#      vt100+ is basically a VT102-noSGR with ANSI.SYS colors and a different
+#      scheme for PF keys.
+#
+# and PuTTY wishlist:
+#
+#      The modifiers are represented as the codes listed above, prefixed to
+#      the normal sequences.  If the modifier is pressed alone, its sequence
+#      is transmitted twice in succession.  If multiple modifiers apply,
+#      they're transmitted in the order shift, control, alt.
+#
+#      Shift   \E^S
+#      Alt     \E^A,
+#      Ctrl    \E^C,
+ms-vt100+|vt100+|windows XP vt100+ (sic), 
+       kdch1=\E-, kend=\Ek, kf1=\E1, kf10=\E0, kf11=\E!, kf12=\E@, 
+       kf13=\E\023\E1, kf14=\E\023\E2, kf15=\E\023\E3, 
+       kf16=\E\023\E4, kf17=\E\023\E5, kf18=\E\023\E6, 
+       kf19=\E\023\E7, kf2=\E2, kf20=\E\023\E8, kf21=\E\023\E9, 
+       kf22=\E\023\E0, kf23=\E\023\E!, kf24=\E\023\E@, 
+       kf25=\E\003\E1, kf26=\E\003\E2, kf27=\E\003\E3, 
+       kf28=\E\003\E4, kf29=\E\003\E5, kf3=\E3, kf30=\E\003\E6, 
+       kf31=\E\003\E7, kf32=\E\003\E8, kf33=\E\003\E9, 
+       kf34=\E\003\E0, kf35=\E\003\E!, kf36=\E\003\E@, 
+       kf37=\E\001\E1, kf38=\E\001\E2, kf39=\E\001\E3, kf4=\E4, 
+       kf40=\E\001\E4, kf41=\E\001\E5, kf42=\E\001\E6, 
+       kf43=\E\001\E7, kf44=\E\001\E8, kf45=\E\001\E9, 
+       kf46=\E\001\E0, kf47=\E\001\E!, kf48=\E\001\E@, kf5=\E5, 
+       kf6=\E6, kf7=\E7, kf8=\E8, kf9=\E9, khome=\Eh, kich1=\E+, 
+       knp=\E/, kpp=\E?, use=ms-vt100-color, 
+
+ms-vt-utf8|vt-utf8|UTF-8 flavor of vt100+, 
+       use=ms-vt100+, 
+
+# a minimal subset of a vt100 (compare with "news-unk).
+tt|tkterm|Don Libes' tk text widget terminal emulator, 
+       clear=\E[H\E[J, cr=^M, cuf1=\E[C, cup=\E[%p1%d;%p2%dH, 
+       cuu1=\E[A, ind=^J, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
+       kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, kf9=\EOX, rmso=\E[m, 
+       smso=\E[7m, 
+
 #### X terminal emulators
 #
 # You can add the following line to your .Xdefaults to change the terminal type
 #### X terminal emulators
 #
 # You can add the following line to your .Xdefaults to change the terminal type
@@ -1772,7 +2691,7 @@ z340-nam|zstem vt340 terminal emulator 132col 42line,
 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
 # as these seem not to work -- esr)
 x10term|vs100-x10|xterm terminal emulator (X10 window system), 
 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
 # as these seem not to work -- esr)
 x10term|vs100-x10|xterm terminal emulator (X10 window system), 
-       am, km, mir, msgr, xenl, xon, 
+       OTbs, am, km, mir, msgr, xenl, xon, 
        cols#80, it#8, lines#65, 
        bold=\E[1m, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
        cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cols#80, it#8, lines#65, 
        bold=\E[1m, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
        cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
@@ -1786,8 +2705,11 @@ x10term|vs100-x10|xterm terminal emulator (X10 window system),
        smso=\E[7m, smul=\E[4m, 
 # Compatible with the R5 xterm 
 # (from the XFree86 3.2 distribution, <blink=@> removed)
        smso=\E[7m, smul=\E[4m, 
 # Compatible with the R5 xterm 
 # (from the XFree86 3.2 distribution, <blink=@> removed)
+# added khome/kend, rmir/smir, rmul/smul, hts based on the R5 xterm code - TD
+# corrected typos in rs2 string - TD
+# added u6-u9 -TD
 xterm-r5|xterm R5 version, 
 xterm-r5|xterm R5 version, 
-       am, km, msgr, xenl, 
+       OTbs, am, km, msgr, xenl, 
        cols#80, it#8, lines#24, 
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cols#80, it#8, lines#24, 
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
@@ -1797,86 +2719,312 @@ xterm-r5|xterm R5 version,
        el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
        il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\EOD, 
        kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, 
        el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
        il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\EOD, 
        kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, 
-       kdl1=\E[31~, kel=\E[8~, kf0=\EOq, kf1=\E[11~, kf10=\E[21~, 
-       kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, kf3=\E[13~, 
-       kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
-       kf9=\E[20~, khome=\E[7~, kich1=\E[2~, kil1=\E[30~, 
-       knp=\E[6~, kpp=\E[5~, rc=\E8, rev=\E[7m, ri=\EM, 
-       rmkx=\E[?1l\E>, rmso=\E[m, 
-       rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, sc=\E7, 
+       kdl1=\E[31~, kel=\E[8~, kend=\E[4~, kf0=\EOq, kf1=\E[11~, 
+       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
+       kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
+       kil1=\E[30~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, rc=\E8, 
+       rev=\E[7m, ri=\EM, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, 
+       rmul=\E[m, 
+       rs2=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H, 
+       sc=\E7, 
        sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
        sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
-       sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, tbc=\E[3g, 
+       sgr0=\E[m, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
+       smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, 
+       u8=\E[?1;2c, u9=\E[c, 
 # Compatible with the R6 xterm
 # (from XFree86 3.2 distribution, <acsc> and <it> added, <blink@> removed)
 # Compatible with the R6 xterm
 # (from XFree86 3.2 distribution, <acsc> and <it> added, <blink@> removed)
+# added khome/kend, hts based on the R6 xterm code - TD
+# (khome/kend do not actually work in X11R5 or X11R6, but many people use this
+# for compatibility with other emulators).
 xterm-r6|xterm-old|xterm X11R6 version, 
 xterm-r6|xterm-old|xterm X11R6 version, 
-       am, km, mir, msgr, xenl, 
+       OTbs, am, km, mir, msgr, xenl, 
        cols#80, it#8, lines#24, 
        cols#80, it#8, lines#24, 
-       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
-       el=\E[K, enacs=\E)0, home=\E[H, ht=^I, il=\E[%p1%dL, 
+       el=\E[K, enacs=\E)0, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, 
        il1=\E[L, ind=^J, 
        is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H, 
        kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
        il1=\E[L, ind=^J, 
        is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H, 
        kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
-       kdch1=\E[3~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
+       kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
        kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
        kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
        kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
        kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
-       kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf5=\E[15~, 
-       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
-       kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, meml=\El
-       memu=\Em, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O
-       rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>
-       rmso=\E[m, rmul=\E[m, 
-       rs2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7, 
+       kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
+       kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       kfnd=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~
+       kslt=\E[4~, meml=\El, memu=\Em, rc=\E8, rev=\E[7m, ri=\EM
+       rmacs=^O, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l
+       rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
+       rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>, sc=\E7, 
        sgr0=\E[m, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h, 
        smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
        sgr0=\E[m, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h, 
        smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
-# This is the stock xterm entry supplied with XFree86 3.2
+       u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+# This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
 # The name has been changed and some aliases have been removed.
 # The name has been changed and some aliases have been removed.
-xterm-xf86-v32|xterm terminal emulator (X Window System), 
-       am, bce, km, mir, msgr, xenl, 
-       colors#8, cols#80, it#8, lines#24, pairs#64, 
-       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
-       bel=^G, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[2J, 
-       cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
-       cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
-       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
-       cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?25h, dch=\E[%p1%dP, 
-       dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, 
-       el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h\E[?5l, 
-       home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
-       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
+xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System), 
+       OTbs, am, bce, km, mir, msgr, xenl, 
+       cols#80, it#8, lines#24, ncv@, 
+       acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
+       clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
+       ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
+       flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, 
+       ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
+       il1=\E[L, ind=^J, 
        is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, 
        is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, 
-       ka1=\EOw, ka3=\EOu, kb2=\EOy, kbeg=\EOE, kbs=^H, kc1=\EOq, 
-       kc3=\EOs, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
-       kdch1=\177, kend=\EOF, kent=\EOM, kf1=\E[11~, kf10=\E[21~, 
+       kbeg=\EOE, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
+       kcuu1=\EOA, kdch1=\177, kend=\EOF, kf1=\E[11~, kf10=\E[21~, 
        kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
        kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
        kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
        kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
        kf9=\E[20~, kfnd=\E[1~, khome=\EOH, kich1=\E[2~, 
        kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, meml=\El, 
        kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
        kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
        kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
        kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
        kf9=\E[20~, kfnd=\E[1~, khome=\EOH, kich1=\E[2~, 
        kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, meml=\El, 
-       memu=\Em, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
-       rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, 
-       rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=^O, 
-       rs2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7, 
-       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       memu=\Em, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, 
+       rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>, 
+       rmso=\E[27m, rmul=\E[24m, rs1=^O, 
+       rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>, sc=\E7, 
        setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
        setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
        sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
        smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
        setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
        setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
        sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
        smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
-       tbc=\E[3g, vpa=\E[%i%p1%dd, 
-
-# This is xterm for ncurses. It mainly adds mappings for more high-half
-# characters.  Note that these will only work for fixed-width fonts.
-# Once XFree86 3.2 is established, we'll switch this to use=xterm-xf86-v32
-xterm|vs100|xterms|xterm terminal emulator (X Window System), 
-       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\,\,II00, 
-       kmous=\E[M, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+       tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+       vpa=\E[%i%p1%dd, use=ecma+color, use=vt220+keypad, 
+
+# This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
+# codes for F1-F4 except while in VT220 mode.
+xterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System), 
+       kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, use=xterm-xf86-v32, 
+
+# This version was released in XFree86 3.3.3 (November 1998).
+# Besides providing printer support, it exploits a new feature that allows
+# xterm to use terminfo-based descriptions with the titeInhibit resource.
+# -- the distribution contained incorrect khome/kend values -TD
+xterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System), 
+       mc5i, 
+       blink=\E[5m, ich1@, invis=\E[8m, 
+       is2=\E[!p\E[?3;4l\E[4l\E>, kdch1=\E[3~, kfnd@, kslt@, 
+       mc0=\E[i, mc4=\E[4i, mc5=\E[5i, rmcup=\E[?1047l\E[?1048l, 
+       rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
+       smcup=\E[?1048h\E[?1047h, use=xterm-xf86-v33, 
+
+# This version was released in XFree86 4.0.
+xterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System), 
+       npc, 
+       kDC=\E[3;5~, kEND=\EO5F, kHOM=\EO5H, kIC=\E[2;5~, 
+       kLFT=\EO5D, kNXT=\E[6;5~, kPRV=\E[5;5~, kRIT=\EO5C, ka1@, 
+       ka3@, kb2=\EOE, kc1@, kc3@, kcbt=\E[Z, kdch1=\E[3~, kend=\EOF, 
+       kf13=\EO2P, kf14=\EO2Q, kf15=\EO2R, kf16=\EO2S, 
+       kf17=\E[15;2~, kf18=\E[17;2~, kf19=\E[18;2~, 
+       kf20=\E[19;2~, kf21=\E[20;2~, kf22=\E[21;2~, 
+       kf23=\E[23;2~, kf24=\E[24;2~, kf25=\EO5P, kf26=\EO5Q, 
+       kf27=\EO5R, kf28=\EO5S, kf29=\E[15;5~, kf30=\E[17;5~, 
+       kf31=\E[18;5~, kf32=\E[19;5~, kf33=\E[20;5~, 
+       kf34=\E[21;5~, kf35=\E[23;5~, kf36=\E[24;5~, kf37=\EO6P, 
+       kf38=\EO6Q, kf39=\EO6R, kf40=\EO6S, kf41=\E[15;6~, 
+       kf42=\E[17;6~, kf43=\E[18;6~, kf44=\E[19;6~, 
+       kf45=\E[20;6~, kf46=\E[21;6~, kf47=\E[23;6~, 
+       kf48=\E[24;6~, khome=\EOH, rmcup=\E[?1049l, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       smcup=\E[?1049h, use=xterm-xf86-v333, 
+
+# This version was released in XFree86 4.3.
+xterm-xf86-v43|xterm terminal emulator (XFree86 4.3 Window System), 
+       npc, 
+       kDC=\E[3;2~, kEND=\E[1;2F, kHOM=\E[1;2H, kIC=\E[2;2~, 
+       kLFT=\E[1;2D, kNXT=\E[6;2~, kPRV=\E[5;2~, kRIT=\E[1;2C, 
+       kb2=\EOE, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
+       kcuu1=\EOA, kend=\EOF, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf13=\EO2P, kf14=\EO2Q, 
+       kf15=\EO2R, kf16=\EO2S, kf17=\E[15;2~, kf18=\E[17;2~, 
+       kf19=\E[18;2~, kf2=\EOQ, kf20=\E[19;2~, kf21=\E[20;2~, 
+       kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~, kf25=\EO5P, 
+       kf26=\EO5Q, kf27=\EO5R, kf28=\EO5S, kf29=\E[15;5~, 
+       kf3=\EOR, kf30=\E[17;5~, kf31=\E[18;5~, kf32=\E[19;5~, 
+       kf33=\E[20;5~, kf34=\E[21;5~, kf35=\E[23;5~, 
+       kf36=\E[24;5~, kf37=\EO6P, kf38=\EO6Q, kf39=\EO6R, 
+       kf4=\EOS, kf40=\EO6S, kf41=\E[15;6~, kf42=\E[17;6~, 
+       kf43=\E[18;6~, kf44=\E[19;6~, kf45=\E[20;6~, 
+       kf46=\E[21;6~, kf47=\E[23;6~, kf48=\E[24;6~, kf5=\E[15~, 
+       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\EOH, 
+       kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
+       use=xterm-basic, 
+
+# This version is current (XFree86 xterm patch #180).
+xterm-xfree86|xterm-new|xterm terminal emulator (XFree86 4.4 Window System), 
+       cnorm=\E[?12l\E[?25h, cvvis=\E[?12;25h, indn=\E[%p1%dS, 
+       rin=\E[%p1%dT, use=xterm-xf86-v43, 
+#
+# This chunk is used for building the VT220/Sun/PC keyboard variants.
+xterm-basic|xterm terminal emulator - common (XFree86), 
+       am, bce, km, mc5i, mir, msgr, xenl, 
+       colors#8, cols#80, it#8, lines#24, pairs#64, 
+       acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
+       clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
+       ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
+       flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, 
+       ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, 
+       ind=^J, invis=\E[8m, is2=\E[!p\E[?3;4l\E[4l\E>, kbs=^H, 
+       kdch1=\E[3~, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, meml=\El, 
+       memu=\Em, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
+       rmam=\E[?7l, rmcup=\E[?1049l, rmir=\E[4l, rmkx=\E[?1l\E>, 
+       rmso=\E[27m, rmul=\E[24m, rs1=\Ec, 
+       rs2=\E[!p\E[?3;4l\E[4l\E>, sc=\E7, setab=\E[4%p1%dm, 
+       setaf=\E[3%p1%dm, 
+       setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
+       setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[?1049h, 
+       smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
+       tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+       vpa=\E[%i%p1%dd, 
+
+# From: David J. MacKenzie <djm@va.pubnix.com>, 14 Nov 1997
+xterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1, 
+       rmso=\E[m, rmul=\E[m, use=xterm-xf86-v33, 
+
+# This is one of the variants of XFree86 3.3 xterm, updated for 4.0 (T.Dickey)
+xterm-16color|xterm with 16 colors like aixterm, 
+       ncv#32, use=ibm+16color, use=xterm-xfree86, 
+
+# These variants of XFree86 3.9.16 xterm are built as a configure option.
+xterm-256color|xterm with 256 colors, 
+       ccc, 
+       colors#256, ncv#32, pairs#256, 
+       initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\, 
+       setab=\E[48;5;%p1%dm, setaf=\E[38;5;%p1%dm, 
+       setb=\E[48;5;%p1%dm, setf=\E[38;5;%p1%dm, 
+       use=xterm-xfree86, 
+xterm-88color|xterm with 88 colors, 
+       colors#88, pairs#88, use=xterm-256color, 
+
+# These two are used to demonstrate the any-event mouse support, i.e., by
+# using an extended name "XM" which tells ncurses to put the terminal into
+# a special mode when initializing the xterm mouse.
+xterm-1002|testing xterm-mouse, 
+       XM=\E[?1002%?%p1%{1}%=%th%el%;, use=xterm-xfree86, 
+xterm-1003|testing xterm-mouse, 
+       XM=\E[?1003%?%p1%{1}%=%th%el%;, use=xterm-xfree86, 
+
+# This is another variant, for XFree86 4.0 xterm (T.Dickey)
+# This is an 8-bit version of xterm, which emulates DEC vt220 with ANSI color.
+# To use it, your decTerminalID resource must be set to 200 or above.
+#
+#      HTS     \E H    \210
+#      RI      \E M    \215
+#      SS3     \E O    \217
+#      CSI     \E [    \233
+#
+xterm-8bit|xterm terminal emulator 8-bit controls (X Window System), 
+       OTbs, am, bce, km, mc5i, mir, msgr, npc, xenl, 
+       colors#8, cols#80, it#8, lines#24, pairs#64, 
+       acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\2335m, bold=\2331m, cbt=\233Z, 
+       civis=\233?25l, clear=\233H\2332J, cnorm=\233?25h, cr=^M, 
+       csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=^H, 
+       cud=\233%p1%dB, cud1=^J, cuf=\233%p1%dC, cuf1=\233C, 
+       cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\233A, 
+       dch=\233%p1%dP, dch1=\233P, dl=\233%p1%dM, dl1=\233M, 
+       ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, 
+       enacs=\E(B\E)0, flash=\233?5h$<100/>\233?5l, 
+       home=\233H, hpa=\233%i%p1%dG, ht=^I, hts=\210, 
+       ich=\233%p1%d@, il=\233%p1%dL, il1=\233L, ind=^J, 
+       invis=\2338m, 
+       is2=\E7\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>, 
+       ka1=\217w, ka3=\217u, kb2=\217y, kbeg=\217E, kbs=^H, 
+       kc1=\217q, kc3=\217s, kcbt=\233Z, kcub1=\217D, kcud1=\217B, 
+       kcuf1=\217C, kcuu1=\217A, kdch1=\2333~, kend=\2334~, 
+       kent=\217M, kf1=\23311~, kf10=\23321~, kf11=\23323~, 
+       kf12=\23324~, kf13=\23325~, kf14=\23326~, kf15=\23328~, 
+       kf16=\23329~, kf17=\23331~, kf18=\23332~, kf19=\23333~, 
+       kf2=\23312~, kf20=\23334~, kf3=\23313~, kf4=\23314~, 
+       kf5=\23315~, kf6=\23317~, kf7=\23318~, kf8=\23319~, 
+       kf9=\23320~, khome=\2331~, kich1=\2332~, kmous=\233M, 
+       knp=\2336~, kpp=\2335~, mc0=\233i, mc4=\2334i, mc5=\2335i, 
+       meml=\El, memu=\Em, op=\23339;49m, rc=\E8, rev=\2337m, 
+       ri=\215, rmacs=^O, rmam=\233?7l, rmcup=\233?1049l, 
+       rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m, 
+       rs1=\Ec, 
+       rs2=\E[62"p\E G\E7\233r\E8\233m\233?7h\233?1;3;4;6l\2334l\E>, 
+       sc=\E7, setab=\2334%p1%dm, setaf=\2333%p1%dm, 
+       setb=\2334%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
+       setf=\2333%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
+       sgr=\2330%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
+       sgr0=\233m^O, smacs=^N, smam=\233?7h, smcup=\233?1049h, 
+       smir=\2334h, smkx=\233?1h\E=, smso=\2337m, smul=\2334m, 
+       tbc=\2333g, u6=\233[%i%d;%dR, u7=\E[6n, u8=\233[?1;2c, 
+       u9=\E[c, vpa=\233%i%p1%dd, 
+
+xterm-hp|XFree86 xterm with hpterm function keys, 
+       kclr=\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
+       kdch1=\EP, kend=\EF, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, 
+       kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, kich1=\EQ, 
+       knp=\ES, kpp=\ET, use=xterm-basic, 
+
+xterm-sco|XFree86 xterm with SCO function keys, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[F, 
+       kf1=\E[M, kf10=\E[V, kf11=\E[W, kf12=\E[X, kf13=\E[Y, 
+       kf15=\E[a, kf16=\E[b, kf17=\E[c, kf18=\E[d, kf19=\E[e, 
+       kf2=\E[N, kf20=\E[f, kf21=\E[g, kf22=\E[h, kf23=\E[i, 
+       kf24=\E[j, kf25=\E[k, kf26=\E[l, kf27=\E[m, kf28=\E[n, 
+       kf29=\E[o, kf3=\E[O, kf30=\E[p, kf31=\E[q, kf32=\E[r, 
+       kf33=\E[s, kf34=\E[t, kf35=\E[u, kf4=\E[P, kf5=\E[Q, 
+       kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, 
+       kich1=\E[L, knp=\E[G, kpp=\E[I, use=xterm-basic, 
+
+# The xterm-xfree86 description has all of the features, but is not completely
+# compatible with vt220.  If you are using a Sun or PC keyboard, set the
+# sunKeyboard resource to true:
+#      + maps the editing keypad
+#      + interprets control-function-key as a second array of keys, so a
+#        12-fkey keyboard can support vt220's 20-fkeys.
+#      + maps numeric keypad "+" to ",".
+#      + uses DEC-style control sequences for the application keypad.
+#        
+xterm-vt220|XFree86 xterm emulating vt220, 
+       kbeg=\EOu, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
+       kcuu1=\EOA, kend=\E[4~, kf10=\E[21~, kf11=\E[23~, 
+       kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
+       kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
+       kf20=\E[34~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
+       kmous=\E[M, knp=\E[6~, kpp=\E[5~, use=xterm-basic, 
+       use=vt220+keypad, 
+
+xterm-vt52|XFree86 xterm emulating dec vt52, 
+       cols#80, it#8, lines#24, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
+       cup=\EY%p1%' '%+%c%p2%' '%+%c, cuu1=\EA, ed=\EJ, el=\EK, 
+       home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
+       kcuf1=\EC, kcuu1=\EA, nel=^M^J, ri=\EI, rmacs=\EG, smacs=\EF, 
+
+xterm-noapp|xterm with cursor keys in normal mode, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, rmcup@, 
+       rmkx=\E>, smcup@, smkx=\E=, use=xterm, 
+
+xterm-24|vs100|xterms|xterm terminal emulator (X Window System), 
+       lines#24, use=xterm-r6, 
+
+# This is xterm for ncurses.
+xterm|xterm terminal emulator (X Window System), 
        use=xterm-r6, 
        use=xterm-r6, 
+#      use=xterm-xfree86, 
 
 # These entries allow access to the X titlebar and icon name as a status line. 
 # Note that twm (and possibly window managers descended from it such as tvtwm, 
 
 # These entries allow access to the X titlebar and icon name as a status line. 
 # Note that twm (and possibly window managers descended from it such as tvtwm, 
@@ -1885,42 +3033,47 @@ xterm|vs100|xterms|xterm terminal emulator (X Window System),
 xterm+sl|access X title line and icon name, 
        hs, 
        wsl#40, 
 xterm+sl|access X title line and icon name, 
        hs, 
        wsl#40, 
-       dsl=\E]0;\007, fsl=^G, tsl=\E]0;, 
+       dsl=\E]0;\007, fsl=^G, tsl=\E]0;, use=xterm, 
 xterm+sl-twm|access X title line (pacify twm-descended window managers), 
        hs, 
        wsl#40, 
 xterm+sl-twm|access X title line (pacify twm-descended window managers), 
        hs, 
        wsl#40, 
-       dsl=\E]2;\007, fsl=^G, tsl=\E]2;, 
+       dsl=\E]2;\007, fsl=^G, tsl=\E]2;, use=xterm, 
 
 #
 # The following xterm variants don't depend on your base version
 #
 
 #
 # The following xterm variants don't depend on your base version
 #
+# xterm with bold instead of underline
 xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold, 
 xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold, 
-       smso=\E[1m, 
-       use=xterm, 
+       smso=\E[7m, smul=\E[1m, use=xterm, 
 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
 # (kterm should not invoke DEC Graphics as the alternate character set
 #  -- Kenji Rikitake)
 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
 # (kterm should not invoke DEC Graphics as the alternate character set
 #  -- Kenji Rikitake)
+# (proper setting of enacs, smacs, rmacs makes kterm to use DEC Graphics
+#  -- MATSUMOTO Shoji)
 kterm|kterm kanji terminal emulator (X window system), 
        eslok, hs, 
 kterm|kterm kanji terminal emulator (X window system), 
        eslok, hs, 
-       csr=\E[%i%p1%d;%p2%dr, dsl=\E[?H, enacs=\E(B, fsl=\E[?F, 
-       rc=\E8, sc=\E7, tsl=\E[?E\E[?%i%dT, 
-       use=xterm, 
+       acsc=++\,\,--..00ii``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       csr=\E[%i%p1%d;%p2%dr, dsl=\E[?H, enacs=, fsl=\E[?F, 
+       kmous=\E[M, rc=\E8, rmacs=\E(B, sc=\E7, smacs=\E(0, 
+       tsl=\E[?E\E[?%i%dT, use=xterm-r6, use=ecma+color, 
+kterm-color|kterm-co|kterm with ANSI colors, 
+       ncv@, use=kterm, use=ecma+color, 
 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs, 
 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs, 
-       ich@, ich1@, 
-       use=xterm, 
+       ich@, ich1@, use=xterm, 
 # From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996 
 xterm1|xterm terminal emulator ignoring the alternate screen buffer, 
 # From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996 
 xterm1|xterm terminal emulator ignoring the alternate screen buffer, 
-       rmcup@, smcup@, 
-       use=xterm, 
+       rmcup@, smcup@, use=xterm, 
 
 # This describes the capabilities of color_xterm, an xterm variant from
 # before ECMA-64 color support was folded into the main-line xterm release.
 # This entry is straight from color_xterm's maintainer.
 # From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
 
 # This describes the capabilities of color_xterm, an xterm variant from
 # before ECMA-64 color support was folded into the main-line xterm release.
 # This entry is straight from color_xterm's maintainer.
 # From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
+# The README's with the distribution also say that it supports SGR 21, 24, 25
+# and 27, but they are not present in the terminfo or termcap.
 color_xterm|cx|cx100|color_xterm color terminal emulator for X, 
 color_xterm|cx|cx100|color_xterm color terminal emulator for X, 
-       am, km, mir, msgr, xenl, 
-       colors#8, cols#80, it#8, lines#65, pairs#64
+       OTbs, am, km, mir, msgr, xenl, 
+       cols#80, it#8, lines#65, ncv@
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
@@ -1929,57 +3082,306 @@ color_xterm|cx|cx100|color_xterm color terminal emulator for X,
        dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
        el=\E[K, el1=\E[1K, enacs=\E(B\E)0, home=\E[H, ht=^I, 
        ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
        dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
        el=\E[K, el1=\E[1K, enacs=\E(B\E)0, home=\E[H, ht=^I, 
        ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
-       is1=\E[r\E[m\E[?7h\E[?4;6l\E[4l, ka1=\EOw, ka3=\EOy, 
-       kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\EOD, kcud1=\EOB, 
-       kcuf1=\EOC, kcuu1=\EOA, kend=\E[8~, kent=\EOM, kf1=\E[11~, 
+       is1=\E[r\E[m\E[?7h\E[?4;6l\E[4l, kbs=^H, kcub1=\EOD, 
+       kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kend=\E[8~, kf1=\E[11~, 
        kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
        kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
        kf8=\E[19~, kf9=\E[20~, khome=\E[7~, kich1=\E[2~, 
        kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
        kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
        kf8=\E[19~, kf9=\E[20~, khome=\E[7~, kich1=\E[2~, 
-       kmous=\E[M, knp=\E[6~, kpp=\E[5~, op=\E[39;49m, rc=\E8
-       rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, 
-       rmcup=\E>\E[?41;1r, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
+       kmous=\E[M, knp=\E[6~, kpp=\E[5~, rc=\E8, rev=\E[7m, ri=\EM
+       rmacs=^O, rmam=\E[?7l, rmcup=\E>\E[?41;1r, rmir=\E[4l, 
+       rmso=\E[27m, rmul=\E[24m, 
        rs1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<, 
        rs1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<, 
-       sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sc=\E7, 
        sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m, smacs=^N, smam=\E[?7h, 
        smcup=\E[?1;41s\E[?1;41h\E=, smir=\E[4h, smso=\E[7m, 
        sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m, smacs=^N, smam=\E[?7h, 
        smcup=\E[?1;41s\E[?1;41h\E=, smir=\E[4h, smso=\E[7m, 
-       smul=\E[4m, 
-
-# From: Mark Olesen & Thomas Dickey <dickey@clark.net> 13 Jul 1996
-rxvt|reduced xterm terminal (X Window System), 
-       am, bce, km, mir, msgr, xenl, xon, 
-       colors#8, cols#80, it#8, lines#24, pairs#64, 
+       smul=\E[4m, use=ecma+color, use=vt220+keypad, 
+
+# The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
+# xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
+# SGR 39 or 49.  SGR 0 does reset colors (along with everything else).  This
+# description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
+# that each of those implements the home, end, delete keys differently.
+#
+# Redhat Linux 6.x distributes XFree86 xterm as "nxterm", which uses bce
+# colors; note that this is not compatible with the 5.2 version.
+# csw (2002-05-15): make xterm-color primary instead of nxterm, to 
+#   match XFree86's xterm.terminfo usage and prevent circular links
+xterm-color|nxterm|generic color xterm, 
+       ncv@, 
+       op=\E[m, use=xterm-r6, use=klone+color, 
+
+# this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
+gnome-rh62|Gnome terminal, 
+       bce, 
+       kdch1=\177, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
+       use=xterm-color, 
+
+# GNOME Terminal 1.4.0.4 (Redhat 7.2)
+#
+# This implements a subset of vt102 with a random selection of features from
+# other terminals such as color and function-keys.
+#
+# shift-f1 to shift-f10 are f11 to f20
+#
+# NumLock changes the application keypad to approximate vt100 keypad, except
+# that there is no escape sequence matching comma (,).
+#
+# Other defects observed:
+#      vt100 LNM mode is not implemented.
+#      vt100 80/132 column mode is not implemented.
+#      vt100 DECALN is not implemented.
+#      vt100 DECSCNM mode is not implemented, so flash does not work.
+#      vt100 TBC (tab reset) is not implemented.
+#      xterm alternate screen controls do not restore cursor position properly
+#      it hangs in tack after running function-keys test.
+gnome-rh72|GNOME Terminal, 
+       bce, 
+       civis=\E[?25l, cnorm=\E[?25h, kdch1=\E[3~, kf1=\EOP, 
+       kf2=\EOQ, kf3=\EOR, kf4=\EOS, rmam=\E[?7l, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\016%e\017%;, 
+       smam=\E[?7h, tbc@, use=xterm-color, 
+
+# GNOME Terminal 2.0.1 (Redhat 8.0)
+#
+# Documentation now claims it implements vt220 (which is demonstrably false). 
+# However, it does implement ECH, which is a vt220 feature.  And there are
+# workable vt100 LNM, DECALN, DECSNM modes, making it possible to display
+# more of its bugs using vttest.
+#
+# However, note that bce and msgr are broken in this release.  Tabs (tbc and
+# hts) are broken as well.  Sometimes flash (as in xterm-xfree86) works.
+#
+# kf1 and kf10 are not tested since they're assigned (hardcoded?) to menu
+# operations.  Shift-tab generates a distinct sequence so it can be argued
+# that it implements kcbt.
+gnome-rh80|GNOME Terminal, 
+       bce@, msgr@, 
+       ech=\E[%p1%dX, flash=\E[?5h$<100/>\E[?5l, kbs=\177, 
+       kcbt=\E^I, op=\E[39;49m, use=gnome-rh72, 
+
+# GNOME Terminal 2.2.1 (Redhat 9.0)
+#
+# bce and msgr are repaired.
+gnome-rh90|GNOME Terminal, 
+       bce, msgr, use=gnome-rh80, 
+
+gnome|GNOME Terminal, 
+       use=gnome-rh90, 
+
+# This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce
+# or not is debatable).
+kvt|KDE terminal, 
+       bce, km@, 
+       kdch1=\177, kend=\E[F, khome=\E[H, use=xterm-color, 
+
+# Konsole 1.0.1
+# (formerly known as kvt)
+#
+# This program hardcodes $TERM to 'xterm', which is not accurate.  However, to
+# simplify this entry (and point out why konsole isn't xterm), we base this on
+# xterm-r6.  The default keyboard appears to be 'linux'.
+#
+# Notes:
+# a) konsole implements several features from XFree86 xterm, though none of
+#    that is documented - except of course in its source code - apparently
+#    because its implementors are unaccustomed to reading documentation - as
+#    evidenced by the sparse and poorly edited documentation distributed with
+#    konsole.  Some features such as the 1049 private mode are recognized but
+#    incorrectly implemented as a duplicate of the 47 private mode.
+# b) even with the "vt100 (historical)" keyboard setting, the numeric keypad
+#    sends PC-style escapes rather than vt100.
+# c) fails vttest menu 3 (Test of character sets) because it does not properly
+#    parse some control sequences.  Also fails vttest Primary Device Attributes
+#    by sending a bogus code (in the source it says it's supposed to be a
+#    vt220, which is doubly incorrect because it does not implement vt220
+#    control sequences except for a few special cases).  Treat it as a
+#    mildly-broken vt102.
+konsole-base|KDE console window, 
+       bce, km@, npc, 
+       bel@, blink=\E[5m, civis=\E[?25l, cnorm=\E[?25h, 
+       ech=\E[%p1%dX, flash=\E[?5h$<100/>\E[?5l, 
+       hpa=\E[%i%p1%dG, kbs@, kdch1@, kend@, kf1@, kf10@, kf11@, kf12@, 
+       kf13@, kf14@, kf15@, kf16@, kf17@, kf18@, kf19@, kf2@, kf20@, kf3@, 
+       kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, kfnd@, khome@, kslt@, 
+       rmam=\E[?7l, rmso=\E[27m, rmul=\E[24m, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       smam=\E[?7h, vpa=\E[%i%p1%dd, use=ecma+color, 
+       use=xterm-r6, 
+konsole-linux|KDE console window with linux keyboard, 
+       kdch1=\E[3~, kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, 
+       kf12=\E[24~, kf13@, kf14@, kf15@, kf16@, kf17@, kf18@, kf19@, 
+       kf2=\E[[B, kf20@, kf3=\E[[C, kf4=\E[[D, kf5=\E[[E, 
+       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       use=konsole-base, 
+# KDE's "XFree86 3.x.x" keyboard is based on reading the xterm terminfo rather
+# than testing the code.
+konsole-xf3x|KDE console window with keyboard for XFree86 3.x xterm, 
+       kend=\E[4~, khome=\E[1~, use=konsole-vt100, 
+# The value for kbs reflects local customization rather than the settings used
+# for XFree86 xterm.
+konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm, 
+       kbs=^H, kend=\EOF, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
+       khome=\EOH, use=konsole-vt100, 
+# KDE's "vt100" keyboard has no relationship to any terminal that DEC made, but
+# it is still useful for deriving the other entries.
+konsole-vt100|KDE console window with vt100 (sic) keyboard, 
+       kbs=\177, kdch1=\E[3~, kend=\E[F, kf1=\E[11~, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf13@, kf14@, kf15@, kf16@, kf17@, 
+       kf18@, kf19@, kf2=\E[12~, kf20@, kf3=\E[13~, kf4=\E[14~, 
+       kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       khome=\E[H, use=konsole-base, 
+konsole-vt420pc|KDE console window with vt420 pc keyboard, 
+       kbs=^H, kdch1=\177, use=konsole-vt100, 
+konsole-16color|klone of xterm-16color, 
+       ncv#32, use=ibm+16color, use=konsole, 
+# make a default entry for konsole
+konsole|KDE console window, 
+       use=konsole-linux, 
+
+# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
+# Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
+# Notes:
+# rxvt 2.21b uses
+#      smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
+# but some applications don't work with that.
+# It also has an AIX extension
+#      box2=lqkxjmwuvtn,
+# and
+#      ech=\E[%p1%dX,
+# but the latter does not work correctly.
+#
+# The distributed terminfo says it implements hpa and vpa, but they are not
+# implemented correctly, using relative rather than absolute positioning.
+#
+# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
+# Since rxvt is not really compatible with xterm, it should be configured as
+# "rxvt" (monochrome) and "rxvt-color". 
+rxvt-basic|rxvt terminal base (X Window System), 
+       OTbs, am, bce, eo, km, mir, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
        clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
        clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
-       cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
-       dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
-       enacs=\E(B\E)0, flash=\E[?5h\E[?5l, home=\E[H, 
-       hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
+       el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h\E[?5l, 
+       home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
        il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\E[?47l\E=\E[?1l, 
        is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, 
        kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
        il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\E[?47l\E=\E[?1l, 
        is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, 
        kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
-       kPRV=\E[5$, kRIT=\E[c, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
-       kc1=\EOp, kc3=\EOn, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, 
-       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[8~, kent=\EOM, 
-       kf0=\E[21~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
-       kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
-       kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
-       kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
-       kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       kPRV=\E[5$, kRIT=\E[c, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, 
+       kel=\E[8\^, kend=\E[8~, kf1=\E[11~, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
+       kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
+       kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
+       kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
+       kf9=\E[20~, kfnd=\E[1~, khome=\E[7~, kich1=\E[2~, 
+       kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8, 
+       rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[2J\E[?47l\E8, 
+       rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
+       rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
+       rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
+       s0ds=\E(B, s1ds=\E(0, sc=\E7, sgr0=\E[0m\017, smacs=^N, 
+       smcup=\E7\E[?47h, smir=\E[4h, smkx=\E=, smso=\E[7m, 
+       smul=\E[4m, tbc=\E[3g, use=vt220+keypad, 
+rxvt|rxvt terminal emulator (X Window System), 
+       ncv@, 
+       cvvis=\E[?25h, hpa=\E[%i%p1%dG, kf0=\E[21~, 
+       sgr0=\E[m\017, vpa=\E[%i%p1%dd, use=rxvt-basic, 
+       use=ecma+color, 
+rxvt-color|rxvt terminal emulator (X Window System), 
+       use=rxvt, 
+rxvt-xpm|rxvt terminal emulator (X Window System), 
+       use=rxvt, 
+rxvt-cygwin|rxvt terminal emulator (X Window System) on cygwin, 
+       acsc=0\333+\257\,\256-\^`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+       use=rxvt, 
+rxvt-cygwin-native|rxvt terminal emulator (native MS Window System port) on cygwin, 
+       acsc=0\333+\257\,\256-\^`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330~\376, 
+       use=rxvt-cygwin, 
+
+# This variant is supposed to work with rxvt 2.7.7 when compiled with
+# NO_BRIGHTCOLOR defined.  rxvt needs more work...
+rxvt-16color|xterm with 16 colors like aixterm, 
+       ncv#32, use=ibm+16color, use=rxvt, 
+
+# From: Michael Jennings <mej@valinux.com>
+# removed kf0 which conflicts with kf10 -TD
+# remove cvvis which conflicts with cnorm -TD
+Eterm|Eterm-color|Eterm with xterm-style color support (X Window System), 
+       am, bce, bw, eo, km, mc5i, mir, msgr, xenl, xon, 
+       btns#5, cols#80, it#8, lines#24, lm#0, ncv@, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
+       ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
+       flash=\E[?5h\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, 
+       hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
+       ind=^J, is1=\E[?47l\E>\E[?1l, 
+       is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, 
+       kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
+       kPRV=\E[5$, kRIT=\E[c, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, 
+       kbeg=\EOu, kbs=^H, kc1=\E[8~, kc3=\E[6~, kcbt=\E[Z, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\E[3~, kel=\E[8\^, kend=\E[8~, kent=\EOM, kf1=\E[11~, 
+       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
+       kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
+       kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, 
+       kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
        khome=\E[7~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
        khome=\E[7~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
-       op=\E[39m\E[49m, rc=\E8, rev=\E[7m, ri=\EM, 
-       rmacs=\E(B\E)0\017, rmcup=\E[?47l\E8, rmir=\E[4l, 
-       rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
+       kslt=\E[4~, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, 
+       rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, 
+       rmkx=, rmso=\E[27m, rmul=\E[24m, 
        rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
        rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
        rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
        rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
-       sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[m, 
-       smacs=\E(B\E)U\016, smcup=\E7\E[?47h, smir=\E[4h, 
-       smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
-       vpa=\E[%i%p1%dd, 
+       sc=\E7, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
+       smir=\E[4h, smkx=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
+       u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
+       vpa=\E[%i%p1%dd, use=ecma+color, 
+
+# These (xtermc and xtermm) are distributed with Solaris.  They refer to a
+# variant of xterm which is apparently no longer supported, but are interesting
+# because they illustrate SVr4 curses mouse controls - T.Dickey
+xtermm|xterm terminal emulator (monocrome), 
+       OTbs, am, km, mir, msgr, xenl, 
+       btns#3, cols#80, it#8, lines#24, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink@, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[1D, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
+       el=\E[K, el1=\E[1K$<3>, enacs=\E(B\E)0, getm=\E[%p1%dY, 
+       home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
+       il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\EOD, 
+       kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kend=\E[Y, kf0=\EOy, 
+       kf10=\EOY, kf11=\EOZ, kf12=\EOA, kf5=\EOT, kf6=\EOU, 
+       kf7=\EOV, kf8=\EOW, kf9=\EOX, khome=\E[H, kmous=\E[^_, 
+       knp=\E[U, kpp=\E[V, rc=\E8, reqmp=\E[492Z, rev=\E[7m, ri=\EM, 
+       rmacs=^O, rmcup=\E@0\E[?4r, rmso=\E[m, 
+       rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
+       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smcup=\E@0\E[?4s\E[?4h\E@1, 
+       smso=\E[7m, tbc=\E[3g, use=vt100+fnkeys, 
+
+xtermc|xterm terminal emulator (color), 
+       colors#8, ncv#7, pairs#64, 
+       op=\E[100m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
+       setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
+       use=xtermm, 
 
 # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
 # Here's a termcap entry I've been using for xterm_color, which comes
 
 # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
 # Here's a termcap entry I've been using for xterm_color, which comes
@@ -1988,12 +3390,11 @@ rxvt|reduced xterm terminal (X Window System),
 # title bar. [I have translated it to terminfo -- ESR]
 xterm-pcolor|xterm with color used for highlights and status line, 
        bold=\E[1m\E[43m, rev=\E[7m\E[34m, smso=\E[7m\E[31m, 
 # title bar. [I have translated it to terminfo -- ESR]
 xterm-pcolor|xterm with color used for highlights and status line, 
        bold=\E[1m\E[43m, rev=\E[7m\E[34m, smso=\E[7m\E[31m, 
-       smul=\E[4m\E[42m, 
-       use=xterm+sl, use=xterm, 
+       smul=\E[4m\E[42m, use=xterm+sl, use=xterm-r6, 
 
 # HP ships this, except for the pb#9600 which was merged in from BSD termcap.
 # (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
 
 # HP ships this, except for the pb#9600 which was merged in from BSD termcap.
 # (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
-xhpterm|X-hpterm|hp X11 terminal emulator, 
+hpterm|X-hpterm|hp X11 terminal emulator, 
        am, da, db, mir, xhp, 
        cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0, 
        acsc=, bel=^G, bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, 
        am, da, db, mir, xhp, 
        cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0, 
        acsc=, bel=^G, bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, 
@@ -2011,7 +3412,7 @@ xhpterm|X-hpterm|hp X11 terminal emulator,
        pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET, 
        rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, 
        rmul=\E&d@, 
        pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET, 
        rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, 
        rmul=\E&d@, 
-       sgr=\E&d%?%p7%t%'s'%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%'@'%+%c%?%p9%t%'\016'%c%e%'\017'%c%;, 
+       sgr=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%{64}%+%c%?%p9%t%'\016'%c%e%'\017'%c%;, 
        sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, 
        smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
 
        sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, 
        smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
 
@@ -2033,23 +3434,22 @@ xterm-sun|xterm with sunFunctionKeys true,
        kf40=\E[217z, kf42=\E[219z, kf44=\E[221z, kf5=\E[228z, 
        kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
        kfnd=\E[200z, khlp=\E[196z, khome=\E[214z, kich1=\E[2z, 
        kf40=\E[217z, kf42=\E[219z, kf44=\E[221z, kf5=\E[228z, 
        kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
        kfnd=\E[200z, khlp=\E[196z, khome=\E[214z, kich1=\E[2z, 
-       knp=\E[222z, kpp=\E[216z, kund=\E[195z, 
-       use=xterm, 
+       knp=\E[222z, kpp=\E[216z, kund=\E[195z, use=xterm, 
 xterms-sun|small (80x24) xterm with sunFunctionKeys true, 
        cols#80, lines#24, use=xterm-sun, 
 
 xterms-sun|small (80x24) xterm with sunFunctionKeys true, 
        cols#80, lines#24, use=xterm-sun, 
 
-# This is for the extensible terminal emulator on the X11R6 contrib tape (emu).
+# This is for the extensible terminal emulator on the X11R6 contrib tape.
 emu|emu native mode, 
        mir, msgr, xon, 
        colors#15, cols#80, it#8, lines#24, pairs#64, vt#200, 
 emu|emu native mode, 
        mir, msgr, xon, 
        colors#15, cols#80, it#8, lines#24, pairs#64, vt#200, 
-       acsc=a\202f\260g261j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244, 
+       acsc=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244, 
        bel=^G, blink=\ES\EW, bold=\ES\EU, civis=\EZ, 
        clear=\EP\EE0;0;, cnorm=\Ea, cr=^M, csr=\Ek%p1%d;%p2%d;, 
        cub=\Eq-%p1%d;, cub1=^H, cud=\Ep%p1%d;, cud1=\EB, 
        cuf=\Eq%p1%d;, cuf1=\ED, cup=\EE%p1%d;%p2%d;, 
        bel=^G, blink=\ES\EW, bold=\ES\EU, civis=\EZ, 
        clear=\EP\EE0;0;, cnorm=\Ea, cr=^M, csr=\Ek%p1%d;%p2%d;, 
        cub=\Eq-%p1%d;, cub1=^H, cud=\Ep%p1%d;, cud1=\EB, 
        cuf=\Eq%p1%d;, cuf1=\ED, cup=\EE%p1%d;%p2%d;, 
-       cuu=\Ep-%p1%d;, cuu1=\EA, cvvis=\Ea, dch=\EI%p1%d;, 
-       dch1=\EI1;, dl=\ER%p1%d;, dl1=\ER1;, ech=\Ej%p1%d;, ed=\EN
-       el=\EK, el1=\EL, enacs=\200, home=\EE0;0;, ht=^I, hts=\Eh, 
+       cuu=\Ep-%p1%d;, cuu1=\EA, dch=\EI%p1%d;, dch1=\EI1;, 
+       dl=\ER%p1%d;, dl1=\ER1;, ech=\Ej%p1%d;, ed=\EN, el=\EK
+       el1=\EL, enacs=\0, home=\EE0;0;, ht=^I, hts=\Eh, 
        il=\EQ%p1%d;, il1=\EQ1;, ind=\EG, is2=\ES\Er0;\Es0;, 
        kbs=^H, kcub1=\EC, kcud1=\EB, kcuf1=\ED, kcuu1=\EA, 
        kdch1=\177, kent=^M, kf0=\EF00, kf1=\EF01, kf10=\EF10, 
        il=\EQ%p1%d;, il1=\EQ1;, ind=\EG, is2=\ES\Er0;\Es0;, 
        kbs=^H, kcub1=\EC, kcud1=\EB, kcuf1=\ED, kcuu1=\EA, 
        kdch1=\177, kent=^M, kf0=\EF00, kf1=\EF01, kf10=\EF10, 
@@ -2058,19 +3458,139 @@ emu|emu native mode,
        kf20=\EF20, kf3=\EF03, kf4=\EF04, kf5=\EF05, kf6=\EF06, 
        kf7=\EF07, kf8=\EF08, kf9=\EF09, kfnd=\Efind, kich1=\Eins, 
        knp=\Enext, kpp=\Eprior, kslt=\Esel, oc=\Es0;\Er0;, 
        kf20=\EF20, kf3=\EF03, kf4=\EF04, kf5=\EF05, kf6=\EF06, 
        kf7=\EF07, kf8=\EF08, kf9=\EF09, kfnd=\Efind, kich1=\Eins, 
        knp=\Enext, kpp=\Eprior, kslt=\Esel, oc=\Es0;\Er0;, 
-       rev=\ES\ET, ri=\EF, rmacs=\200, rmir=\EX, rmso=\ES, rmul=\ES, 
-       rs2=\ES\Es0;\Er0;, 
-       setab=\Es%i%p1%d; setaf=\Er%i%p1%d;, sgr0=\ES, 
-       smacs=\200, smir=\EY, smso=\ES\ET, smul=\ES\EV, tbc=\Ej, 
+       rev=\ES\ET, ri=\EF, rmacs=\0, rmir=\EX, rmso=\ES, rmul=\ES, 
+       rs2=\ES\Es0;\Er0;, setab=\Es%i%p1%d;, 
+       setaf=\Er%i%p1%d;, sgr0=\ES, smacs=\0, smir=\EY, 
+       smso=\ES\ET, smul=\ES\EV, tbc=\Ej, 
+
+# A commercial product, Reportedly a version of Xterm with an OPEN LOOK UI,
+# print interface, ANSI X3.64 colour escape sequences, etc.  Newsgroup postings
+# indicate that it emulates more than one terminal, but incompletely.
+# 
+# This is adapted from a FreeBSD bug-report by Daniel Rudy <dcrudy@pacbell.net>
+# It is based on vt102's entry, with some subtle differences, but also
+#      has status line
+#      supports ANSI colors (except for 'op' string)
+#      apparently implements alternate screen like xterm
+#      does not use padding, of course.
+mvterm|vv100|SwitchTerm aka mvTERM, 
+       am, eslok, hs, km, mir, msgr, xenl, 
+       colors#8, cols#80, it#8, lines#24, pairs#64, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
+       dsl=\E[?E, ed=\E[J, el=\E[K, el1=\E[1K$<3>, enacs=\E(B\E)0, 
+       fsl=\E[?F, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
+       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, 
+       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOy, 
+       kf10=\EOx, kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, 
+       op=\E[100m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
+       rmcup=\E[2J\E[?47l\E8, rmkx=\E[?1l\E>, rmso=\E[m, 
+       rmul=\E[m, 
+       rs2=\E>\E[1;3;4;5;6l\E[?7h\E[100m\E[m\E[r\E[2J\E[H, 
+       sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smcup=\E7\E[?47h, 
+       smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
+       tsl=\E[?E\E[?%i%p1%dT, use=vt100+fnkeys, 
+
+### MTERM
+#
+# This application is available by email from <mouse@Rodents.Montreal.QC.CA>.
+#
+# "mterm -type ansi" sets $TERM to "ansi"
+mterm-ansi|ANSI emulation, 
+       am, bw, mir, msgr, 
+       it#8, 
+       acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
+       cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
+       dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, 
+       el=\E[K, home=\E[H, hpa=\E[%i%p1%d`, ht=^I, ich1=, 
+       il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS, 
+       invis=\E[8m, is2=\E)0\017, kbs=^H, nel=\EE, rev=\E[7m, 
+       ri=\E[T, rin=\E[%p1%dT, rmacs=^O, rmir=\E[4l, rmso=\E[27m, 
+       rmul=\E[24m, sgr0=\E[m, smacs=^N, smir=\E[4h, smso=\E[7m, 
+       smul=\E[4m, vpa=\E[%i%p1%dd, 
+# mterm normally sets $TERM to "mterm"
+mterm|mouse-sun|Der Mouse term, 
+       am, bw, mir, 
+       it#8, 
+       bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^N, cuf1=^S, 
+       cup=\006%p1%d.%p2%d., cuu1=^X, dch1=^Y, dl1=^K, ed=^B, el=^C, 
+       home=^P, ht=^I, il1=^A, ind=^U, kbs=^H, ll=^R, nel=^M^U, ri=^W, 
+       rmir=^O, rmso=^T, smir=^Q, smso=^V, 
+# "mterm -type decansi" sets $TERM to "decansi"
+decansi|ANSI emulation with DEC compatibility hacks, 
+       am, mir, msgr, xenl, 
+       colors#8, it#8, pairs#64, 
+       acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
+       dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, enacs=\E(B\E)0, 
+       home=\E[H, hpa=\E[%i%p1%d`, ht=^I, ich1=, il=\E[%p1%dL, 
+       il1=\E[L, ind=\E[S, indn=\E[%p1%dS, invis=\E[8m, 
+       is2=\E)0\E[r\017, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
+       kcuf1=\EOC, kcuu1=\EOA, nel=\EE, op=\E[0m, rc=\E8, rev=\E[7m, 
+       ri=\E[T, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, 
+       rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, sc=\E7, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m, smacs=^N, smam=\E[?7h, smir=\E[4h, 
+       smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, u6=\E[%i%d;%dR, 
+       u7=\E[6n, vpa=\E[%i%p1%dd, 
+
+#### MGR
+#
+# MGR is a Bell Labs window system lighter-weight than X.
+# These entries describe MGR's xterm-equivalent. 
+# They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997 
+#
 
 
-######## UNIX VIRTUAL TERMINALS AND VIRTUAL CONSOLES
+mgr|Bellcore MGR (non X) window system terminal emulation, 
+       am, km, 
+       bel=^G, bold=\E2n, civis=\E9h, clear=^L, cnorm=\Eh, cr=^M, 
+       csr=\E%p1%d;%p2%dt, cub1=^H, cud1=\Ef, cuf1=\Er, 
+       cup=\E%p2%d;%p1%dM, cuu1=\Eu, cvvis=\E0h, 
+       dch=\E%p1%dE$<5>, dch1=\EE, dl=\E%p1%dd$<3*>, 
+       dl1=\Ed$<3>, ed=\EC, el=\Ec, hd=\E1;2f, ht=^I, hu=\E1;2u, 
+       ich=\E%p1%dA$<5>, ich1=\EA, il=\E%p1%da$<3*>, 
+       il1=\Ea$<3>, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, nel=^M^J, rev=\E1n, rmam=\E5S, 
+       rmso=\E0n, rmul=\E0n, sgr0=\E0n, smam=\E5s, smso=\E1n, 
+       smul=\E4n, 
+mgr-sun|Mgr window with Sun keyboard, 
+       ka1=\E[214z, ka3=\E[216z, kb2=\E[218z, kc1=\E[220z, 
+       kc3=\E[222z, kcpy=\E[197z, kend=\E[220z, kent=\E[250z, 
+       kf1=\E[224z, kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, 
+       kf2=\E[225z, kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, 
+       kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
+       kfnd=\E[200z, khlp=\E[207z, khome=\E[214z, knp=\E[222z, 
+       kopn=\E[198z, kpp=\E[216z, kund=\E[195z, use=mgr, 
+mgr-linux|Mgr window with Linux keyboard, 
+       ka1=\E[H, ka3=\E[5~, kb2=\E[G, kc1=\E[Y, kc3=\E[6~, 
+       kdch1=\E[3~, kend=\E[4~, kf0=\E[[J, kf1=\E[[A, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, 
+       kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       khome=\E[1~, knp=\E[6~, kpp=\E[5~, use=mgr, 
+
+######## UNIX VIRTUAL TERMINALS, VIRTUAL CONSOLES, AND TELNET CLIENTS
 #
 
 # Columbus UNIX virtual terminal. This terminal also appears in 
 # UNIX 4.0 and successors as line discipline 1 (?), but is 
 # undocumented and does not really work quite right.
 cbunix|cb unix virtual terminal, 
 #
 
 # Columbus UNIX virtual terminal. This terminal also appears in 
 # UNIX 4.0 and successors as line discipline 1 (?), but is 
 # undocumented and does not really work quite right.
 cbunix|cb unix virtual terminal, 
-       am, da, db, 
+       OTbs, am, da, db, 
        cols#80, lines#24, lm#0, 
        bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EG%p2%c%p1%c, cuu1=\EA, dch1=\EM, dl1=\EN, ed=\EL, 
        cols#80, lines#24, lm#0, 
        bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EG%p2%c%p1%c, cuu1=\EA, dch1=\EM, dl1=\EN, ed=\EL, 
@@ -2081,10 +3601,10 @@ cbunix|cb unix virtual terminal,
 vremote|virtual remote terminal, 
        am@, 
        cols#79, use=cbunix, 
 vremote|virtual remote terminal, 
        am@, 
        cols#79, use=cbunix, 
+
 pty|4bsd pseudo teletype, 
        cup=\EG%p1%{32}%+%c%p2%{32}%+%c, rmso=\Eb$, rmul=\Eb!, 
 pty|4bsd pseudo teletype, 
        cup=\EG%p1%{32}%+%c%p2%{32}%+%c, rmso=\Eb$, rmul=\Eb!, 
-       smso=\Ea$, smul=\Ea!, 
-       use=cbunix, 
+       smso=\Ea$, smul=\Ea!, use=cbunix, 
 
 # The codes supported by the term.el terminal emulation in GNU Emacs 19.30 
 eterm|gnu emacs term.el terminal emulation, 
 
 # The codes supported by the term.el terminal emulation in GNU Emacs 19.30 
 eterm|gnu emacs term.el terminal emulation, 
@@ -2094,45 +3614,108 @@ eterm|gnu emacs term.el terminal emulation,
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
-       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\\E[J, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
        el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
        il=\E[%p1%dL, il1=\E[L, ind=^J, rev=\E[7m, 
        rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
        sgr0=\E[m, smcup=\E7\E[?47h, smir=\E[4h, smso=\E[7m, 
        smul=\E[4m, 
 
        el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
        il=\E[%p1%dL, il1=\E[L, ind=^J, rev=\E[7m, 
        rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
        sgr0=\E[m, smcup=\E7\E[?47h, smir=\E[4h, smso=\E[7m, 
        smul=\E[4m, 
 
-# Entries for use by the FSF's `screen' program.  The screen and
+# Entries for use by the `screen' program by Juergen Weigert, 
+# Michael Schroeder, Oliver Laumann.  The screen and
 # screen-w entries came with version 3.7.1.  The screen2 and screen3 entries
 # come from University of Wisconsin and may be older.
 # (screen: added <cnorm> on ANSI model -- esr)
 # screen-w entries came with version 3.7.1.  The screen2 and screen3 entries
 # come from University of Wisconsin and may be older.
 # (screen: added <cnorm> on ANSI model -- esr)
-
+#
+# 'screen' defines extensions to termcap.  Some are used in its terminal
+# description:
+#      G0   (bool)  Terminal can deal with ISO 2022  font  selection sequences.
+#      AX   (bool)  Does  understand ANSI set default fg/bg color
+#                   (\E[39m / \E[49m).
+#      S0   (str)   Switch charset 'G0' to the specified charset.
+#      E0   (str)   Switch charset 'G0' back to standard charset.
+#
+# tested with screen 3.09.08
 screen|VT 100/ANSI X3.64 virtual terminal, 
 screen|VT 100/ANSI X3.64 virtual terminal, 
-       am, km, mir, msgr, xenl
+       OTbs, OTpt, am, km, mir, msgr, xenl, G0
        colors#8, cols#80, it#8, lines#24, pairs#64, 
        colors#8, cols#80, it#8, lines#24, pairs#64, 
-       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\,\,hhII00
+       acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~
        bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
        bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
-       clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
+       clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
        cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
        cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
-       dl1=\E[M, ed=\E[J, el=\E[K, enacs=\E(B\E)0, flash=\Eg, 
-       home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, 
-       il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
-       kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, kf1=\EOP, kf10=\E[21~, 
+       dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
+       flash=\Eg, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
+       il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcbt=\E[Z, 
+       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~, 
        kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
        kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
        kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
        kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
-       khome=\E[1~, kich1=\E[2~, kll=\E[4~, knp=\E[6~, kpp=\E[5~, 
-       nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmir=\E[4l, 
-       rmkx=\E[?1l\E>, rmso=\E[23m, rmul=\E[24m, rs2=\Ec, sc=\E7, 
-       sgr0=\E[m, smacs=^N, smir=\E[4h, smkx=\E[?1h\E=, 
-       smso=\E[3m, smul=\E[4m, tbc=\E[3g, 
+       khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
+       nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
+       rmcup=\E[?1049l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[23m, 
+       rmul=\E[24m, rs2=\Ec, sc=\E7, sgr0=\E[m, smacs=^N, 
+       smcup=\E[?1049h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[3m, 
+       smul=\E[4m, tbc=\E[3g, E0=\E(B, S0=\E(%p1%c, 
        use=ecma+color, 
        use=ecma+color, 
+# The bce and status-line entries are from screen 3.9.13 (and require some
+# changes to .screenrc).
+screen-bce|VT 100/ANSI X3.64 virtual terminal with bce, 
+       bce, use=screen, 
+screen-s|VT 100/ANSI X3.64 virtual terminal with hardstatus line, 
+       dsl=\E_\E\\, fsl=\E\\, tsl=\E_, use=screen, 
+
+# Read the fine manpage:
+#       When  screen  tries  to  figure  out  a  terminal name for
+#       itself, it first looks for an entry named "screen.<term>",
+#       where  <term>  is the contents of your $TERM variable.  If
+#       no such entry exists, screen tries "screen" (or "screen-w"
+#       if the terminal is wide (132 cols or more)).  If even this
+#       entry cannot be found, "vt100" is used as a substitute.
+#
+# Here are a few customized entries which are useful -TD
+#
+# Notes:
+# (a)  screen does not support invis.
+# (b)  screen's implementation of bw is incorrect according to tack.
+# (c)  screen appears to hardcode the strings for khome/kend, making it
+#      necessary to override the "use=" clause's values.
+# (d)  screen sets $TERMCAP to a termcap-formatted copy of the 'screen' entry,
+#      which is NOT the same as the terminfo screen.<term>.
+# (e)  when screen finds one of these customized entries, it sets $TERM to
+#      match.  Hence, no "screen.xterm" entry is provided, since that would
+#      create heartburn for people running remote xterm's.
+#
+#      xterm (-xfree86 or -r6) does not normally support kIC, kNXT and kPRV
+#      since the default translations override the built-in keycode
+#      translation.  They are suppressed here to show what is tested by tack.
+screen.xterm-xfree86|screen customized for XFree86 xterm, 
+       bce@, bw, 
+       invis@, kIC@, kNXT@, kPRV@, kend=\E[4~, khome=\E[1~, meml@, 
+       memu@, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       use=xterm-xfree86, 
+# xterm-r6 does not really support khome/kend unless it is propped up by
+# the translations resource.
+screen.xterm-r6|screen customized for X11R6 xterm, 
+       bw, use=xterm-r6, 
+# Color applications running in screen and TeraTerm do not play well together
+# on Solaris because Sun's curses implementation gets confused.
+screen.teraterm|disable ncv in teraterm, 
+       ncv#127, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+       use=screen, 
+# fix the backspace key
+screen.linux|screen in linux console, 
+       bw, 
+       kbs=\177, kcbt@, use=screen, 
 
 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols, 
        cols#132, use=screen, 
 
 
 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols, 
        cols#132, use=screen, 
 
-screen2|VT 100/ANSI X3.64 virtual terminal, 
+screen2|old VT 100/ANSI X3.64 virtual terminal, 
        cols#80, it#8, lines#24, 
        cbt=\E[Z, clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
        cols#80, it#8, lines#24, 
        cbt=\E[Z, clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
@@ -2146,7 +3729,7 @@ screen2|VT 100/ANSI X3.64 virtual terminal,
        rmul=\E[24m, rs1=\Ec, sc=\E7, sgr0=\E[m, smir=\E[4h, 
        smso=\E[3m, smul=\E[4m, tbc=\E[3g, 
 # (screen3: removed unknown ":xv:LP:G0:" -- esr)
        rmul=\E[24m, rs1=\Ec, sc=\E7, sgr0=\E[m, smir=\E[4h, 
        smso=\E[3m, smul=\E[4m, tbc=\E[3g, 
 # (screen3: removed unknown ":xv:LP:G0:" -- esr)
-screen3|VT 100/ANSI X3.64 virtual terminal, 
+screen3|older VT 100/ANSI X3.64 virtual terminal, 
        km, mir, msgr, 
        cols#80, it#8, lines#24, 
        bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
        km, mir, msgr, 
        cols#80, it#8, lines#24, 
        bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
@@ -2162,15 +3745,162 @@ screen3|VT 100/ANSI X3.64 virtual terminal,
        sc=\E7, sgr0=\E[m, smir=\E[4h, smkx=\E=, smso=\E[3m, 
        smul=\E[4m, tbc=\E[3g, 
 
        sc=\E7, sgr0=\E[m, smir=\E[4h, smkx=\E=, smso=\E[3m, 
        smul=\E[4m, tbc=\E[3g, 
 
-######## WORKSTATION CONSOLES
+# Francesco Potorti <F.Potorti@cnuce.cnr.it>:
+# NCSA telnet is one of the most used telnet clients for the Macintosh.  It has
+# been maintained until recently by the National Center for Supercomputer
+# Applications, and it is feature rich, stable and free.  It can be downloaded
+# from www.ncsa.edu.  This terminfo description file is based on xterm-vt220,
+# xterm+sl, and the docs at NCSA.  It works well.
+#
+# NCSA Telnet 2.6 for Macintosh in vt220 8-bit emulation mode
+# The terminal options should be set as follows:
+#         Xterm sequences ON
+#         use VT wrap mode ON
+#         use Emacs arrow keys OFF
+#         CTRL-COMND is Emacs meta ON
+#         8 bit mode ON
+#         answerback string: "ncsa-vt220-8"
+#         setup keys: all disabled
+#
+# Application mode is not used.
+#
+# Other special mappings:
+#      Apple           VT220
+#      HELP            Find
+#      HOME            Insert here
+#      PAGEUP          Remove
+#      DEL             Select
+#      END             Prev Screen
+#      PAGEDOWN        Next Screen
+#
+# Though it supports ANSI color, NCSA Telnet uses color to represent blinking
+# text.
+#
+# The status-line manipulation is a mapping of the xterm-compatible control
+# sequences for setting the window-title.  So you must use tsl and fsl in
+# pairs, since the latter ends the string that is loaded to the window-title.
+ncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in vt220-8 mode, 
+       am, hs, km, mir, msgr, xenl, 
+       acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
+       dsl=\E]0;\007, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
+       flash=\E[?5h\E[?5l, fsl=^G, home=\E[H, ht=^I, hts=\EH, 
+       ich=\E[%p1%d@, if=/usr/share/tabset/vt100, 
+       il=\E[%p1%dL, il1=\E[L, ind=\n$<150*>, 
+       is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>, kbs=^H, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\E[4~, kend=\E[5~, kf1=\E[17~, kf10=\E[28~, 
+       kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, kf14=\E[33~, 
+       kf15=\E[34~, kf2=\E[18, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, 
+       kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, khlp=\E[1~, 
+       khome=\E[2~, knp=\E[6~, kpp=\E[3~, mc4=\E[4i, mc5=\E[5i, 
+       rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EM, 
+       rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E8, rmir=\E[4l, 
+       rmso=\E[27m, rmul=\E[24m, 
+       rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;4;6l\E[4l\E>, sc=\E7, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7, 
+       smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E]0;, 
+       u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?62;1;6c, u9=\E[c, 
+ncsa|NCSA Telnet 2.7 for Macintosh in vt220-8 mode, 
+       use=ncsa-m, use=klone+color, 
+ncsa-ns|NCSA Telnet 2.7 for Macintosh in vt220-8 mode, 
+       hs@, 
+       dsl@, fsl@, tsl@, use=ncsa, 
+ncsa-m-ns|NCSA Telnet 2.6 for Macintosh in vt220-8 mode, 
+       hs@, 
+       dsl@, fsl@, tsl@, use=ncsa-m, 
+# alternate -TD:
+# The documented function-key mapping refers to the Apple Extended Keyboard
+# (e.g., NCSA Telnet's F1 corresponds to a VT220 F6).  We use the VT220-style
+# codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
+# some keyboards and many applications require these as F1-F4.
+#
+ncsa-vt220|NCSA Telnet using vt220-compatible function keys, 
+       kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
+       kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
+       kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
+       kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, use=ncsa, 
+
+#### Pilot Pro Palm-Top
+#
+# Termcap for Top Gun Telnet and SSH on the Palm Pilot.
+# http://www.ai/~iang/TGssh/
+pilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional, 
+       OTbs, am, xenl, 
+       cols#39, lines#16, 
+       bel=^G, clear=\Ec, cr=^M, cub1=^H, cud1=^J, 
+       cup=\Em%p1%{32}%+%c%p2%{32}%+%c, home=\Em\s\s, ht=^I, 
+       ind=^J, kbs=^H, kcub1=^H, kcud1=^J, knp=^L, kpp=^K, nel=\Em~\s, 
+       rmso=\EB, smso=\Eb, 
+
+# From: Federico Bianchi <bianchi@www.arte.unipi.it>
+# These entries are for the Embeddable Linux Kernel System (ELKS)
+# project - an heavily stripped down Linux to be run on 16 bit
+# boxes or, eventually, to be used in embedded systems - and have been
+# adapted from the stock ELKS termcap. The project itself looks stalled,
+# and the latest improvements I know of date back to March 2000.
+#
+# To cope with the ELKS dumb console I added an "elks-glasstty" entry;
+# as an added bonus, this deals with all the capabilities common to
+# both VT52 and ANSI (or, eventually, "special") modes.
+
+elks-glasstty|ELKS glass-TTY capabilities, 
+       OTbs, am, 
+       cols#80, it#8, lines#25, 
+       bel=^G, cr=^M, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
+       nel=^M^J, 
+
+elks-vt52|ELKS vt52 console, 
+       clear=\EH\EJ, cub1=\ED, cud1=\EB, cuf1=\EC, 
+       cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, el=\EK, 
+       home=\EH, use=elks-glasstty, 
+
+elks-ansi|ELKS ANSI console, 
+       clear=\E[H\E[2J, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
+       rmso=\E[m, smso=\E[7m, use=elks-glasstty, 
+
+# As a matter of fact, ELKS 0.0.83 on PCs defaults to ANSI emulation
+# instead of VT52, but the "elks" entry still refers to the latter.
+
+elks|default ELKS console, 
+       use=elks-vt52, 
+
+# Project SIBO (for Psion 3 palmtops) console is identical to the ELKS
+# one but in screen size
+
+sibo|ELKS SIBO console, 
+       cols#61, it#8, lines#20, use=elks-vt52, 
+
+######## COMMERCIAL WORKSTATION CONSOLES
 #
 
 #
 
+#### Alpha consoles
+#
+
+# This is from the OSF/1 Release 1.0 termcap file
+pccons|pcconsole|ANSI (mostly) Alpha PC console terminal emulation, 
+       am, xon, 
+       cols#80, lines#25, 
+       bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
+       el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, kbs=^H, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
+       nel=^M^J, rev=\E[7m, rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
+
 #### Sun consoles
 #
 
 # :is1: resets scrolling region in case a previous user had used "tset vt100"
 oldsun|Sun Microsystems Workstation console, 
 #### Sun consoles
 #
 
 # :is1: resets scrolling region in case a previous user had used "tset vt100"
 oldsun|Sun Microsystems Workstation console, 
-       am, km, mir, msgr, 
+       OTbs, am, km, mir, msgr, 
        cols#80, it#8, lines#34, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
        cols#80, it#8, lines#34, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
@@ -2181,26 +3911,27 @@ oldsun|Sun Microsystems Workstation console,
        rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
 # From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
 # <lines> capability later corrected by J.T. Conklin <jtc@cygnus.com>
        rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
 # From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
 # <lines> capability later corrected by J.T. Conklin <jtc@cygnus.com>
+# SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
 sun-il|Sun Microsystems console with working insert-line, 
        am, km, msgr, 
        cols#80, lines#34, 
 sun-il|Sun Microsystems console with working insert-line, 
        am, km, msgr, 
        cols#80, lines#34, 
-       bel=^G, bold=\E[1m, clear=^L, cr=^M, cub1=^H, cud1=^J, 
-       cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
-       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
-       el=\E[K, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
-       il1=\E[L, ind=^J, kb2=\E[218z, kbs=^H, kcub1=\E[D, 
-       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
-       kend=\E[220z, kf1=\E[224z, kf10=\E[233z, kf11=\E[234z, 
-       kf12=\E[235z, kf2=\E[225z, kf3=\E[226z, kf4=\E[227z, 
-       kf5=\E[228z, kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, 
-       kf9=\E[232z, khome=\E[214z, knp=\E[222z, kopt=\E[194z, 
-       kpp=\E[216z, kres=\E[193z, kund=\E[195z, rev=\E[7m, 
-       rmso=\E[m, rmul=\E[m, rs2=\E[s, 
+       bel=^G, bold@, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
+       dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, 
+       ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
+       kb2=\E[218z, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
+       kcuu1=\E[A, kdch1=\177, kend=\E[220z, kf1=\E[224z, 
+       kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, kf2=\E[225z, 
+       kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, kf6=\E[229z, 
+       kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, khome=\E[214z, 
+       knp=\E[222z, kopt=\E[194z, kpp=\E[216z, kres=\E[193z, 
+       kund=\E[195z, rev=\E[7m, rmso=\E[m, rmul@, rs2=\E[s, 
        sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m, 
        sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m, 
-       sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
-# On a SparcStation 5, <il1>/<il> flake out on the last line.
-# Unfortunately, without them the terminal has no way to scroll.
-sun-ss5|Sun SparcStation 5 console, 
+       sgr0=\E[m, smso=\E[7m, smul@, u8=\E[1t, u9=\E[11t, 
+# On some versions of CGSIX framebuffer firmware (SparcStation 5), <il1>/<il>
+# flake out on the last line.  Unfortunately, without them the terminal has no
+# way to scroll.
+sun-cgsix|sun-ss5|Sun SparcStation 5 console, 
        il@, il1@, use=sun-il, 
 # If you are using an SS5, change the sun definition to use sun-ss5.
 sun|sun1|sun2|Sun Microsystems Inc. workstation console, 
        il@, il1@, use=sun-il, 
 # If you are using an SS5, change the sun definition to use sun-ss5.
 sun|sun1|sun2|Sun Microsystems Inc. workstation console, 
@@ -2228,11 +3959,13 @@ sun-1|Sun 1-line window for sysline,
        cols#80, lines#1, 
        dsl=^L, fsl=\E[K, tsl=^M, use=sun, 
 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character, 
        cols#80, lines#1, 
        dsl=^L, fsl=\E[K, tsl=^M, use=sun, 
 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character, 
-       ich1@, rmir@, smir@, 
-       use=sun, 
+       ich1@, rmir@, smir@, use=sun, 
 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history, 
        lines#35, 
        rmcup=\E[>4h, smcup=\E[>4l, use=sun, 
 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history, 
        lines#35, 
        rmcup=\E[>4h, smcup=\E[>4l, use=sun, 
+sun-type4|Sun Workstation console with type 4 keyboard, 
+       kcub1=\E[217z, kcud1=\E[221z, kcuf1=\E[219z, 
+       kcuu1=\E[215z, use=sun-il, 
 
 #### Iris consoles
 #
 
 #### Iris consoles
 #
@@ -2244,11 +3977,11 @@ sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history,
 # Finally, removed suboptimal <clear>=\EH\EJ and added <cud1> & 
 # <flash> from BRL -- esr)
 wsiris|iris40|iris emulating a 40 line visual 50 (approximately), 
 # Finally, removed suboptimal <clear>=\EH\EJ and added <cud1> & 
 # <flash> from BRL -- esr)
 wsiris|iris40|iris emulating a 40 line visual 50 (approximately), 
-       am, 
-       cols#80, it#8, lines#40, 
-       bel=^G, clear=\Ev, cnorm=\E>, cub1=^H, cud1=\EB, cuf1=\EC
-       cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E;
-       dim=\E7F2, dl1=\EM, ed=\EJ, el=\EK, 
+       OTbs, OTnc, OTpt, am, 
+       OTkn#3, cols#80, it#8, lines#40, 
+       OTnl=\EB, bel=^G, clear=\Ev, cnorm=\E>, cub1=^H, cud1=\EB
+       cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA
+       cvvis=\E;, dim=\E7F2, dl1=\EM, ed=\EJ, el=\EK, 
        flash=\E7F4\E7B1\013\E7F7\E7B0, home=\EH, ht=^I, il1=\EL, 
        ind=^J, is2=\E7B0\E7F7\E7C2\E7R3, kcub1=\ED, kcud1=\EB, 
        kcuf1=\EC, kcuu1=\EA, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, 
        flash=\E7F4\E7B1\013\E7F7\E7B0, home=\EH, ht=^I, il1=\EL, 
        ind=^J, is2=\E7B0\E7F7\E7C2\E7R3, kcub1=\ED, kcud1=\EB, 
        kcuf1=\EC, kcuu1=\EA, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, 
@@ -2266,7 +3999,7 @@ wsiris|iris40|iris emulating a 40 line visual 50 (approximately),
 # Entry for NeWS's psterm from Eric Messick & Hugh Daniel
 # (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
 psterm|psterm-basic|NeWS psterm-80x34, 
 # Entry for NeWS's psterm from Eric Messick & Hugh Daniel
 # (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
 psterm|psterm-basic|NeWS psterm-80x34, 
-       am, hs, km, ul, 
+       OTbs, am, hs, km, ul, 
        cols#80, it#8, lines#34, 
        blink=\EOb, bold=\EOd, clear=^L, csr=\EE%p1%d;%p2%d;, 
        cub1=\ET, cud1=\EP, cuf1=\EV, cup=\E%p1%d;%p2%d;, cuu1=\EY, 
        cols#80, it#8, lines#34, 
        blink=\EOb, bold=\EOd, clear=^L, csr=\EE%p1%d;%p2%d;, 
        cub1=\ET, cud1=\EP, cuf1=\EV, cup=\E%p1%d;%p2%d;, cuu1=\EY, 
@@ -2286,7 +4019,7 @@ psterm-80x24|NeWS psterm 80x24,
 # some control characters you type will do strange things to the screen.
 # (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
 psterm-fast|NeWS psterm fast version (flaky ctrl chars), 
 # some control characters you type will do strange things to the screen.
 # (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
 psterm-fast|NeWS psterm fast version (flaky ctrl chars), 
-       am, hs, km, ul, 
+       OTbs, am, hs, km, ul, 
        cols#80, it#8, lines#34, 
        blink=^Ob, bold=^Od, clear=^L, csr=\005%p1%d;%p2%d;, 
        cub1=^T, cud1=^P, cuf1=^V, cup=\004%p1%d;%p2%d;, cuu1=^Y, 
        cols#80, it#8, lines#34, 
        blink=^Ob, bold=^Od, clear=^L, csr=\005%p1%d;%p2%d;, 
        cub1=^T, cud1=^P, cuf1=^V, cup=\004%p1%d;%p2%d;, cuu1=^Y, 
@@ -2296,7 +4029,7 @@ psterm-fast|NeWS psterm fast version (flaky ctrl chars),
        rmso=^No, rmul=^Nu, sc=^], sgr0=^N*, smcup=^Ot, smir=^Oi, 
        smso=^Oo, smul=^Ou, tsl=^Ol, 
 
        rmso=^No, rmul=^Nu, sc=^], sgr0=^N*, smcup=^Ot, smir=^Oi, 
        smso=^Oo, smul=^Ou, tsl=^Ol, 
 
-#### NeXT Consoles
+#### NeXT consoles
 #
 # Use `glasstty' for the Workspace application
 #
 #
 # Use `glasstty' for the Workspace application
 #
@@ -2315,13 +4048,165 @@ nextshell|NeXT Shell application,
        bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, kbs=^H, kcub1=^H, 
        kcud1=^J, nel=^M^J, 
 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, kbs=^H, kcub1=^H, 
        kcud1=^J, nel=^M^J, 
 
-### Common Desktop Environment
+#### Sony NEWS workstations
+#
+
+# (news-unk: this had :KB=news: -- esr)
+news-unk|SONY NEWS vt100 emulator common entry, 
+       OTbs, OTpt, am, xenl, 
+       cols#80, 
+       OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, 
+       cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, 
+       ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
+       if=/usr/share/tabset/vt100, il=\E[%p1%dL, il1=\E[L, 
+       is2=\E[?7h\E[?1l\E[?3l\E7\E8, kbs=^H, kcub1=\EOD, 
+       kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOY, kf1=\EOP, 
+       kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, 
+       kf8=\EOW, kf9=\EOX, rc=\E8, rev=\E[7m, ri=\EM, 
+       rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
+       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[r, sc=\E7, 
+       sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
+#
+# (news-29: this had :TY=ascii: --esr)
+news-29, 
+       lines#29, use=news-unk, 
+# (news-29-euc: this had :TY=euc: --esr)
+news-29-euc, 
+       use=news-29, 
+# (news-29-sjis: this had :TY=sjis: --esr)
+news-29-sjis, 
+       use=news-29, 
+#
+# (news-33: this had :TY=ascii: --esr)
+news-33, 
+       lines#33, use=news-unk, 
+# (news-33-euc: this had :TY=euc: --esr)
+news-33-euc, 
+       use=news-33, 
+# (news-33-sjis: this had :TY=sjis: --esr)
+news-33-sjis, 
+       use=news-33, 
+#
+# (news-42: this had :TY=ascii: --esr)
+news-42, 
+       lines#42, use=news-unk, 
+# (news-42-euc: this had :TY=euc: --esr)
+news-42-euc, 
+       use=news-42, 
+# (news-42-sjis: this had :TY=sjis: --esr)
+news-42-sjis, 
+       use=news-42, 
+#
+#      NEWS-OS old termcap entry 
+#
+# (news-old-unk: this had :KB=news:TY=sjis: --esr)
+news-old-unk|SONY NEWS vt100 emulator common entry, 
+       OTbs, OTpt, am, xenl, 
+       cols#80, vt#3, 
+       OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, 
+       cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
+       home=\E[H, ht=^I, if=/usr/share/tabset/vt100, kbs=^H, 
+       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
+       kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m, ri=\EM, 
+       rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
+       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
+       sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
+#
+# (nwp512: this had :DE=^H:, which I think means <OTbs> --esr)
+nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines, 
+       OTbs, 
+       lines#40, 
+       is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8, 
+       use=news-old-unk, 
+#
+# (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
+nwp512-a|nwp514-a|news-a|news42|news40-a|sony vt100 emulator 42 line, 
+       lines#42, 
+       is2=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8, 
+       use=news-old-unk, 
+#
+# (nwp-512-o: this had :KB=nwp410:DE=^H:  I interpret the latter as <OTbs>. --esr)
+nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines, 
+       OTbs, 
+       lines#40, 
+       is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8, 
+       use=news-old-unk, 
+#
+# (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
+nwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines, 
+       OTbs, 
+       lines#31, 
+       is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8, 
+       use=news-old-unk, 
+#
+# (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as <OTbs>; --esr)
+# also the alias vt100-bm.
+nwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines, 
+       OTbs, 
+       lines#33, 
+       is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8, 
+       use=news-old-unk, 
+#
+# (nwp513-o: had :DE=^H:, I think that's <OTbs>; also the alias vt100-bm --esr)
+nwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old sony vt100 emulator 33 lines, 
+       OTbs, 
+       lines#31, 
+       is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8, 
+       use=news-old-unk, 
+#
+# (news28: this had :DE=^H:, I think that's <OTbs>, and :KB=nws1200: --esr)
+news28|sony vt100 emulator 28 lines, 
+       OTbs, 
+       lines#28, 
+       is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8, 
+       use=news-old-unk, 
+#
+# (news29: this had :TY=ascii:KB=nws1200:\ --esr)
+news29|news28-a|sony vt100 emulator 29 lines, 
+       lines#29, 
+       is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8, 
+       use=news-old-unk, 
+#
+# (news511: this had :TY=sjis: --esr)
+nwp511|nwp-511|nwp-511 vt100, 
+       OTbs, OTpt, am, xenl, 
+       cols#80, lines#24, 
+       clear=\E[;H\E[2J$<20/>, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A$<2/>, dl1=\E[M, 
+       ed=\E[J$<30/>, el=\E[K$<3/>, 
+       flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l, 
+       il1=\E[L, is2=\E[?5l\E[?1l\E>\E[?7h\E[?8h, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, 
+       kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\E#W, khome=\E[H, 
+       ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
+       rs2=\E7\E[r\E8\E[?5l\E[?1l\E>\E[?7h\E[?8h, 
+       smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
+# (news517: this had :TY=sjis:. --esr)
+nwp517|nwp-517|nwp-517 vt200 80 cols 30 rows, 
+       eslok, hs, 
+       cols#80, lines#30, 
+       OTi2=\E[2$~\n, dsl=\E[1$~, fsl=\E[0$}, 
+       is2=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
+       tsl=\E[1$}\E[;%df, use=vt200, 
+# (news517-w: this had :TY=sjis:. --esr)
+nwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows, 
+       eslok, hs, 
+       cols#132, lines#50, 
+       OTi2=\E[2$~\n, dsl=\E[1$~, fsl=\E[0$}, 
+       is2=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, 
+       rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, 
+       tsl=\E[1$}\E[;%df, use=vt200, 
+
+#### Common Desktop Environment
 #
 
 # This ships with Sun's CDE in Solaris 2.5
 #
 
 # This ships with Sun's CDE in Solaris 2.5
+# Corrected Sun Aug 9 1998 by Alexander V. Lukyanov <lav@video.yars.free.net>
 dtterm|CDE desktop terminal, 
        am, mir, msgr, xenl, xon, 
 dtterm|CDE desktop terminal, 
        am, mir, msgr, xenl, xon, 
-       colors#8, cols#80, it#8, lines#24, lm#0, pairs#64
+       cols#80, it#8, lines#24, lm#0, ncv@
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
        clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
        clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
@@ -2330,23 +4215,566 @@ dtterm|CDE desktop terminal,
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
        dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
        dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
-       flash=\E[?5h$<200>\E[?5l, home=\E[H, ht=^I, hts=\EH, 
-       ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED
-       invis=\E[8m, is2=\E F\E>\E[?1l\E[?7h\E[?45l, kbs=^H
-       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, home=\E[H, 
+       ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L
+       ind=\ED, invis=\E[8m, is2=\E F\E>\E[?1l\E[?7h\E[?45l
+       kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
        kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
        kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
        kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
        kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
        kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
        kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
        kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
        kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
        kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
        kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
        kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
        kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
-       kslt=\E[4~, nel=\EE, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, 
-       rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmso=\E[22;27m, 
-       rmul=\E[24m, sc=\E7, setab=\E[%p1%{40}%+%dm, 
-       setaf=\E[%p1%{30}%+%dm, 
+       kslt=\E[4~, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
+       rmam=\E[?7l, rmir=\E[4l, rmso=\E[22;27m, rmul=\E[24m, 
+       sc=\E7, 
        sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
        sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
-       smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, 
+       smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, use=ecma+color, 
+
+#### Non-Unix Consoles
+#
+
+### EMX termcap.dat compatibility modes
+#
+# Keypad:      Home=\0G        Up=\0H  PrPag=\0I
+#              ka1,kh          kcuu1           kpp,ka3
+#
+#              Left=\0K        5=\0L           Right=\0M
+#              kcub1           kb2             kcuf1
+#
+#              End=\0O         Down=\0P        NxPag=\0Q
+#              kc1,kend        kcud1           kc3,knp
+#
+#              Ins=\0R         Del=\0S
+#              kich1           kdch1
+#
+# On keyboard with 12 function keys,
+#      shifted f-keys: F13-F24
+#      control f-keys: F25-F36
+#      alt f-keys:     F37-F48
+# The shift/control/alt keys do not modify each other, but alt overrides both,
+# and control overrides shift.
+#
+# Also (possibly only EMX, so we don't put it in ansi.sys, etc): set the
+# no_color_video to inform the application that standout(1), underline(2)
+# reverse(4) and invisible(64) don't work with color.
+emx-base|DOS special keys, 
+       bce, bw, 
+       it#8, ncv#71, 
+       bel=^G, ka1=\0G, ka3=\0I, kb2=\0L, kbs=^H, kc1=\0O, kc3=\0Q, 
+       kcbt=\0^O, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
+       kdch1=\0S, kend=\0O, kf1=\0;, kf10=\0D, kf11=\0\205, 
+       kf12=\0\206, kf13=\0T, kf14=\0U, kf15=\0V, kf16=\0W, 
+       kf17=\0X, kf18=\0Y, kf19=\0Z, kf2=\0<, kf20=\0[, kf21=\0\\, 
+       kf22=\0], kf23=\0\207, kf24=\0\210, kf25=\0\^, kf26=\0_, 
+       kf27=\0`, kf28=\0a, kf29=\0b, kf3=\0=, kf30=\0c, kf31=\0d, 
+       kf32=\0e, kf33=\0f, kf34=\0g, kf35=\0\211, kf36=\0\212, 
+       kf37=\0h, kf38=\0i, kf39=\0j, kf4=\0>, kf40=\0k, kf41=\0l, 
+       kf42=\0m, kf43=\0n, kf44=\0o, kf45=\0p, kf46=\0q, 
+       kf47=\0\213, kf48=\0\214, kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B, 
+       kf9=\0C, khome=\0G, kich1=\0R, knp=\0Q, kpp=\0I, 
+       use=ansi.sys, 
+
+# Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
+# a Unix-style environment used on OS/2.  (Note that the suffix makes some
+# names longer than 14 characters, the nominal maximum).
+#
+# Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
+ansi-emx|ANSI.SYS color, 
+       am, bce, eo, mir, msgr, xon, 
+       colors#8, cols#80, it#8, lines#25, pairs#64, 
+       bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[1;33;44m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
+       cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
+       dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
+       home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
+       kb2=\E[G, kbs=^H, kf0=\0D, kll=\0O, kspd=^Z, nel=^M^J, 
+       rev=\E[5;37;41m, rmir=\E[4l, rmpch=\E[10m, 
+       rmso=\E[0;44m\E[1;33m, rmul=\E[0;44m\E[1;33m, rs1=\Ec, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sgr0=\E[0m\E[1;33;44m, smir=\E[4h, smpch=\E[11m, 
+       smso=\E[0;31;47m, smul=\E[1;31;44m, tbc=\E[3g, u8=\E[?6c, 
+       u9=\E[c, use=emx-base, 
+# nice colors for Emacs (white on blue, mode line white on cyan)
+ansi-color-2-emx|ANSI.SYS color 2, 
+       clear=\E[0;37;44m\E[H\E[J, rev=\E[1;37;46m, 
+       rmso=\E[0;37;44m, rmul=\E[0;37;44m, rs1=\Ec, 
+       setaf=\E[3%p1%dm, sgr0=\E[0;37;44m, smso=\E[1;37;46m, 
+       smul=\E[1;36;44m, use=ansi-emx, 
+# nice colors for Emacs (white on black, mode line black on cyan)
+ansi-color-3-emx|ANSI.SYS color 3, 
+       clear=\E[0;37;40m\E[H\E[J, rev=\E[1;37;46m, 
+       rmso=\E[0;37;40m, rmul=\E[0;37;40m, rs1=\Ec, 
+       setaf=\E[3%p1%dm, sgr0=\E[0;10m, smso=\E[1;37;46m, 
+       smul=\E[0;36;40m, use=ansi-emx, 
+mono-emx|stupid monochrome ansi terminal with only one kind of emphasis, 
+       am, 
+       cols#80, it#8, lines#24, 
+       clear=\E[H\E[2J$<50>, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
+       ht=^I, kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, 
+       kcuu1=\0H, kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, 
+       kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, 
+       kich1=\0R, kll=\0O, knp=\0Q, kpp=\0I, nel=^M^J, rev=\E[7m, 
+       sgr0=\E[0m, 
+
+# Use this for cygwin32 (tested with beta 19.1)
+# underline is colored bright magenta
+# shifted kf1-kf12 are kf11-kf22
+cygwinB19|ansi emulation for cygwin32, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
+       kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
+       kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, 
+       kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rmam@, smam@, 
+       use=ansi.sys, 
+
+# Use this for cygwin (tested with version 1.1.0).
+# I've combined pcansi and linux.  Some values of course were different and
+# I've indicated which of these were and which I used.
+# Cheers, earnie_boyd@yahoo.com
+# several changes based on running with tack and comparing with older entry -TD
+# more changes from csw:
+#   add    cbt   [backtab]
+#   remove eo    [erase overstrike with blank]
+#   change clear was \E[H\E[J  now \E[2J  (faster?)
+#   remove cols
+#   remove lines
+#   remove ncv#3 [colors collide with highlights, bitmask] not applicable
+#                to MSDOS box?
+#   add    cub   [cursor back param] 
+#   add    cuf   [cursor forward param]
+#   add    cuu   [cursor up param]
+#   add    cud   [cursor down param]
+#   add    hs    [has status line]
+#   add    fsl   [return from status line]
+#   add    tsl   [go to status line]
+#   add    smacs [Start alt charset] (not sure if this works)
+#   add    rmacs [End alt charset]   (ditto)
+#   add    smcup [enter_ca_mode] (save console; thanks Corinna)
+#   add    rmcup [exit_ca_mode]  (restore console; thanks Corinna)
+#   add    kb2   [center of keypad]
+#   add    u8    [user string 8] \E[?6c
+#   add    el    [clear to end of line] \E[K
+# Notes:
+#   cnorm [make cursor normal] not implemented
+#   flash [flash] not implemented
+#   blink [blink] not implemented very usefully in cygwin? \E[5m
+#   dim   [dim] not implemented very usefully in cygwin? \E[2m
+#   cub1  [cursor back 1] typically \E[D, but ^H is faster?
+#   kNXT  [shifted next key] not implemented
+#   kPRV  [shifted prev key] not implemented
+#   khome [home key] really is \E[1~ NOT \E[H
+#   tbc   [clear tab stops] not implemented
+#   xenl  [newline ignnored after 80 cols] messes up last line? Ehud Karni
+#   smpch [Start PC charset] is \E[11m, same as smacs
+#   rmpch [End PC charset] is \E[10m, same as rmacs
+#   mir   [move in insert mode] fails in tack?
+#   bce   [back color erase] causes problems with change background color?
+#   cvvis [make cursor very visible] causes a stackdump when testing with
+#         testcurs using the output option? \E[?25h\E[?8c
+#   civis [make cursor invisible] causes everything to stackdump? \E[?25l\E[?1c
+#   ech   [erase characters param] broken \E[%p1%dX
+#   kcbt  [back-tab key] not implemented in cygwin?  \E[Z
+cygwin|ansi emulation for Cygwin, 
+       am, hs, in, msgr, xon, 
+       colors#8, it#8, pairs#64, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+       bel=^G, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, cr=^M, 
+       cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
+       dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, fsl=^G, 
+       home=\E[H, hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, 
+       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, invis=\E[8m, 
+       kb2=\E[G, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
+       kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, 
+       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
+       kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
+       kf18=\E[32~, kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, 
+       kf3=\E[[C, kf4=\E[[D, kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
+       knp=\E[6~, kpp=\E[5~, kspd=^Z, nel=^M^J, op=\E[39;49m, 
+       rc=\E8, rev=\E[7m, ri=\EM, rmacs=\E[10m, 
+       rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmpch=\E[10m, 
+       rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E]R, sc=\E7, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 
+       sgr0=\E[0;10m, smacs=\E11m, smcup=\E7\E[?47h, smir=\E[4h, 
+       smpch=\E[11m, smso=\E[7m, smul=\E[4m, tsl=\E];, 
+       u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?6c, u9=\E[c, 
+       vpa=\E[%i%p1%dd, 
+
+# I've supplied this so that you can help test new values and add other
+# features.  Cheers, earnie_boyd@yahoo.com.
+#
+# Some features are from pcansi.  The op value is from linux.  Function-keys
+# are from linux.  These have been tested not to cause problems.  xenl was in
+# this list, but DOES cause problems so it has been removed
+cygwinDBG|Debug Version for Cygwin, 
+       am, eo, mir, msgr, xon, 
+       colors#8, cols#80, it#8, lines#24, ncv#3, pairs#64, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
+       cnorm=\E[?25h, cr=^M, cub=\E[%p1%dD, cub1=\E[D, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
+       dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
+       flash=\E[?5h\E[?5l$<200/>, home=\E[H, hpa=\E[%i%p1%dG, 
+       ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
+       il1=\E[L, ind=^J, invis=\E[8m, kNXT=\E[6$, kPRV=\E[5$, 
+       kb2=\E[G, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, 
+       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
+       kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
+       kf18=\E[32~, kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, 
+       kf3=\E[[C, kf4=\E[[D, kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
+       knp=\E[6~, kpp=\E[5~, kspd=^Z, nel=^M^J, op=\E[39;49m, 
+       rc=\E8, rev=\E[7m, ri=\EM, rmacs=\E[10m, rmir=\E[4l, 
+       rmso=\E[m, rmul=\E[m, rs1=\Ec\E]R, sc=\E7, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m, 
+       sgr0=\E[0;10m, smacs=\E[11m, smir=\E[4h, smso=\E[7m, 
+       smul=\E[4m, tbc=\E[2g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?6c, 
+       u9=\E[c, vpa=\E[%i%p1%dd, 
+
+# Key definitions:
+# The encodings for unshifted arrow keys, F1-F12, Home, Insert, etc.  match the
+# encodings used by other x86 environments.  All others are invented for DJGPP.
+# Oddly enough, while several combinations of modifiers are tabulated, there is
+# none for shifted cursor keys.
+#
+#      F1                      \E[[A
+#      F2                      \E[[B
+#      F3                      \E[[C
+#      F4                      \E[[D
+#      F5                      \E[[E
+#      F6                      \E[17~
+#      F7                      \E[18~
+#      F8                      \E[19~
+#      F9                      \E[20~
+#      F10                     \E[21~
+#      F11                     \E[23~
+#      F12                     \E[24~
+#
+#      Delete                  \E[3~
+#      Down Arrow              \E[B
+#      End                     \E[4~
+#      Home                    \E[1~
+#      Insert                  \E[2~
+#      Left Arrow              \E[D
+#      Page Down               \E[6~
+#      Page Up                 \E[5~
+#      Right Arrow             \E[C
+#      Up Arrow                \E[A
+#
+#      Shift-F1                \E[25~
+#      Shift-F2                \E[26~
+#      Shift-F3                \E[27~
+#      Shift-F4                \E[28~
+#      Shift-F5                \E[29~
+#      Shift-F6                \E[30~
+#      Shift-F7                \E[31~
+#      Shift-F8                \E[32~
+#      Shift-F9                \E[33~
+#      Shift-F10               \E[34~
+#      Shift-F11               \E[35~
+#      Shift-F12               \E[36~
+#
+#      Ctrl-F1                 \E[47~
+#      Ctrl-F2                 \E[48~
+#      Ctrl-F3                 \E[49~
+#      Ctrl-F4                 \E[50~
+#      Ctrl-F5                 \E[51~
+#      Ctrl-F6                 \E[52~
+#      Ctrl-F7                 \E[53~
+#      Ctrl-F8                 \E[54~
+#      Ctrl-F9                 \E[55~
+#      Ctrl-F10                \E[56~
+#      Ctrl-F11                \E[57~
+#      Ctrl-F12                \E[58~
+#
+#      Ctrl-Delete             \E[43~
+#      Ctrl-Down Arrow         \E[38~
+#      Ctrl-End                \E[44~
+#      Ctrl-Home               \E[41~
+#      Ctrl-Insert             \E[42~
+#      Ctrl-Left Arrow         \E[39~
+#      Ctrl-Page Down          \E[46~
+#      Ctrl-Page Up            \E[45~
+#      Ctrl-Right Arrow        \E[40~
+#      Ctrl-Up Arrow           \E[37~
+#
+#      Alt-F1                  \E[59~
+#      Alt-F2                  \E[60~
+#      Alt-F3                  \E[61~
+#      Alt-F4                  \E[62~
+#      Alt-F5                  \E[63~
+#      Alt-F6                  \E[64~
+#      Alt-F7                  \E[65~
+#      Alt-F8                  \E[66~
+#      Alt-F9                  \E[67~
+#      Alt-F10                 \E[68~
+#      Alt-F11                 \E[79~
+#      Alt-F12                 \E[80~
+#
+#      Alt-Delete              \E[65~
+#      Alt-Down Arrow          \E[60~
+#      Alt-End                 \E[66~
+#      Alt-Home                \E[41~
+#      Alt-Insert              \E[64~
+#      Alt-Left Arrow          \E[61~
+#      Alt-Page Down           \E[68~
+#      Alt-Page Up             \E[67~
+#      Alt-Right Arrow         \E[62~
+#      Alt-Up Arrow            \E[59~
+#
+# Also:
+#      Alt-A                   \E[82~
+#      Alt-B                   \E[82~
+#      Alt-C                   \E[83~
+#      Alt-D                   \E[84~
+#      Alt-E                   \E[85~
+#      Alt-F                   \E[86~
+#      Alt-G                   \E[87~
+#      Alt-H                   \E[88~
+#      Alt-I                   \E[89~
+#      Alt-J                   \E[90~
+#      Alt-K                   \E[91~
+#      Alt-L                   \E[92~
+#      Alt-M                   \E[93~
+#      Alt-N                   \E[94~
+#      Alt-O                   \E[95~
+#      Alt-P                   \E[96~
+#      Alt-Q                   \E[97~
+#      Alt-R                   \E[98~
+#      Alt-S                   \E[99~
+#      Alt-T                   \E[100~
+#      Alt-U                   \E[101~
+#      Alt-V                   \E[102~
+#      Alt-W                   \E[103~
+#      Alt-X                   \E[104~
+#      Alt-Y                   \E[105~
+#      Alt-Z                   \E[106~
+djgpp|ansi emulation for DJGPP alpha, 
+       am, bce, msgr, xhp, xon, xt, 
+       colors#8, it#8, pairs#64, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[1v, 
+       clear=\E[H\E[J, cnorm=\E[v, cr=^M, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       cvvis=\E[2v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
+       dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
+       home=\E[H, hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, 
+       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
+       indn=\E[%p1%dS, invis=\E[8m, kbs=^H, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, 
+       kend=\E[4~, kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, 
+       kf12=\E[24~, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, kf5=\E[[E, 
+       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, nel=^M^J, 
+       op=\E[37;40m, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmso=\E[m, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       sgr=\E[0%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%e;25%;%?%p6%t;1%;%?%p7%t;8%;m, 
+       sgr0=\E[m, smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd, 
+
+djgpp203|Entry for DJGPP 2.03, 
+       OTbs, am, 
+       cols#80, it#8, lines#25, 
+       bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
+       kcud1=^J, nel=^M^J, 
+
+djgpp204|Entry for DJGPP 2.04, 
+       OTbs, am, AX, 
+       colors#8, cols#80, it#8, lines#25, ncv#3, pairs#64, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[1v, 
+       clear=\E[H\E[2J, cnorm=\E[v, cr=^M, cub=\E[%p1%dD, 
+       cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
+       cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
+       cuu1=\E[A, cvvis=\E[2v, dch=\E[%p1%dP, dch1=\E[P, 
+       dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
+       home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
+       il1=\E[L, ind=\E[S, indn=\E[%p1%dS, invis=\E[8m, kbs=^H, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\E[3~, kf0=\E[21~, kf1=\E[[A, kf10=\E[21~, kf2=\E[[B, 
+       kf3=\E[[C, kf4=\E[[D, kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
+       kll=\E[4~, knp=\E[6~, kpp=\E[5~, nel=^M^J, rev=\E[7m, 
+       ri=\E[T, rin=\E[%p1%dT, rmso=\E[m, setab=\E[4%p1%dm, 
+       setaf=\E[3%p1%dm, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
+
+# This is tested using U/Win's telnet.  Scrolling is omitted because it is
+# buggy.  Another odd bug appears when displaying "~" in alternate character
+# set (the emulator spits out error messages).  Compare with att6386 -TD
+uwin|U/Win 3.2 console, 
+       am, eo, in, msgr, xenl, xon, 
+       colors#8, it#8, ncv#58, pairs#64, 
+       acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+       bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, cud1=^J, 
+       cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, ech=\E[%p1%dX, 
+       ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, ht=^I, hts=\EH, 
+       ich=\E[%p1%d@, ich1=\E[@, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, kend=\E[Y, kf1=\EOP, 
+       kf10=\EOY, kf11=\EOZ, kf12=\EOA, kf2=\EOQ, kf3=\EOR, 
+       kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, kf9=\EOX, 
+       khome=\E[H, kich1=\E[@, nel=^M^J, op=\E[39;49m, rc=\E8, 
+       rev=\E[7m, rmacs=\E[10m, rmir=\E[4l, rmpch=\E[10m, 
+       rmso=\E[27m, rmul=\E[m, rs1=\Ec\E]R, sc=\E7, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[0;10m, 
+       smacs=\E[11m, smir=\E[4h, smpch=\E[11m, smso=\E[7m, 
+       smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, 
+
+# This entry fits the Windows NT console when the _POSIX_TERM environment
+# variable is set to 'on'.  While the Windows NT POSIX console is seldom used,
+# the Telnet client supplied with both the Windows for WorkGroup 3.11 TCP/IP
+# stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or later) operating
+# systems is not, and (surprise!) they match very well.
+#
+# See:  MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
+# VI POSIX Editor for Windows NT 3.1".  True to Microsoft form, not only
+# are the installation instructions a pile of mind-numbing bureaucratese,
+# but the termcap entry is actually broken and unusable as given; the :do:
+# capability is misspelled "d".
+#
+# To use this, you need to a bunch of environment variables: 
+#
+# SET _POSIX_TERM=on
+# SET TERM=ansi
+# SET TERMCAP=location of termcap file in POSIX file format
+# which is case-sensitive.
+# e.g. SET TERMCAP=//D/RESKIT35/posix/termcap
+# SET TMP=//C/TEMP
+#
+# Important note: setting the TMP environment variable in POSIX style renders
+# it incompatible with a lot of other applications, including Visual C++. So
+# you should have a separate command window just for vi. All the other
+# variables may be permanently set in the Control Panel\System applet. 
+#
+# You can find out more about the restrictions of this facility at
+# <http://www.nentug.org/unix-to-nt/ntposix.htm>.
+#
+# From: Federico Bianchi <bianchi@magna.cisid.unipi.it>, 15 Jan 1997
+ansi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode, 
+       am, bw, msgr, 
+       cols#80, it#8, lines#25, 
+       bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
+       home=\E[H, ht=^I, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[V, 
+       kcuf1=\E[C, kcuu1=\E[A, nel=\r\E[S, rc=\E[u, rev=\E[7m, 
+       ri=\E[T, rmso=\E[m, sc=\E[s, sgr0=\E[0m, smso=\E[7m, 
+# From: jew@venus.sunquest.com
+# Date: 19 Feb 93 23:41:07 GMT
+# Here's  a  combination of  ansi and  vt100 termcap
+# entries   that  works  nearly   perfectly  for  me
+# (Gateway 2000 Handbook and Microsoft Works 3.0):
+pcmw|PC running Microsoft Works, 
+       am, xenl, 
+       cols#80, it#8, lines#24, vt#3, 
+       bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
+       clear=\E[;H\E[2J$<50/>, cr=^M, cub1=^H, cud1=^J, 
+       cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>, 
+       cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, 
+       ht=^I, hts=\EH$<2/>, ind=\ED$<5/>, is2=\E[1;24r\E[24;1H, 
+       kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=\r\ED$<5/>, 
+       rc=\E8, rev=\E[7m$<2/>, rf=/usr/share/lib/tabset/vt100, 
+       ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
+       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
+       sgr0=\E[m$<2/>, smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
+       tbc=\E[3g$<2/>, 
+
+# From: Federico Bianchi
+# This is the entry for the OpenNT terminal.
+# The ntconsole name is for backward compatability.
+# This is for OpenNT 2.0 and later.
+# Later OpenNT was renamed to Interix.
+#
+# Presently it is distributed by Microsoft as Services For Unix (SFU).
+# The 3.5 beta contains ncurses 4.2 (that is header files and executables,
+# the documentation dates from 1.9.9e) -TD
+
+interix|opennt|opennt-25|ntconsole|ntconsole-25|OpenNT-term compatible with color, 
+       am, bw, msgr, 
+       colors#8, cols#80, lines#25, ncv#3, pairs#64, 
+       acsc=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030\,\021+^P0\333p\304r\304y\363z\362{\343|\330}\234, 
+       bel=^G, bold=\E[1m, cbt=\E[Z, clear=\E[2J, cub=\E[%p1%dD, 
+       cub1=\E[D, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, 
+       cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
+       cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
+       home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
+       indn=\E[%p1%dS, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[M, kend=\E[U, kf0=\EFA, 
+       kf1=\EF1, kf10=\EFA, kf11=\EFB, kf12=\EFC, kf13=\EFD, 
+       kf14=\EFE, kf15=\EFF, kf16=\EFG, kf17=\EFH, kf18=\EFI, 
+       kf19=\EFJ, kf2=\EF2, kf20=\EFK, kf21=\EFL, kf22=\EFM, 
+       kf23=\EFN, kf24=\EFO, kf25=\EFP, kf26=\EFQ, kf27=\EFR, 
+       kf28=\EFS, kf29=\EFT, kf3=\EF3, kf30=\EFU, kf31=\EFV, 
+       kf32=\EFW, kf33=\EFX, kf34=\EFY, kf35=\EFZ, kf36=\EFa, 
+       kf37=\EFb, kf38=\EFc, kf39=\EFd, kf4=\EF4, kf40=\EFe, 
+       kf41=\EFf, kf42=\EFg, kf43=\EFh, kf44=\EFi, kf45=\EFj, 
+       kf46=\EFk, kf47=\EFm, kf48=\EFn, kf49=\EFo, kf5=\EF5, 
+       kf50=\EFp, kf51=\EFq, kf52=\EFr, kf53=\EFs, kf54=\EFt, 
+       kf55=\EFu, kf56=\EFv, kf57=\EFw, kf58=\EFx, kf59=\EFy, 
+       kf6=\EF6, kf60=\EFz, kf61=\EF+, kf62=\EF-, 
+       kf63=\EF\014 kf64=\EF$, kf7=\EF7, kf8=\EF8, kf9=\EF9, 
+       kich1=\E[L, kll=\E[U, knp=\E[T, kpp=\E[S, ll=\E[U, nel=^M^J, 
+       op=\E[m, rc=\E[u, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, 
+       rmcup=\E[2b\E[u\r\E[K, rmso=\E[m, rmul=\E[m, rs1=\Ec, 
+       sc=\E[s, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       setb=\E[%p1%{40}%+%dm, setf=\E[%p1%{30}%+%dm, 
+       sgr0=\E[0m, smcup=\E[s\E[1b, smso=\E[1m, smul=\E[4m, 
+
+opennt-35|ntconsole-35|OpenNT-term35 compatible with color, 
+       lines#35, use=opennt, 
+
+opennt-50|ntconsole-50|OpenNT-term50 compatible with color, 
+       lines#50, use=opennt, 
+
+opennt-60|ntconsole-60|OpenNT-term60 compatible with color, 
+       lines#60, use=opennt, 
+
+opennt-100|ntconsole-100|OpenNT-term100 compatible with color, 
+       lines#100, use=opennt, 
+
+# OpenNT wide terminals
+opennt-w|opennt-25-w|ntconsole-w|ntconsole-25-w|OpenNT-term-w compat with color, 
+       cols#125, use=opennt, 
+
+opennt-35-w|ntconsole-35-w|OpenNT-term35-w compatible with color, 
+       lines#35, use=opennt-w, 
+
+opennt-50-w|ntconsole-50-w|OpenNT-term50-w compatible with color, 
+       lines#50, use=opennt-w, 
+
+opennt-60-w|ntconsole-60-w|OpenNT-term60-w compatible with color, 
+       lines#60, use=opennt-w, 
+
+opennt-w-vt|opennt-25-w-vt|ntconsole-w-vt|ntconsole-25-w-vt|OpenNT-term-w-vt compat with color, 
+       cols#132, use=opennt, 
+
+# OpenNT terminals with no smcup/rmcup (names match termcap entries)
+interix-nti|opennt-nti|opennt-25-nti|ntconsole-25-nti|OpenNT-nti compatible with color, 
+       rmcup@, smcup@, use=opennt, 
+
+opennt-35-nti|ntconsole-35-nti|OpenNT-term35-nti compatible with color, 
+       lines#35, use=opennt-nti, 
+
+opennt-50-nti|ntconsole-50-nti|OpenNT-term50-nti compatible with color, 
+       lines#50, use=opennt-nti, 
+
+opennt-60-nti|ntconsole-60-nti|OpenNT-term60-nti compatible with color, 
+       lines#60, use=opennt-nti, 
+
+opennt-100-nti|ntconsole-100-nti|OpenNT-term100-nti compatible with color, 
+       lines#100, use=opennt-nti, 
 
 ######## COMMON TERMINAL TYPES
 #
 
 ######## COMMON TERMINAL TYPES
 #
@@ -2380,7 +4808,7 @@ dtterm|CDE desktop terminal,
 altos2|alt2|altos-2|altos II, 
        cols#80, it#8, lines#24, xmc#0, 
        clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[1B, cuf1=\E[1C, 
 altos2|alt2|altos-2|altos II, 
        cols#80, it#8, lines#24, xmc#0, 
        clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[1B, cuf1=\E[1C, 
-       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch1=\E[P, dl=\E[M, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch1=\E[P, dl1=\E[M, 
        ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
        if=/usr/share/tabset/vt100, il1=\E[L, ind=^J, 
        is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kDL=^Am\r, 
        ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
        if=/usr/share/tabset/vt100, il1=\E[L, ind=^J, 
        is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kDL=^Am\r, 
@@ -2402,8 +4830,7 @@ altos2|alt2|altos-2|altos II,
 #      :HL=^AP\r:SP=\E[i:\
 #      :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
 altos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V, 
 #      :HL=^AP\r:SP=\E[i:\
 #      :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
 altos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V, 
-       blink=\E[5p, ri=\EM, sgr0=\E[p, 
-       use=altos2, 
+       blink=\E[5p, ri=\EM, sgr0=\E[p, use=altos2, 
 altos4|alt4|altos-4|altos IV, 
        use=wy50, 
 # (altos7: had extension capabilities:
 altos4|alt4|altos-4|altos IV, 
        use=wy50, 
 # (altos7: had extension capabilities:
@@ -2419,10 +4846,10 @@ altos4|alt4|altos-4|altos IV,
 altos7|alt7|altos VII, 
        am, mir, 
        cols#80, lines#24, xmc#0, 
 altos7|alt7|altos VII, 
        am, mir, 
        cols#80, lines#24, xmc#0, 
-       acsc=l2m1k3j5t4u9v=w0q\:x6n8, blink=\EG2, bold=\EGt, 
+       acsc=j5k3l2m1n8q\:t4u9v=w0x6, blink=\EG2, bold=\EGt, 
        clear=\E+^^, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        clear=\E+^^, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
-       dim=\EGp, dl=\ER, ed=\EY, el=\ET, home=^^, ht=^I, il1=\EE, 
+       dim=\EGp, dl1=\ER, ed=\EY, el=\ET, home=^^, ht=^I, il1=\EE, 
        ind=^J, invis=\EG1, 
        is2=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2, kDL=^Am\r, 
        kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=^H, 
        ind=^J, invis=\EG1, 
        is2=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2, kDL=^Am\r, 
        kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=^H, 
@@ -2433,8 +4860,7 @@ altos7|alt7|altos VII,
        kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khome=^^, kil1=^AJ\r, kind=^AO\r, 
        knp=\EK, kpp=\EJ, mc4=\EJ, mc5=\Ed#, nel=^M^J, ri=\Ej, 
        kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khome=^^, kil1=^AJ\r, kind=^AO\r, 
        knp=\EK, kpp=\EJ, mc4=\EJ, mc5=\Ed#, nel=^M^J, ri=\Ej, 
-       rmir=\Er, smir=\Eq, 
-       use=adm+sgr, 
+       rmir=\Er, smir=\Eq, use=adm+sgr, 
 altos7pc|alt7pc|altos PC VII, 
        kend=\ET, use=altos7, 
 
 altos7pc|alt7pc|altos PC VII, 
        kend=\ET, use=altos7, 
 
@@ -2446,10 +4872,16 @@ altos7pc|alt7pc|altos PC VII,
 #      Vox: 1-(916)-785-4363   (Technical response line for VDTs)
 #           1-(800)-633-3600   (General customer support)
 #
 #      Vox: 1-(916)-785-4363   (Technical response line for VDTs)
 #           1-(800)-633-3600   (General customer support)
 #
+#
+# As of March 1998, HP no longer has any terminals in production.
+# The 700 series (22, 32, 41, 44, 92, 94, 96, 98) is still being 
+# supported (they still have parts). So are the 2392a and 2394a.
+# See the WORKSTATION CONSOLES section for the 700s.
+#
 
 # Generic HP terminal - this should (hopefully) work on any HP terminal.
 hpgeneric|hp|hewlett-packard generic terminal, 
 
 # Generic HP terminal - this should (hopefully) work on any HP terminal.
 hpgeneric|hp|hewlett-packard generic terminal, 
-       am, da, db, mir, xhp, 
+       OTbs, OTpt, am, da, db, mir, xhp, 
        cols#80, lines#24, lm#0, vt#6, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\E&a%p2%dc%p1%dY$<6>, cuu1=\EA, dch1=\EP, dl1=\EM, 
        cols#80, lines#24, lm#0, vt#6, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\E&a%p2%dc%p1%dY$<6>, cuu1=\EA, dch1=\EP, dl1=\EM, 
@@ -2491,7 +4923,7 @@ hp262x|HP 262x terminals,
        kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, 
        kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET, 
        krmir=\ER, rev=\E&dB, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, 
        kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, 
        kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET, 
        krmir=\ER, rev=\E&dB, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, 
-       sgr=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%c, 
+       sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%c, 
        sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, 
 
 # Note: no <home> on HPs since that homes to top of memory, not screen.
        sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, 
 
 # Note: no <home> on HPs since that homes to top of memory, not screen.
@@ -2511,15 +4943,13 @@ hp262x|HP 262x terminals,
 # sequence, we don't use it in the default.
 # If you like, you can use 2621-ba (brain-damaged arrow keys).
 hp2621-ba|2621 w/new rom and strap A set, 
 # sequence, we don't use it in the default.
 # If you like, you can use 2621-ba (brain-damaged arrow keys).
 hp2621-ba|2621 w/new rom and strap A set, 
-       rmkx@, smkx@, use=hp+arrows, 
-       use=hp2621, 
+       rmkx@, smkx@, use=hp+arrows, use=hp2621, 
 
 # hp2621 with function labels. Most of the time they are off,
 # but inside vi, the function key labels appear. You have to
 # hold down shift to get them to xmit.
 hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels, 
 
 # hp2621 with function labels. Most of the time they are off,
 # but inside vi, the function key labels appear. You have to
 # hold down shift to get them to xmit.
 hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels, 
-       is2=\E&jA\r, rmkx=\E&jA, 
-       use=hp2621-fl, 
+       is2=\E&jA\r, rmkx=\E&jA, use=hp2621-fl, 
 hp2621-fl|hp 2621, 
        xhp@, xon, 
        pb#19200, 
 hp2621-fl|hp 2621, 
        xhp@, xon, 
        pb#19200, 
@@ -2538,17 +4968,18 @@ hp2621p-a|hp2621p with fn as arrows,
 # hp2621 with k45 keyboard
 hp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard, 
        kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
 # hp2621 with k45 keyboard
 hp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard, 
        kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
-       khome=\Eh, rmkx=\E&s0A, smkx=\E&s1A, 
-       use=hp2621, 
+       khome=\Eh, rmkx=\E&s0A, smkx=\E&s1A, use=hp2621, 
 
 # 2621 using all 48 lines of memory, only 24 visible at any time.  
 hp2621-48|48 line 2621, 
        lines#48, 
 
 # 2621 using all 48 lines of memory, only 24 visible at any time.  
 hp2621-48|48 line 2621, 
        lines#48, 
-       cup=\E&a%p2%dc%p1%dR, home=\EH, vpa=\E&a%p1%dR, use=hp2621, 
+       cup=\E&a%p2%dc%p1%dR, home=\EH, vpa=\E&a%p1%dR, 
+       use=hp2621, 
 
 # 2621 with no labels ever. Also prevents vi delays on escape.
 hp2621-nl|hp 2621 with no labels, 
 
 # 2621 with no labels ever. Also prevents vi delays on escape.
 hp2621-nl|hp 2621 with no labels, 
-       kcub1@, kcud1@, kcuf1@, kcuu1@, khome@, rmkx@, smkx@, use=hp2621-fl, 
+       kcub1@, kcud1@, kcuf1@, kcuu1@, khome@, rmkx@, smkx@, 
+       use=hp2621-fl, 
 
 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs 
 # (wrong).
 
 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs 
 # (wrong).
@@ -2588,7 +5019,8 @@ hp2621-nt|hp 2621 w/no tabs,
 hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B, 
        da, db, 
        lm#96, 
 hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B, 
        da, db, 
        lm#96, 
-       flash=\E&w13F$<66/>\E&w12F$<66/>\E&w13F$<66/>\E&w12F, use=hp+labels, use=scrhp, 
+       flash=\E&w13F$<66/>\E&w12F$<66/>\E&w13F$<66/>\E&w12F, 
+       use=hp+labels, use=scrhp, 
 
 # This hp2626 entry does not use any of the fancy windowing stuff 
 # of the 2626.
 
 # This hp2626 entry does not use any of the fancy windowing stuff 
 # of the 2626.
@@ -2611,8 +5043,8 @@ hp2626|hp2626a|hp2626p|hp 2626,
        da, db, 
        lm#0, pb#19200, 
        ed=\ED\EJ$<500>\EC, indn=\E&r%p1%dD, ip=$<4>, 
        da, db, 
        lm#0, pb#19200, 
        ed=\ED\EJ$<500>\EC, indn=\E&r%p1%dD, ip=$<4>, 
-       is2=\E&j@\r, rin=\E&r%p1%dU, 
-       use=hp+pfk+cr, use=hp+labels, use=scrhp, 
+       is2=\E&j@\r, rin=\E&r%p1%dU, use=hp+pfk+cr, 
+       use=hp+labels, use=scrhp, 
 
 # This entry is for sysline. It allocates a 23 line window with 
 # a 115 line workspace for regular use, and a 1 line window for 
 
 # This entry is for sysline. It allocates a 23 line window with 
 # a 115 line workspace for regular use, and a 1 line window for 
@@ -2630,11 +5062,11 @@ hp2626-s|hp 2626 using only 23 lines,
        lines#23, 
        fsl=\E&d@\E&w7f2p1I\E&w4f1I, 
        is1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r, 
        lines#23, 
        fsl=\E&d@\E&w7f2p1I\E&w4f1I, 
        is1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r, 
-       tsl=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC, 
-       use=hp2626, 
+       tsl=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC, use=hp2626, 
 # Force terminal back to 24 lines after being 23.
 hp2626-ns|hp 2626 using all 24 lines, 
 # Force terminal back to 24 lines after being 23.
 hp2626-ns|hp 2626 using all 24 lines, 
-       is1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r, use=hp2626, 
+       is1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r, 
+       use=hp2626, 
 # Various entries useful for small windows on 2626.
 hp2626-12|hewlett-packard 2626 12 lines, 
        lines#12, use=hp2626, 
 # Various entries useful for small windows on 2626.
 hp2626-12|hewlett-packard 2626 12 lines, 
        lines#12, use=hp2626, 
@@ -2652,8 +5084,7 @@ hp2627a-rev|hp 2627 with reverse video colors,
        cr=^M, cud1=^J, ht=^I, ind=^J, 
        is2=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r, 
        kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmul=\E&v0S\E&d@, 
        cr=^M, cud1=^J, ht=^I, ind=^J, 
        is2=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r, 
        kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmul=\E&v0S\E&d@, 
-       smul=\E&dD\E&v1S, 
-       use=hp2621-nl, 
+       smul=\E&dD\E&v1S, use=hp2621-nl, 
 hp2627a|hp 2627 color terminal with no labels, 
        cr=^M, cud1=^J, ht=^I, ind=^J, 
        is2=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r, 
 hp2627a|hp 2627 color terminal with no labels, 
        cr=^M, cud1=^J, ht=^I, ind=^J, 
        is2=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r, 
@@ -2663,8 +5094,7 @@ hp2627a|hp 2627 color terminal with no labels,
 hp2627c|hp 2627 color (cyan) terminal with no labels, 
        cr=^M, cud1=^J, ht=^I, ind=^J, 
        is2=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r, 
 hp2627c|hp 2627 color (cyan) terminal with no labels, 
        cr=^M, cud1=^J, ht=^I, ind=^J, 
        is2=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r, 
-       kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
-       use=hp2627a, 
+       kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, use=hp2627a, 
 
 # hp2640a doesn't have the Y cursor addressing feature, and C is 
 # memory relative instead of screen relative, as we need.
 
 # hp2640a doesn't have the Y cursor addressing feature, and C is 
 # memory relative instead of screen relative, as we need.
@@ -2698,20 +5128,18 @@ hp2645|hp45|HP 2645 series,
        ked=\EJ, kel=\EK, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, 
        kind=\ES, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, rev=\E&dB, 
        rmkx=\E&s0A, 
        ked=\EJ, kel=\EK, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, 
        kind=\ES, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, rev=\E&dB, 
        rmkx=\E&s0A, 
-       sgr=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%?%p5%t%'H'%|%;%?%p6%t%'B'%|%;%c, 
-       sgr0=\E&d@, smkx=\E&s1A, smul=\E&dD, 
-       use=hpgeneric, 
+       sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%?%p5%t%{72}%|%;%?%p6%t%{66}%|%;%c, 
+       sgr0=\E&d@, smkx=\E&s1A, smul=\E&dD, use=hpgeneric, 
 # You should use this terminal at 4800 baud or less.
 hp2648|hp2648a|HP 2648a graphics terminal, 
        clear=\EH\EJ$<50>, cup=\E&a%p2%dc%p1%dY$<20>, 
 # You should use this terminal at 4800 baud or less.
 hp2648|hp2648a|HP 2648a graphics terminal, 
        clear=\EH\EJ$<50>, cup=\E&a%p2%dc%p1%dY$<20>, 
-       dch1=\EP$<7>, ip=$<5>, 
-       use=hp2645, 
+       dch1=\EP$<7>, ip=$<5>, use=hp2645, 
 
 # The HP 150 terminal is a fairly vanilla HP terminal, with the 
 # clreol standout problem. It also has graphics capabilities and 
 # a touch screen, which we don't describe here.
 hp150|hewlett packard Model 150, 
 
 # The HP 150 terminal is a fairly vanilla HP terminal, with the 
 # clreol standout problem. It also has graphics capabilities and 
 # a touch screen, which we don't describe here.
 hp150|hewlett packard Model 150, 
-       use=hp2622, 
+       OTbs, use=hp2622, 
 
 # HP 2382a terminals, "the little ones." They don't have any 
 # alternate character set support and sending out ^N/^O will 
 
 # HP 2382a terminals, "the little ones." They don't have any 
 # alternate character set support and sending out ^N/^O will 
@@ -2722,9 +5150,8 @@ hp2382a|hp2382|hewlett packard 2382a,
        acsc@, 
        pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, 
        rmacs@, 
        acsc@, 
        pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, 
        rmacs@, 
-       sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c, 
-       sgr0=\E&d@, smacs@, 
-       use=hp+labels, use=scrhp, 
+       sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%{64}%+%e%{83}%;%e%?%ga%t%ga%{64}%+%e%{64}%;%;%c, 
+       sgr0=\E&d@, smacs@, use=hp+labels, use=scrhp, 
 
 hp2621-a|hp2621a-a|hp2621 with fn as arrows, 
        use=hp+pfk+arrows, use=hp2621-fl, 
 
 hp2621-a|hp2621a-a|hp2621 with fn as arrows, 
        use=hp+pfk+arrows, use=hp2621-fl, 
@@ -2741,7 +5168,7 @@ newhpkeyboard|generic entry for HP extended keyboard,
 newhp|generic entry for new hewlett packard terminals, 
        am, bw, mir, xhp, xon, 
        cols#80, lines#24, pb#4800, 
 newhp|generic entry for new hewlett packard terminals, 
        am, bw, mir, xhp, xon, 
        cols#80, lines#24, pb#4800, 
-       acsc=T1R!U2S"W3O#V4P$t5u6w7v8\:'9(LQKWlRkT5I3@2[MAJSmFjGdHQ;Y+Z*X\:4>q\,x.n/
+       acsc=2[3@4>5I9(\:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\:Y+Z*dHjGkTlRmFn/q\,t5u6v8w7x.
        bel=^G, blink=\E&dA, bold=\E&dF, cbt=\Ei, cr=^M, cub1=^H, 
        cud1=^J, cuf1=\EC, cuu1=\EA, dch1=\EP$<2>, dim=\E&dH, 
        dl1=\EM, ed=\EJ, el=\EK, ht=\011$<2>, hts=\E1, il1=\EL, ind=^J, 
        bel=^G, blink=\E&dA, bold=\E&dF, cbt=\Ei, cr=^M, cub1=^H, 
        cud1=^J, cuf1=\EC, cuu1=\EA, dch1=\EP$<2>, dim=\E&dH, 
        dl1=\EM, ed=\EJ, el=\EK, ht=\011$<2>, hts=\E1, il1=\EL, ind=^J, 
@@ -2750,10 +5177,9 @@ newhp|generic entry for new hewlett packard terminals,
        pfloc=\E&f1a%p1%dk0d%p2%l%dL%p2%s, 
        pfx=\E&f2a%p1%dk0d%p2%l%dL%p2%s, rev=\E&dB, ri=\ET, 
        rmacs=^O, rmir=\ER, rmso=\E&d@, rmul=\E&d@, rs1=\Eg, 
        pfloc=\E&f1a%p1%dk0d%p2%l%dL%p2%s, 
        pfx=\E&f2a%p1%dk0d%p2%l%dL%p2%s, rev=\E&dB, ri=\ET, 
        rmacs=^O, rmir=\ER, rmso=\E&d@, rmul=\E&d@, rs1=\Eg, 
-       sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c%?%p9%t\016%e\017%;, 
+       sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%{64}%+%e%{83}%;%e%?%ga%t%ga%{64}%+%e%{64}%;%;%c%?%p9%t\016%e\017%;, 
        sgr0=\E&d@\017, smacs=^N, smir=\EQ, smso=\E&dJ, smul=\E&dD, 
        sgr0=\E&d@\017, smacs=^N, smir=\EQ, smso=\E&dJ, smul=\E&dD, 
-       tbc=\E3, 
-       use=newhpkeyboard, 
+       tbc=\E3, use=newhpkeyboard, 
 
 memhp|memory relative addressing for new HP ttys, 
        vt#6, 
 
 memhp|memory relative addressing for new HP ttys, 
        vt#6, 
@@ -2788,9 +5214,8 @@ hp2621b|hp 2621b with old style keyboard,
        lh#1, lm#48, lw#8, nlab#8, 
        kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
        kind=\ET, kll=\EF, kri=\ES, 
        lh#1, lm#48, lw#8, nlab#8, 
        kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
        kind=\ET, kll=\EF, kri=\ES, 
-       pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%'o'%p1%+%c\r, 
-       smln=\E&jB, 
-       use=hp2621, 
+       pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%{111}%p1%+%c\r, 
+       smln=\E&jB, use=hp2621, 
 
 hp2621b-p|hp 2621b with printer, 
        use=hp+printer, use=hp2621b, 
 
 hp2621b-p|hp 2621b with printer, 
        use=hp+printer, use=hp2621b, 
@@ -2839,14 +5264,13 @@ hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer,
 hp+color|hp with colors, 
        ccc, 
        colors#16, ncv#17, pairs#7, 
 hp+color|hp with colors, 
        ccc, 
        colors#16, ncv#17, pairs#7, 
-       initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a\n%?%p3%{1000}%=%t1%e.%p3%d%;b\n%?%p4%{1000}%=%t1%e.%p4%d%;c\n%?%p5%{1000}%=%t1%e.%p5%d%;x\n%?%p6%{1000}%=%t1%e.%p6%d%;y\n%?%p7%{1000}%=%t1%e.%p7%d%;z\n%p1%dI, 
+       initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.%p3%d%;b%?%p4%{1000}%=%t1%e.%p4%d%;c%?%p5%{1000}%=%t1%e.%p5%d%;x%?%p6%{1000}%=%t1%e.%p6%d%;y%?%p7%{1000}%=%t1%e.%p7%d%;z%p1%dI, 
        oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I, 
        op=\E&v0S, scp=\E&v%p1%dS, 
 
 # <is2> sets the screen to be 80 columns wide
 hp2397a|hp2397|hewlett packard 2397A color terminal, 
        oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I, 
        op=\E&v0S, scp=\E&v%p1%dS, 
 
 # <is2> sets the screen to be 80 columns wide
 hp2397a|hp2397|hewlett packard 2397A color terminal, 
-       is2=\E&w6f80X, 
-       use=memhp, use=hp+labels, use=hp+color, 
+       is2=\E&w6f80X, use=memhp, use=hp+labels, use=hp+color, 
 
 #  HP 700/44 Setup parameters:  
 # Terminal Mode                HP-PCterm
 
 #  HP 700/44 Setup parameters:  
 # Terminal Mode                HP-PCterm
@@ -2864,7 +5288,7 @@ hp2397a|hp2397|hewlett packard 2397A color terminal,
 hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode, 
        am, eo, xenl, xon, 
        cols#80, lines#25, 
 hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode, 
        am, eo, xenl, xon, 
        cols#80, lines#25, 
-       acsc=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263, 
+       acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
        bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[2J\E[H, 
        cnorm=\E[?25h, cr=^M, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
        bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[2J\E[H, 
        cnorm=\E[?25h, cr=^M, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
@@ -2913,8 +5337,7 @@ hpsub|hp terminals -- capability subset,
 hpex|hp extended capabilites, 
        cr=^M, cud1=^J, cup=\E&a%p1%dy%p2%dC, ht=^I, ind=^J, kbs=^H, 
        kcub1=^H, kcud1=^J, nel=^M^J, rmir=\ER, rmul=\E&d@, smir=\EQ, 
 hpex|hp extended capabilites, 
        cr=^M, cud1=^J, cup=\E&a%p1%dy%p2%dC, ht=^I, ind=^J, kbs=^H, 
        kcub1=^H, kcud1=^J, nel=^M^J, rmir=\ER, rmul=\E&d@, smir=\EQ, 
-       smul=\E&dD, vpa=\E&a%p1%dY, 
-       use=hpsub, 
+       smul=\E&dD, vpa=\E&a%p1%dY, use=hpsub, 
 
 # From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
 hp2|hpex2|hewlett-packard extended capabilities newer version, 
 
 # From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
 hp2|hpex2|hewlett-packard extended capabilities newer version, 
@@ -2934,14 +5357,14 @@ hp2|hpex2|hewlett-packard extended capabilities newer version,
        pfx=\E&f2a%p1%dk%p2%l%dL%p2%s, 
        pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rmir=\ER, rmkx=\E&s0A, 
        rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, 
        pfx=\E&f2a%p1%dk%p2%l%dL%p2%s, 
        pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rmir=\ER, rmkx=\E&s0A, 
        rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, 
-       sgr=\E&d%?%p7%t%'s'%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%'@'%+%c%?%p9%t%'\016'%c%e%'\017'%c%;, 
+       sgr=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%{64}%+%c%?%p9%t%'\016'%c%e%'\017'%c%;, 
        sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smln=\E&jB, smso=\E&dB, 
        smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
 
 # HP 236 console
 # From: <ddavis@ic.berkeley.edu>
 hp236|hp236 internal terminal emulator, 
        sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smln=\E&jB, smso=\E&dB, 
        smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
 
 # HP 236 console
 # From: <ddavis@ic.berkeley.edu>
 hp236|hp236 internal terminal emulator, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        clear=\EF, cnorm=\EDE, cub1=^H, 
        cup=\EE%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\EDB, 
        cols#80, lines#24, 
        clear=\EF, cnorm=\EDE, cub1=^H, 
        cup=\EE%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\EDB, 
@@ -2951,7 +5374,7 @@ hp236|hp236 internal terminal emulator,
 # This works on a hp300 console running Utah 4.3 BSD
 # From: Craig Leres <leres@okeeffe.berkeley.edu>
 hp300h|HP Catseye console, 
 # This works on a hp300 console running Utah 4.3 BSD
 # From: Craig Leres <leres@okeeffe.berkeley.edu>
 hp300h|HP Catseye console, 
-       am, da, db, mir, xhp, 
+       OTbs, am, da, db, mir, xhp, 
        cols#128, lines#51, lm#0, xmc#0, 
        bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, 
        cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
        cols#128, lines#51, lm#0, xmc#0, 
        bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, 
        cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
@@ -2963,7 +5386,7 @@ hp300h|HP Catseye console,
        vpa=\E&a%p1%dY, 
 # From: Greg Couch <gregc@ernie.berkeley.edu>
 hp9837|hp98720|hp98721|HP 9000/300 workstations, 
        vpa=\E&a%p1%dY, 
 # From: Greg Couch <gregc@ernie.berkeley.edu>
 hp9837|hp98720|hp98721|HP 9000/300 workstations, 
-       am, da, db, mir, xhp, 
+       OTbs, am, da, db, mir, xhp, 
        cols#128, it#8, lines#46, lm#0, 
        bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cub1=^H, cud1=\EB, 
        cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
        cols#128, it#8, lines#46, lm#0, 
        bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cub1=^H, cud1=\EB, 
        cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
@@ -2977,17 +5400,17 @@ hp9837|hp98720|hp98721|HP 9000/300 workstations,
 # HP 9845 desktop computer from BRL
 # (hp9845: removed unknown capability :gu: -- esr)
 hp9845|HP 9845, 
 # HP 9845 desktop computer from BRL
 # (hp9845: removed unknown capability :gu: -- esr)
 hp9845|HP 9845, 
-       am, da, db, eo, mir, xhp, 
+       OTbs, am, da, db, eo, mir, xhp, 
        cols#80, lines#21, 
        cols#80, lines#21, 
-       clear=\EH\EJ, cuf1=\EC, cup=\E&a%p2%2dc%p1%2dY, cuu1=\EA
-       dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, 
+       OTbc=\ED, clear=\EH\EJ, cuf1=\EC, cup=\E&a%p2%2dc%p1%2dY
+       cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, 
        if=/usr/share/tabset/std, il1=\EL, rmir=\ER, rmso=\E&d@, 
        smir=\EQ, smso=\E&dB, 
 # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
 # (hp98550: replaced /usr/share/tabset/9837 with std because <it#8>,<hts=\E1>;
 # added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
 hp98550|hp98550a|HP 9000 Series 300 color console, 
        if=/usr/share/tabset/std, il1=\EL, rmir=\ER, rmso=\E&d@, 
        smir=\EQ, smso=\E&dB, 
 # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
 # (hp98550: replaced /usr/share/tabset/9837 with std because <it#8>,<hts=\E1>;
 # added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
 hp98550|hp98550a|HP 9000 Series 300 color console, 
-       am, da, db, mir, xhp, 
+       OTbs, am, da, db, mir, xhp, 
        cols#128, it#8, lines#49, lm#0, 
        acsc=, bel=^G, blink=\E&dA, bold=\E&dJ, cbt=\Ei, civis=\E*dR, 
        clear=\EH\EJ, cnorm=\E*dQ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cols#128, it#8, lines#49, lm#0, 
        acsc=, bel=^G, blink=\E&dA, bold=\E&dJ, cbt=\Ei, civis=\E*dR, 
        clear=\EH\EJ, cnorm=\E*dQ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
@@ -3006,7 +5429,7 @@ hp98550|hp98550a|HP 9000 Series 300 color console,
 # (hp700-wy: removed obsolete ":nl=^J:";
 # replaced /usr/share/tabset/hp700-wy with std because <it#8>,<hts=\E1> -- esr)
 hp700-wy|HP700/41 emulating wyse30, 
 # (hp700-wy: removed obsolete ":nl=^J:";
 # replaced /usr/share/tabset/hp700-wy with std because <it#8>,<hts=\E1> -- esr)
 hp700-wy|HP700/41 emulating wyse30, 
-       am, bw, mir, msgr, 
+       OTbs, am, bw, mir, msgr, 
        cols#80, it#8, lines#24, xmc#1, 
        cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, it#8, lines#24, xmc#1, 
        cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
@@ -3018,34 +5441,33 @@ hp700-wy|HP700/41 emulating wyse30,
        ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, 
        sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, 
        smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c, 
        ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, 
        sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, 
        smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c, 
-# (hp70092: added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
 hp70092|hp70092a|hp70092A|HP 700/92, 
        am, da, db, xhp, 
        cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, 
 hp70092|hp70092a|hp70092A|HP 700/92, 
        am, da, db, xhp, 
        cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, 
-       acsc=, bel=^G, blink=\E&dA, bold=\E&dB, cbt=\Ei
-       clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC
-       cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dim=\E&dH
-       dl1=\EM, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL
-       kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC
-       kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep
-       kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew
-       khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF
-       knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, rev=\E&dB
-       ri=\ET, rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmln=\E&j@
-       rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, smacs=^N, smir=\EQ
-       smkx=\E&s1A, smln=\E&jB, smso=\E&dJ, smul=\E&dD, tbc=\E3
-       vpa=\E&a%p1%dY, 
+       acsc=0cjgktlrmfn/q\,t5u6v8w7x., bel=^G, blink=\E&dA
+       bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H
+       cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA
+       dch1=\EP, dim=\E&dH, dl1=\EM, el=\EK, hpa=\E&a%p1%dC, ht=^I
+       hts=\E1, il1=\EL, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED
+       kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM
+       ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et
+       kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ
+       kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET
+       krmir=\ER, ktbc=\E3, rev=\E&dB, ri=\ET, rmacs=^O, rmir=\ER
+       rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, rmul=\E&d@
+       sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB
+       smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
 
 bobcat|sbobcat|HP 9000 model 300 console, 
        am, da, db, mir, xhp, 
        cols#128, it#8, lines#47, xmc#0, 
        cbt=\Ei, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
 
 bobcat|sbobcat|HP 9000 model 300 console, 
        am, da, db, mir, xhp, 
        cols#128, it#8, lines#47, xmc#0, 
        cbt=\Ei, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
-       cup=\E&a%dy%dC$<6/>, cuu1=\EA, dch1=\EP, dl1=\EM$<10*/>
-       ed=\EJ, el=\EK, hpa=\E&a%dC$<6/>, ht=^I, il1=\EL$<10*/>
-       ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA
-       khome=\Eh, nel=^M^J, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@
-       rmul=\E&d@, sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smso=\E&dB
-       smul=\E&dD, vpa=\E&a%dY$<6/>, 
+       cup=\E&a%p1%dy%p2%dC$<6/>, cuu1=\EA, dch1=\EP
+       dl1=\EM$<10*/>, ed=\EJ, el=\EK, hpa=\E&a%p1%dC$<6/>, ht=^I
+       il1=\EL$<10*/>, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB
+       kcuf1=\EC, kcuu1=\EA, khome=\Eh, nel=^M^J, rmir=\ER
+       rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, smir=\EQ
+       smkx=\E&s1A, smso=\E&dB, smul=\E&dD, vpa=\E&a%p1%dY$<6/>, 
 gator-t|HP 9000 model 237 emulating extra-tall AAA, 
        lines#94, use=gator, 
 gator|HP 9000 model 237 emulating AAA, 
 gator-t|HP 9000 model 237 emulating extra-tall AAA, 
        lines#94, use=gator, 
 gator|HP 9000 model 237 emulating AAA, 
@@ -3093,14 +5515,12 @@ dku7003|Honeywell Bull DKU 7003 all features described,
 # emulations (usually their stupidest, and usually labeled adm3, though
 # these `adm3' emulations normally have adm3a+ capabilities).
 #
 # emulations (usually their stupidest, and usually labeled adm3, though
 # these `adm3' emulations normally have adm3a+ capabilities).
 #
-# WARNING: Some early ADM terminals (including the ADM3 and ADM5) are 
-# reputed to have had the weird `feature' that sending them a ^G would trigger
-# a diagnostic dump to screen if one of the more obscure RS-232 pins
-# (variously reported as 22 or as `Ring Indicator') was being held high during
-# receipt of the ^G.  If you have a real ADM and think you've run into this,
-# check it out with a breakout box and tell us if this rumor is correct!
-# A quick fix might be to drop back to a cheesy 4-wire cable.
-#
+# WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a 
+# `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
+# was being held to ground would trigger a send of the top line on the screen.
+# A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
+# hanging in the air. (Thanks to Eric Fischer, <eric@fudge.uchicago.edu>,
+# for clearing up this point.)
 
 adm1a|adm1|lsi adm1a, 
        am, 
 
 adm1a|adm1|lsi adm1a, 
        am, 
@@ -3109,7 +5529,7 @@ adm1a|adm1|lsi adm1a,
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, 
        ind=^J, 
 adm2|lsi adm2, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, 
        ind=^J, 
 adm2|lsi adm2, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, lines#24, 
        bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
@@ -3117,7 +5537,7 @@ adm2|lsi adm2,
        kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
 # (adm3: removed obsolete ":ma=^K^P:" -- esr)
 adm3|lsi adm3, 
        kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
 # (adm3: removed obsolete ":ma=^K^P:" -- esr)
 adm3|lsi adm3, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, ind=^J, 
 # The following ADM-3A switch settings are assumed for normal operation:
        cols#80, lines#24, 
        bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, ind=^J, 
 # The following ADM-3A switch settings are assumed for normal operation:
@@ -3133,19 +5553,19 @@ adm3|lsi adm3,
 #
 # (adm3a: some capabilities merged in from BRl entry -- esr)
 adm3a|lsi adm3a, 
 #
 # (adm3a: some capabilities merged in from BRl entry -- esr)
 adm3a|lsi adm3a, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        cols#80, lines#24, 
-       bel=^G, clear=\032$<1/>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
-       cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, 
-       ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rs1=^N, 
+       OTma=^K^P, OTnl=^J, bel=^G, clear=\032$<1/>, cr=^M, cub1=^H, 
+       cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
+       cuu1=^K, home=^^, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, 
+       kcuu1=^K, rs2=^N, 
 adm3a+|adm3a plus, 
        kbs=^H, use=adm3a, 
 # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
 adm5|lsi adm5, 
        xmc#1, 
        bel=^G, cr=^M, cud1=^J, ed=\EY, el=\ET, kbs=^H, khome=^^, 
 adm3a+|adm3a plus, 
        kbs=^H, use=adm3a, 
 # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
 adm5|lsi adm5, 
        xmc#1, 
        bel=^G, cr=^M, cud1=^J, ed=\EY, el=\ET, kbs=^H, khome=^^, 
-       rmso=\EG, smso=\EG, 
-       use=adm3a+, 
+       rmso=\EG, smso=\EG, use=adm3a+, 
 # A lot of terminals other than adm11s use these.  Wherever you see
 # use=adm+sgr with some of its capabilities disabled, try the
 # disabled ones.  They may well work but not have been documented or
 # A lot of terminals other than adm11s use these.  Wherever you see
 # use=adm+sgr with some of its capabilities disabled, try the
 # disabled ones.  They may well work but not have been documented or
@@ -3161,24 +5581,63 @@ adm+sgr|adm style highlight capabilities,
 # (adm11: <smul>=\EG4 was obviously erroneous because it also said
 # <rev>=\EG4.  Looking at other ADMs confirms this -- esr)
 adm11|LSI ADM-11, 
 # (adm11: <smul>=\EG4 was obviously erroneous because it also said
 # <rev>=\EG4.  Looking at other ADMs confirms this -- esr)
 adm11|LSI ADM-11, 
-       am, hs, 
-       cols#80, lines#24, 
-       bel=^G, blink=\EG2, clear=\E*, cr=^M, cub1=^H, cud1=^J
-       cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K
-       dsl=\Eh, ed=\EY, el=\ET, fsl=\E(\r, home=^^, ht=^I, kbs=^H
-       kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf2=^AA\r, 
-       kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
-       kf8=^AG\r, khome=^^, nel=^M^J, tsl=\EF\E), 
+       OTbs, am, hs, 
+       OTkn#8, cols#80, lines#24, 
+       OTnl=^J, bel=^G, blink=\EG2, clear=\E*, cr=^M, cub1=^H
+       cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c
+       cuu1=^K, dsl=\Eh, ed=\EY, el=\ET, fsl=\E(\r, home=^^, ht=^I
+       kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, 
+       kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
+       kf7=^AF\r, kf8=^AG\r, khome=^^, nel=^M^J, tsl=\EF\E), 
        use=adm+sgr, 
 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
 # Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
        use=adm+sgr, 
 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
 # Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
+# Supervisor mode info by Ari Wuolle, <awuolle@delta.hut.fi>, 27 Aug 1996
 # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :".  This formerly had
 # <is2>=\Eq but that looked wrong; this <is2> is from Dave Yost <esquire!yost>
 # via BRL.  That entry asserted <xmc#1>, but I've left that out because 
 # neither earlier nor later ADMSs have it -- esr)
 # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :".  This formerly had
 # <is2>=\Eq but that looked wrong; this <is2> is from Dave Yost <esquire!yost>
 # via BRL.  That entry asserted <xmc#1>, but I've left that out because 
 # neither earlier nor later ADMSs have it -- esr)
+#
+# You will need to get into the supervisor setup before you can set
+# baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
+# see a lot more setup options.
+# 
+# While in supervisor setup you can also use following codes:
+# 
+# Ctrl-P Personality character selections (configure for example what
+#        arrow keys send, if I recall correctly)
+# Ctrl-T tabs 1-80   use left&right to move and up to set and
+# Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
+# Ctrl-B Binary setup (probably not needed. I think that everything can
+#        be set using normal setup)
+# Ctrl-A Answerback mode (enter answerback message)
+# Ctrl-U User friendly mode (normal setup)
+# Ctrl-D Defaults entire setup and function keys from EPROM tables
+# Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
+# Ctrl-R Reads both setup and functions keys from NVM.
+# Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
+# 
+# ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
+# RTS/CTS used nowadays with virtually every modem and computer. 19200
+# bps works fine with hardware flow control.
+# 
+# The following null-modem cable should fix this and enable you to use
+# RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
+# set ADM-12+ for DTR handshaking from supervisor setup.
+# 
+# PC Serial   ADM-12+
+#  --------   -------
+#         2 - 3
+#         3 - 2
+#         4 - 5
+#         5 - 20
+#       6,8 - 4
+#         7 - 7
+#        20 - 6,8
+#
 adm12|lsi adm12, 
 adm12|lsi adm12, 
-       am, mir, 
-       cols#80, it#8, lines#24, 
+       OTbs, OTpt, am, mir, 
+       OTug#1, cols#80, it#8, lines#24, 
        bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
        bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
@@ -3189,7 +5648,7 @@ adm12|lsi adm12,
        use=adm+sgr, 
 # (adm20: removed obsolete ":kn#7:" -- esr)
 adm20|lear siegler adm20, 
        use=adm+sgr, 
 # (adm20: removed obsolete ":kn#7:" -- esr)
 adm20|lear siegler adm20, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cuf1=^L, 
        cup=\E=%i%p2%{31}%+%c%p1%{31}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, it#8, lines#24, 
        bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cuf1=^L, 
        cup=\E=%i%p2%{31}%+%c%p1%{31}%+%c, cuu1=^K, dch1=\EW, 
@@ -3200,18 +5659,18 @@ adm21|lear siegler adm21,
        xmc#1, 
        bel=^G, cr=^M, cud1=^J, dch1=\EW, dl1=30*\ER, ed=\EY, el=\ET, 
        ich1=\EQ, il1=30*\EE, ind=^J, invis@, kbs=^H, kcub1=^H, 
        xmc#1, 
        bel=^G, cr=^M, cud1=^J, dch1=\EW, dl1=30*\ER, ed=\EY, el=\ET, 
        ich1=\EQ, il1=30*\EE, ind=^J, invis@, kbs=^H, kcub1=^H, 
-       kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
-       use=adm+sgr, use=adm3a, 
+       kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, use=adm+sgr, 
+       use=adm3a, 
 # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
 # removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
 # removed bogus-looking \200 from before <cup>. -- esr)
 adm22|lsi adm22, 
 # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
 # removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
 # removed bogus-looking \200 from before <cup>. -- esr)
 adm22|lsi adm22, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, ed=\Ey, el=\Et, home=^^, ht=\Ei, ich1=\EQ, il1=\EE, 
        cols#80, lines#24, 
        bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, ed=\Ey, el=\Et, home=^^, ht=\Ei, ich1=\EQ, il1=\EE, 
-       is2=\E%\014\014\014\016\003\200\003\002\003\002\200\200\200\200\200\200\200\200\200\200\200, 
+       is2=\E%\014\014\014\016\003\0\003\002\003\002\0\0\0\0\0\0\0\0\0\0\0, 
        kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, 
        kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
        kf7=^AF\r, khome=^^, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
        kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, 
        kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
        kf7=^AF\r, khome=^^, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
@@ -3360,7 +5819,7 @@ adm22|lsi adm22,
 # OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
 # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
 adm31|lsi adm31 with sw6 set for underline mode, 
 # OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
 # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
 adm31|lsi adm31 with sw6 set for underline mode, 
-       am, mir, 
+       OTbs, am, mir, 
        cols#80, lines#24, 
        bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, lines#24, 
        bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
@@ -3373,19 +5832,21 @@ adm31-old|o31|old adm31,
        rmul@, smso=\EG4, smul@, use=adm31, 
 # LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
 adm36|LSI ADM36, 
        rmul@, smso=\EG4, smul@, use=adm31, 
 # LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
 adm36|LSI ADM36, 
-       if=/usr/lib/tabset/vt100, 
-       is2=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l, use=vt100, 
+       OTbs, OTpt, 
+       OTkn#4, 
+       if=/usr/share/tabset/vt100, 
+       is2=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l, 
+       use=vt100, 
 # (adm42: removed obsolete ":ma=^K^P:" -- esr)
 adm42|lsi adm42, 
 # (adm42: removed obsolete ":ma=^K^P:" -- esr)
 adm42|lsi adm42, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, cbt=\EI, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ht=^I, 
        il1=\EE$<270>, ind=^J, invis@, ip=$<6*>, kcub1=^H, kcud1=^J, 
        kcuf1=^L, kcuu1=^K, khome=^^, pad=\177, rmir=\Er, rmul@, 
        cols#80, lines#24, 
        bel=^G, cbt=\EI, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ht=^I, 
        il1=\EE$<270>, ind=^J, invis@, ip=$<6*>, kcub1=^H, kcud1=^J, 
        kcuf1=^L, kcuu1=^K, khome=^^, pad=\177, rmir=\Er, rmul@, 
-       smir=\Eq, smul@, 
-       use=adm+sgr, 
+       smir=\Eq, smul@, use=adm+sgr, 
 # The following termcap for the Lear Siegler ADM-42 leaves the 
 # "system line" at the bottom of the screen blank (for those who 
 # find it distracting otherwise)
 # The following termcap for the Lear Siegler ADM-42 leaves the 
 # "system line" at the bottom of the screen blank (for those who 
 # find it distracting otherwise)
@@ -3394,8 +5855,7 @@ adm42-ns|lsi adm-42 with no system line,
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<6>\EF \011, 
        dch1=\EW\EF \011, dl1=\ER\EF \011, ed=\EY\EF \011, 
        el=\ET\EF \011, il1=\EE\EF \011, rmir=\Er\EF \011, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<6>\EF \011, 
        dch1=\EW\EF \011, dl1=\ER\EF \011, ed=\EY\EF \011, 
        el=\ET\EF \011, il1=\EE\EF \011, rmir=\Er\EF \011, 
-       smir=\Eq\EF \011, 
-       use=adm42, 
+       smir=\Eq\EF \011, use=adm42, 
 # ADM 1178 terminal -- rather like an ADM-42.  Manual is dated March 1 1985.
 # The insert mode of this terminal is commented out because it's broken for our
 # purposes in that it will shift the position of every character on the page,
 # ADM 1178 terminal -- rather like an ADM-42.  Manual is dated March 1 1985.
 # The insert mode of this terminal is commented out because it's broken for our
 # purposes in that it will shift the position of every character on the page,
@@ -3413,8 +5873,13 @@ adm1178|1178|lsi adm1178,
 
 #### Prime
 #
 
 #### Prime
 #
-# Yes, Prime makes terminals.  These entries were posted by Kevin J. Cummings
-# <cummings@primerd.Prime.COM> on 14 Dec 1992 and lightly edited by esr.
+# Yes, Prime made terminals.  These entries were posted by Kevin J. Cummings
+# <cummings@primerd.prime.com> on 14 Dec 1992 and lightly edited by esr.
+# Prime merged with ComputerVision in the late 1980s; you can reach them at:
+#
+#      ComputerVision Services
+#      500 Old Connecticut Path
+#      Framingham, Mass.
 #
 
 # Standout mode is dim reverse-video.
 #
 
 # Standout mode is dim reverse-video.
@@ -3423,12 +5888,13 @@ pt100|pt200|wren|fenix|prime pt100/pt200,
        cols#80, it#8, lines#24, 
        cbt=\E[Z, clear=\E?, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=\ED, cuf=\E[%p1%dC, cuf1=\E[C, 
        cols#80, it#8, lines#24, 
        cbt=\E[Z, clear=\E?, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=\ED, cuf=\E[%p1%dC, cuf1=\E[C, 
-       cup=\E0%p1%'!'%+%c%p2%'!'%+%c, cuu=\E[%p1%dA, cuu1=\EM, 
-       dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[M, ed=\E[J\E[r, 
-       el=\E[K\E[t, flash=\E$$<200/>\E$P, home=\E$B, ht=^I, 
-       il1=\E[L\E[t, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
-       kcuf1=\E[C, kcuu1=\E[A, khome=\E$A, nel=^M^J, rmcup=, 
-       rmir=\E[4l, rmkx=\E[>13l, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
+       cup=\E0%p1%{33}%+%c%p2%{33}%+%c, cuu=\E[%p1%dA, 
+       cuu1=\EM, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl1=\E[M, 
+       ed=\E[J\E[r, el=\E[K\E[t, flash=\E$$<200/>\E$P, 
+       home=\E$B, ht=^I, il1=\E[L\E[t, ind=^J, kbs=^H, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E$A, nel=^M^J, 
+       rmcup=, rmir=\E[4l, rmkx=\E[>13l, rmso=\E[m, rmul=\E[m, 
+       sgr0=\E[m, 
        smcup=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q, 
        smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m, 
 pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode, 
        smcup=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q, 
        smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m, 
 pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode, 
@@ -3469,6 +5935,9 @@ pt250w|Prime PT250 in 132-column mode,
 # model is the qvt520, which is vt420-compatible.
 #
 # There are some ancient printing Qume terminals under `Daisy Wheel Printers'
 # model is the qvt520, which is vt420-compatible.
 #
 # There are some ancient printing Qume terminals under `Daisy Wheel Printers'
+#
+# If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
+# setup mode.  Shift-s should be a configuration save to NVRAM.
 
 qvt101|qvt108|qume qvt 101 and QVT 108, 
        xmc#1, use=qvt101+, 
 
 qvt101|qvt108|qume qvt 101 and QVT 108, 
        xmc#1, use=qvt101+, 
@@ -3491,8 +5960,7 @@ qvt101+|qvt101p|qume qvt 101 PLUS product,
        kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
        kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
        khome=^^, kich1=\EQ, kil1=\EE, mc4=\EA, mc5=\E@, rmso=\E(, 
        kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
        kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
        khome=^^, kich1=\EQ, kil1=\EE, mc4=\EA, mc5=\E@, rmso=\E(, 
-       smso=\E0P\E), tbc=\E3, tsl=\Eg\Ef, 
-       use=adm+sgr, 
+       smso=\E0P\E), tbc=\E3, tsl=\Eg\Ef, use=adm+sgr, 
 qvt102|qume qvt 102, 
        cnorm=\E., use=qvt101, 
 # (qvt103: added <rmam>/<smam> based on init string -- esr)
 qvt102|qume qvt 102, 
        cnorm=\E., use=qvt101, 
 # (qvt103: added <rmam>/<smam> based on init string -- esr)
@@ -3510,7 +5978,7 @@ qvt103|qume qvt 103,
        rev=\E[7m$<2>, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E[?1l\E>, 
        rmso=\E[m$<2>, rmul=\E[m$<2>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
        rev=\E[7m$<2>, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E[?1l\E>, 
        rmso=\E[m$<2>, rmul=\E[m$<2>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
-       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
+       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>
        sgr0=\E[m$<2>, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
 qvt103-w|qume qvt103 132 cols, 
        sgr0=\E[m$<2>, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
 qvt103-w|qume qvt103 132 cols, 
@@ -3528,8 +5996,7 @@ qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals,
        kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        mc4=\EA, mc5=\E@, ri=\EJ, rmir=\Er, smir=\Eq, smul=\EG8, 
        kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        mc4=\EA, mc5=\E@, ri=\EJ, rmir=\Er, smir=\Eq, smul=\EG8, 
-       tbc=\E3, tsl=\Eg\Ef, 
-       use=adm+sgr, 
+       tbc=\E3, tsl=\Eg\Ef, use=adm+sgr, 
 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines, 
        lines#25, use=qvt119+, 
 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode, 
 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines, 
        lines#25, use=qvt119+, 
 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode, 
@@ -3541,8 +6008,7 @@ qvt203|qvt203+|qume qvt 203 Plus,
        dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
        ip=$<7>, kf0=\E[29~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, 
        kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
        dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
        ip=$<7>, kf0=\E[29~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, 
        kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
-       kf9=\E[28~, rmir=\E[4l, smir=\E[4h, 
-       use=qvt103, 
+       kf9=\E[28~, rmir=\E[4l, smir=\E[4h, use=qvt103, 
 qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video), 
        cols#132, lines#24, 
        rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt203, 
 qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video), 
        cols#132, lines#24, 
        rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt203, 
@@ -3569,9 +6035,7 @@ qvt203-25-w|QVT 203 PLUS with 25 by 132 columns,
 #      Fax: (408)-954-0623
 #
 #
 #      Fax: (408)-954-0623
 #
 #
-# There are some tvi terminals that require incredible amounts of padding and
-# some that don't.  I'm assuming tvi912 and tvi920 are the old slow ones, and
-# tvi912b, tvi912c, tvi920b, tvi920c are the new ones that don't need padding.
+# These require incredible amounts of padding.
 #
 # All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
 # Televideo terminals are ANSI and PC-ANSI compatible.
 #
 # All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
 # Televideo terminals are ANSI and PC-ANSI compatible.
@@ -3662,7 +6126,7 @@ tvi803|televideo 803,
 # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added <khome>, <cub1>, <cud1>,
 # <ind>, <hpa>, <vpa>, <am>, <msgr> from SCO entry -- esr)
 tvi910|televideo model 910, 
 # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added <khome>, <cub1>, <cud1>,
 # <ind>, <hpa>, <vpa>, <am>, <msgr> from SCO entry -- esr)
 tvi910|televideo model 910, 
-       am, msgr, 
+       OTbs, am, msgr, 
        cols#80, it#8, lines#24, xmc#1, 
        bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, 
        cols#80, it#8, lines#24, xmc#1, 
        bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, 
@@ -3706,13 +6170,12 @@ tvi910+|televideo 910+,
        dch1=\EW, dl1=\ER$<33*>, home=^^, ich1=\EQ, il1=\EE$<33*>, 
        kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, 
        kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, 
        dch1=\EW, dl1=\ER$<33*>, home=^^, ich1=\EQ, il1=\EE$<33*>, 
        kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, 
        kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, 
-       ll=\E=7\s, 
-       use=tvi910, 
+       ll=\E=7\s, use=tvi910, 
 
 # (tvi912: removed obsolete ":ma=^K^P^L :", added  <flash> and
 # <khome> from BRL entry -- esr)
 tvi912|tvi914|tvi920|old televideo 912/914/920, 
 
 # (tvi912: removed obsolete ":ma=^K^P^L :", added  <flash> and
 # <khome> from BRL entry -- esr)
 tvi912|tvi914|tvi920|old televideo 912/914/920, 
-       am, msgr, 
+       OTbs, OTpt, am, msgr, 
        cols#80, it#8, lines#24, xmc#1, 
        bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, it#8, lines#24, xmc#1, 
        bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
@@ -3723,22 +6186,132 @@ tvi912|tvi914|tvi920|old televideo 912/914/920,
        kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
        kf9=^AH\r, khome=^^, rmso=\Ek, rmul=\Em, smso=\Ej, smul=\El, 
        tbc=\E3, 
        kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
        kf9=^AH\r, khome=^^, rmso=\Ek, rmul=\Em, smso=\Ej, smul=\El, 
        tbc=\E3, 
-# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
-# The 920 has this plus real function keys that xmit different things.
-# Terminfo makes you use the funct key on the 912 but the real keys on the 920.
-tvi912c|tvi912b|new televideo 912, 
-       dl1=\ER$<5*>, il1=\EE$<5*>, use=tvi912, 
-# set to page 1 when entering curses application (\E-17 )
-# reset to page 0 when exiting curses application (\E-07 )
-tvi912-2p|tvi920-2p|tvi-2p|televideo w/2 pages, 
-       rmcup=\E-07\s, smcup=\E-17\s, use=tvi912, 
 # We got some new tvi912c terminals that act really weird on the regular 
 # termcap, so one of our gurus worked this up. Seems that cursor 
 # addressing is broken.
 tvi912cc|tvi912 at cowell college, 
        cup@, use=tvi912c, 
 
 # We got some new tvi912c terminals that act really weird on the regular 
 # termcap, so one of our gurus worked this up. Seems that cursor 
 # addressing is broken.
 tvi912cc|tvi912 at cowell college, 
        cup@, use=tvi912c, 
 
-# Here are the switch settings for the tvi920c:
+# tvi{912,920}[bc] - TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C
+# From: Benjamin C. W. Sittler
+#
+# Someone has put a scanned copy of the manual online at:
+#     http://vt100.net/televideo/912b-om/
+#
+# These terminals were produced ca. 1979, and had a 12" monochrome
+# screen, supported 75-9600 baud (no handshaking), monochrome, 7-bit
+# ASCII, and were generally similar to adm3a but with attributes
+# (including some with magic cookies), fancy half-duplex mode, and
+# different bugs.
+#
+# Some operations reqire truly incredible amounts of padding. The
+# insert_line (<il1>) and delete_line (<dl1>) operations in particular
+# are so slow as to be nearly unusable.
+#
+# There may or may not have been a separate, earlier series of 912/920
+# terminals (without the "B" and "C" suffix); I have never seen one,
+# and the manual only describes the "B" and "C" series. The 912 and 920
+# are quite distinct from the 914 and 924, which were much nicer non-
+# magic-cookie terminals similar to the 950.
+#
+# This is a new description for the following TeleVideo terminals,
+# distinguished chiefly by their keyboards:
+#
+#   TVI-912B - very odd layout, no function keys (84 keys)
+#   TVI-920B - typewriter layout, no function keys (103 keys)
+#   TVI-912C - very odd layout, function keys F1-F11 (82 keys)
+#   TVI-920C - typewriter layout, function keys F1-F11 (101 keys)
+#
+# To choose a setting for the TERM variable, start with the model:
+#
+#    Model  || base name
+# ----------||-----------
+#  TVI-912B || tvi912b
+#  TVI-912C || tvi912c
+#  TVI-920B || tvi920b
+#  TVI-920C || tvi920c
+#
+# Then add a suffix from the following table describing installed options
+# and how you'd like to use the terminal:
+#
+#   Use Video | Second | Visual |  Magic  |  Page || feature
+#  Attributes |  Page  |  Bell  | Cookies | Print || suffix
+# ------------|--------|--------|---------|-------||---------
+#      No     |   No   |  N/A   |   N/A   |   No  || -unk
+#      No     |   No   |  N/A   |   N/A   |  Yes  || -p
+#      No     |  Yes   |   No   |   N/A   |   No  || -2p-unk
+#      No     |  Yes   |   No   |   N/A   |  Yes  || -2p-p
+#      No     |  Yes   |  Yes   |   N/A   |   No  || -vb-unk
+#      No     |  Yes   |  Yes   |   N/A   |  Yes  || -vb-p
+#     Yes     |   No   |  N/A   |    No   |  N/A  ||
+#     Yes     |   No   |  N/A   |   Yes   |  N/A  || -mc
+#     Yes     |  Yes   |   No   |    No   |  N/A  || -2p
+#     Yes     |  Yes   |   No   |   Yes   |  N/A  || -2p-mc
+#     Yes     |  Yes   |  Yes   |    No   |  N/A  || -vb
+#     Yes     |  Yes   |  Yes   |   Yes   |  N/A  || -vb-mc
+#
+# So e.g. a model 920 C with second page memory option, visual bell
+# and no magic cookies would be tvi920c-vb; a model 912 B without the
+# second page memory option and using magic cookies would be
+# tvi912b-mc
+#
+# PADDING
+#
+# At 9600 baud, the terminal is prone to overflow its input buffer
+# during complex operations (insert/delete
+# character/line/screen/page), and it does not signal this over the
+# RS232 cable. The typical symptom of an overrun is that the terminal
+# starts beeping, and output becomes garbled.
+#
+# The padding delays in this terminfo were derived using tack(1)
+# running on a Linux box connected to a TVI-920C with a later-model
+# (A49C1-style) ROM running at 9600 baud, so your mileage may
+# vary. The numbers below seem to give the terminal enough time so
+# that it doesn't overflow its input buffer and start losing
+# characters.
+#
+# KEYS
+#
+# If you want to use the FUNCT key on a tvi912[bc], use the
+# corresponding tvi920[bc] terminfo with FUNCT + ... equivalents from
+# the following table (these also work on the 920 series):
+#
+# Unshifted Function Keys:
+#
+#  Key | capname|| Equivalent
+# -----|--------||------------
+#   F1 |  <kf1> || FUNCT + @
+#   F2 |  <kf2> || FUNCT + A
+#   F3 |  <kf3> || FUNCT + B
+#   F4 |  <kf4> || FUNCT + C
+#   F5 |  <kf5> || FUNCT + D
+#   F6 |  <kf6> || FUNCT + E
+#   F7 |  <kf7> || FUNCT + F
+#   F8 |  <kf8> || FUNCT + G
+#   F9 |  <kf9> || FUNCT + H
+#  F10 | <kf10> || FUNCT + I
+#  F11 | <kf11> || FUNCT + J
+#
+# Shifted Function Keys:
+#
+#  SHIFT + Key | capname|| Equivalent
+# -------------|--------||------------
+#   SHIFT + F1 | <kf12> || FUNCT + `
+#   SHIFT + F2 | <kf13> || FUNCT + a
+#   SHIFT + F3 | <kf14> || FUNCT + b
+#   SHIFT + F4 | <kf15> || FUNCT + c
+#   SHIFT + F5 | <kf16> || FUNCT + d
+#   SHIFT + F6 | <kf17> || FUNCT + e
+#   SHIFT + F7 | <kf18> || FUNCT + f
+#   SHIFT + F8 | <kf19> || FUNCT + g
+#   SHIFT + F9 | <kf20> || FUNCT + h
+#  SHIFT + F10 | <kf21> || FUNCT + i
+#  SHIFT + F11 | <kf22> || FUNCT + j
+#
+# PORTS AND SWITCH SETTINGS
+#
+# Here are the switch settings for the TVI-912B/TVI-920B and
+# TVI-912C/TVI-920C:
 #
 # S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
 # 2: 9600      3: 4800         4: 2400         5: 1200
 #
 # S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
 # 2: 9600      3: 4800         4: 2400         5: 1200
@@ -3790,18 +6363,230 @@ tvi912cc|tvi912 at cowell college,
 # S4/W34:      Selects Page Print Mode as initial condition.  If not 
 #              installed, Extension Mode is selected.
 #
 # S4/W34:      Selects Page Print Mode as initial condition.  If not 
 #              installed, Extension Mode is selected.
 #
-tvi920b|tvi920c|new televideo 920, 
-       dl1=\ER$<5*>, il1=\EE$<5*>, kf0=^AI\r, kf1=^A@\r, 
-       kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
-       kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
-       use=tvi912, 
+# NON-STANDARD CAPABILITIES
+#
+# Sending <u9> or <u7> returns a cursor position report in the format
+# YX\r, where Y and X are as in <cup>. This format is described in
+# <u8> and <u6>, but it's not clear how one should write an
+# appropriate scanf string, since we need to subtract %' ' from the
+# character after reading it. The <u9> capability is used by tack(1)
+# to synchronize during padding tests, and seems to work for that
+# purpose.
+#
+# This description also includes the obsolete termcap capabilities
+# has_hardware_tabs (<OTpt>) and backspaces_with_bs (<OTbs>).
+#
+# FEATURES NOT YET DESCRIBED IN THIS TERMINFO
+#
+# The FUNCT modifier actually works with every normal key by sending
+# ^AX\r, where X is the sequence normally sent by that key. This is a
+# sort of meta key not currently describable in terminfo.
+#
+# There are quite a few other keys (especially on the 920 models,) but
+# they are for the most part only useful in block mode.
+#
+# These terminals have lots of forms manipulation features, mainly
+# useful in block mode, including "clear X to nulls" (vs. "clear X to
+# spaces"; nulls are sentinels for "send X" operations); "send X"
+# operations for uploading all or part of the screen; and block-mode
+# editing keys (they don't send escape sequences, but manipulate video
+# memory directly). Block mode is used for local editing, and protect
+# mode (in conjunction with the "write protect" attribute,
+# a.k.a. half-intensity outside of protect mode) is used to control
+# which parts of the screen are edited/sent/printed (by <mc0>).
+#
+# There are at least two major families of ROM, "early" and
+# A49B1/A49C1; the major difference seems to be that the latter ROMs
+# support a few extra escape sequences for manipulating the off-screen
+# memory page, and for sending whole pages back to the host (mainly
+# useful in block mode.) The descriptions in this file don't use any
+# of those sequences: set cursor position including page (\E-PYX,
+# where P is \s for page 0 and ! for page 1 [actually only the LSB of
+# P is taken into account, so e.g. 0 and 1 work too,] and Y and X are
+# as in <cup>); read cursor position (\E/), which is analogous to <u9>
+# and returns PYX\r, where P is \s for page 0 or ! for page 1, and YX
+# are as in <cup>, and some "send page" features mainly useful for
+# forms manipulation.
+#
+# The keyboard enable (\E") and disable (\E#) sequences are unused,
+# except that a terminal reset (<is2>) enables the keyboard.
+#
+# Auto-flip mode (\Ev) is likely faster than the scrolling mode (\Ew)
+# enabled in <is2>, but auto-flip is very jarring so we don't use it.
+#
+# BUGS
+#
+# At least up to the A49B1 and A49C1 ROMs, there are no \Eb and \Ed
+# sequences (I infer that in some TeleVideo terminal they may invert
+# and uninvert the display) so the <flash> sequence given here is a
+# cheesy page-flip instead.
+#
+# The back_tab (<cbt>) sequence (\EI) doesn't work according to
+# tack(1), so it is not included in the descriptions below.
+#
+# It's not clear whether auto_left_margin (<bw>) flag should be set
+# for these terminals; tack says yes, so it is set here, but this
+# differs from other descriptions I've seen.
+#
+# Extension print mode (<mc5>) echoes all characters to the printer
+# port [in addition to displaying them] except for the page print mode
+# sequence (<mc4>); this is a slight violation of the terminfo
+# definition for <mc5> but I don't expect it to cause problems.  We
+# reset to page print mode in <rs1> since it may have been enabled
+# accidentally.
+#
+# The descriptions with plus signs (+) are building blocks.
+
+tvi912b-unk|tvi912c-unk|TeleVideo TVI-912B or TVI-912C (no attributes), 
+       OTbs, OTpt, am, bw, 
+       cols#80, it#8, lines#24, 
+       bel=^G, clear=\032$<50>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
+       cup=\E=%p1%' '%+%c%p2%' '%+%c, cuu1=^K, dch1=\EW$<30>, 
+       dl1=\ER$<1*>$<100>, ed=\Ey$<2*>$<10>, el=\ET$<15>, 
+       home=^^, ht=^I, hts=\E1, ich1=\EQ$<30>, 
+       if=/usr/share/tabset/stdcrt, il1=\EE$<1*>$<100>, 
+       ind=\n$<10>, is2=\Ew\EA\E'\E"\E(, kcub1=^H, kcud1=^J, 
+       kcuf1=^L, kcuu1=^K, kdch1=\177, kent=^M, khome=^^, mc4=\EA, 
+       mc5=\E@, rs1=\Ek\010\Em\010\Eq\032, tbc=\E3, u6=%c%c\r, 
+       u7=\E?, u8=%c%c\r, u9=\E?, 
+
+# This isn't included in the basic capabilities because it is
+# typically unusable in combination with the full range of video
+# attributes, since the magic cookie attributes turn into ASCII
+# control characters, and the half-intensity ("protected") attribute
+# converts all affected characters to spaces.
+
+tvi912b+printer|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C page print support, 
+       mc0=\EP, 
+
+# This uses half-intensity mode (<dim>) for standout (<smso>), and
+# exposes no other attributes (half-intensity is the only attribute
+# that does not generate a magic cookie.)
+
+tvi912b+dim|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C half-intensity attribute support, 
+       msgr, 
+       dim=\E), rmso=\E(, sgr=\E%?%p1%p5%|%t)%e(%;, sgr0=\E(, 
+       smso=\E), 
+
+# Full magic-cookie attribute support, with half-intensity reverse
+# video for standout. Note that we add a space in the <dim> sequence
+# to give a consistent magic-cookie count. Also note that <sgr> uses
+# backspacing (in the TVI-supported order) to apply all requested
+# attributes with only a single magic cookie.
+
+tvi912b+mc|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C full magic-cookie attribute support, 
+       xmc#1, 
+       blink=\E\^, dim=\E)\s, invis=\E_, rev=\Ej, rmso=\E(\Ek, 
+       rmul=\Em, 
+       sgr=\E%?%p1%p5%|%t)%e(%; \010\E%?%p1%p3%|%tj%ek%;\010\E%?%p2%tl%em%;\010\E%?%p7%t_%e%?%p4%t\^%eq%;%;, 
+       sgr0=\E(\Ek\010\Em\010\Eq, smso=\E)\Ej, smul=\El, 
+
+# This uses the second page memory option to save & restore screen
+# contents. If your terminal is missing the option, this description
+# should still work, but that has not been tested.
+
+tvi912b+2p|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C second page memory option support, 
+       flash=\EK$<100>\EK, rmcup=\032$<50>\EK\E=7\s, 
+       smcup=\EK\032$<50>\E(\Ek\010\Em\010\Eq\032$<50>, 
+
+# This simulates flashing by briefly toggling to the other page
+# (kludge!)
+
+tvi912b+vb|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C second page memory option "visible bell" support, 
+       bel=\EK$<100>\EK, use=tvi912b+2p, 
+
+# Function keys (<kf12> .. <kf22> are shifted <kf1> .. <kf11>)
+
+tvi920b+fn|TeleVideo TVI-920B and TVI-920C function key support, 
+       kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^A`\r, kf13=^Aa\r, 
+       kf14=^Ab\r, kf15=^Ac\r, kf16=^Ad\r, kf17=^Ae\r, kf18=^Af\r, 
+       kf19=^Ag\r, kf2=^AA\r, kf20=^Ah\r, kf21=^Ai\r, kf22=^Aj\r, 
+       kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
+       kf8=^AG\r, kf9=^AH\r, 
+
+# Combinations of the basic building blocks
+
+tvi912b-2p-unk|tvi912c-2p-unk|tvi912b-unk-2p|tvi912c-unk-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; no attributes), 
+       use=tvi912b+2p, use=tvi912b-unk, 
+
+tvi912b-vb-unk|tvi912c-vb-unk|tvi912b-unk-vb|tvi912c-unk-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; no attributes), 
+       use=tvi912b+vb, use=tvi912b-unk, 
+
+tvi912b-p|tvi912c-p|TeleVideo TVI-912B or TVI-912C (no attributes; page print), 
+       use=tvi912b+printer, use=tvi912b-unk, 
+
+tvi912b-2p-p|tvi912c-2p-p|tvi912b-p-2p|tvi912c-p-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; no attributes; page print), 
+       use=tvi912b+2p, use=tvi912b+printer, use=tvi912b-unk, 
+
+tvi912b-vb-p|tvi912c-vb-p|tvi912b-p-vb|tvi912c-p-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; no attributes; page print), 
+       use=tvi912b+vb, use=tvi912b+printer, use=tvi912b-unk, 
+
+tvi912b-2p|tvi912c-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; half-intensity attribute), 
+       use=tvi912b+2p, use=tvi912b+dim, use=tvi912b-unk, 
+
+tvi912b-2p-mc|tvi912c-2p-mc|tvi912b-mc-2p|tvi912c-mc-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; magic cookies), 
+       use=tvi912b+2p, use=tvi912b+mc, use=tvi912b-unk, 
+
+tvi912b-vb|tvi912c-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; half-intensity attribute), 
+       use=tvi912b+vb, use=tvi912b+dim, use=tvi912b-unk, 
+
+tvi912b-vb-mc|tvi912c-vb-mc|tvi912b-mc-vb|tvi912c-mc-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; magic cookies), 
+       use=tvi912b+vb, use=tvi912b+mc, use=tvi912b-unk, 
+
+tvi912b|tvi912c|TeleVideo TVI-912B or TVI-912C (half-intensity attribute), 
+       use=tvi912b+dim, use=tvi912b-unk, 
+
+tvi912b-mc|tvi912c-mc|TeleVideo TVI-912B or TVI-912C (magic cookies), 
+       use=tvi912b+mc, use=tvi912b-unk, 
+
+tvi920b-unk|tvi920c-unk|TeleVideo TVI-920B or TVI-920C (no attributes), 
+       use=tvi920b+fn, use=tvi912b-unk, 
+
+tvi920b-2p-unk|tvi920c-2p-unk|tvi920b-unk-2p|tvi920c-unk-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; no attributes), 
+       use=tvi920b+fn, use=tvi912b+2p, use=tvi912b-unk, 
+
+tvi920b-vb-unk|tvi920c-vb-unk|tvi920b-unk-vb|tvi920c-unk-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; no attributes), 
+       use=tvi920b+fn, use=tvi912b+vb, use=tvi912b-unk, 
+
+tvi920b-p|tvi920c-p|TeleVideo TVI-920B or TVI-920C (no attributes; page print), 
+       use=tvi920b+fn, use=tvi912b+printer, use=tvi912b-unk, 
+
+tvi920b-2p-p|tvi920c-2p-p|tvi920b-p-2p|tvi920c-p-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; no attributes; page print), 
+       use=tvi920b+fn, use=tvi912b+2p, use=tvi912b+printer, 
+       use=tvi912b-unk, 
+
+tvi920b-vb-p|tvi920c-vb-p|tvi920b-p-vb|tvi920c-p-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; no attributes; page print), 
+       use=tvi920b+fn, use=tvi912b+vb, use=tvi912b+printer, 
+       use=tvi912b-unk, 
+
+tvi920b-2p|tvi920c-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; half-intensity attribute), 
+       use=tvi920b+fn, use=tvi912b+2p, use=tvi912b+dim, 
+       use=tvi912b-unk, 
+
+tvi920b-2p-mc|tvi920c-2p-mc|tvi920b-mc-2p|tvi920c-mc-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; magic cookies), 
+       use=tvi920b+fn, use=tvi912b+2p, use=tvi912b+mc, 
+       use=tvi912b-unk, 
+
+tvi920b-vb|tvi920c-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; half-intensity attribute), 
+       use=tvi920b+fn, use=tvi912b+vb, use=tvi912b+dim, 
+       use=tvi912b-unk, 
+
+tvi920b-vb-mc|tvi920c-vb-mc|tvi920b-mc-vb|tvi920c-mc-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; magic cookies), 
+       use=tvi920b+fn, use=tvi912b+vb, use=tvi912b+mc, 
+       use=tvi912b-unk, 
+
+tvi920b|tvi920c|TeleVideo TVI-920B or TVI-920C (half-intensity attribute), 
+       use=tvi920b+fn, use=tvi912b+dim, use=tvi912b-unk, 
+
+tvi920b-mc|tvi920c-mc|TeleVideo TVI-920B or TVI-920C (magic cookies), 
+       use=tvi920b+fn, use=tvi912b+mc, use=tvi912b-unk, 
 
 # Televideo 921 and variants
 # From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
 # (tvi921: removed :ko=bt: before translation, I see no backtab cap;
 # also added empty <acsc> to suppress tic warning -- esr)
 tvi921|televideo model 921 with sysline same as page & real vi function, 
 
 # Televideo 921 and variants
 # From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
 # (tvi921: removed :ko=bt: before translation, I see no backtab cap;
 # also added empty <acsc> to suppress tic warning -- esr)
 tvi921|televideo model 921 with sysline same as page & real vi function, 
-       am, hs, xenl, xhp, 
+       OTbs, OTpt, am, hs, xenl, xhp, 
        cols#80, lines#24, xmc#0, 
        acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<3/>, cuu1=^K, 
        cols#80, lines#24, xmc#0, 
        acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<3/>, cuu1=^K, 
@@ -3810,13 +6595,12 @@ tvi921|televideo model 921 with sysline same as page & real vi function,
        if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, invis@, 
        is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, kcub1=^H, 
        kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER$<1*/>, 
        if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, invis@, 
        is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, kcub1=^H, 
        kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER$<1*/>, 
-       ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, nel=^M^J, rmacs=\E%, 
-       rmir=, smacs=\E$, smir=, tsl=\Ef\EG0, 
-       use=adm+sgr, 
+       ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, nel=^M^J, rmacs=\E%%, 
+       rmir=, smacs=\E$, smir=, tsl=\Ef\EG0, use=adm+sgr, 
 # without the beeper
 # (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
 # also added empty <acsc> to suppress tic warning -- esr)
 # without the beeper
 # (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
 # also added empty <acsc> to suppress tic warning -- esr)
-tvi92B|televideo model 921 with sysline same as page & real vi function, 
+tvi92B|televideo model 921 with sysline same as page & real vi function & no beeper
        am, hs, xenl, xhp, 
        cols#80, lines#24, xmc#0, 
        acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
        am, hs, xenl, xhp, 
        cols#80, lines#24, xmc#0, 
        acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
@@ -3827,14 +6611,12 @@ tvi92B|televideo model 921 with sysline same as page & real vi function,
        invis@, is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, 
        kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
        kdl1=\ER$<1*/>, ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, 
        invis@, is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, 
        kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
        kdl1=\ER$<1*/>, ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, 
-       nel=^M^J, rmacs=\E%, rmir=, smacs=\E$, smir=, tsl=\Ef\EG0, 
-       use=adm+sgr, 
+       nel=^M^J, rmacs=\E%%, smacs=\E$, tsl=\Ef\EG0, use=adm+sgr, 
 # (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
 tvi92D|tvi92B with DTR instead of XON/XOFF & better padding, 
        dl1=\ER$<2*/>, il1=\EE$<2*/>, 
        is2=\El\E"\EF1\E.3\016\EA\E<, kdl1=\ER$<2*/>, 
 # (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
 tvi92D|tvi92B with DTR instead of XON/XOFF & better padding, 
        dl1=\ER$<2*/>, il1=\EE$<2*/>, 
        is2=\El\E"\EF1\E.3\016\EA\E<, kdl1=\ER$<2*/>, 
-       kil1=\EE$<2*/>, 
-       use=tvi92B, 
+       kil1=\EE$<2*/>, use=tvi92B, 
 
 # (tvi924: This used to have <dsl=\Es0>, <fsl=\031>.  I put the new strings
 # in from a BSD termcap file because it looks like they do something the
 
 # (tvi924: This used to have <dsl=\Es0>, <fsl=\031>.  I put the new strings
 # in from a BSD termcap file because it looks like they do something the
@@ -3857,7 +6639,8 @@ tvi924|televideo tvi924,
        kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, khome=^^, 
        kich1=\EQ, kil1=\EE, lf0=F1, lf1=F2, lf10=F11, lf2=F3, lf3=F4, 
        lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, 
        kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, khome=^^, 
        kich1=\EQ, kil1=\EE, lf0=F1, lf1=F2, lf10=F11, lf2=F3, lf3=F4, 
        lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, 
-       pfkey=\E|%p1%'1'%+%c%p2%s\031, ri=\Ej, tbc=\E3, tsl=\Ef, use=adm+sgr, 
+       pfkey=\E|%p1%{49}%+%c%p2%s\031, ri=\Ej, tbc=\E3, tsl=\Ef, 
+       use=adm+sgr, 
 
 # TVI925 DIP switches.  In each of these, D = Down and U = Up,
 #
 
 # TVI925 DIP switches.  In each of these, D = Down and U = Up,
 #
@@ -3993,7 +6776,7 @@ tvi924|televideo tvi924,
 #
 # (tvi925: BSD has <clear=\E*>.  I got <is2> and <ri> from there -- esr)
 tvi925|televideo 925, 
 #
 # (tvi925: BSD has <clear=\E*>.  I got <is2> and <ri> from there -- esr)
 tvi925|televideo 925, 
-       am, bw, hs, ul, 
+       OTbs, am, bw, hs, ul, 
        cols#80, lines#24, xmc#1, 
        bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^V, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        cols#80, lines#24, xmc#1, 
        bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^V, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
@@ -4004,8 +6787,7 @@ tvi925|televideo 925,
        ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, 
        kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
        kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, ri=\Ej, tbc=\E3, 
        ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, 
        kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
        kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, ri=\Ej, tbc=\E3, 
-       tsl=\Eh\Ef, 
-       use=adm+sgr, 
+       tsl=\Eh\Ef, use=adm+sgr, 
 # TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
 # to avoid "magic cookie" standout glitch:
 tvi925-hi|TeleVideo Model 925 with half intensity standout mode, 
 # TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
 # to avoid "magic cookie" standout glitch:
 tvi925-hi|TeleVideo Model 925 with half intensity standout mode, 
@@ -4110,15 +6892,15 @@ tvi925-hi|TeleVideo Model 925 with half intensity standout mode,
 # should be present and all tvi native modes use the same string for this.
 # Finally, note that BSD has cud1=^V. -- esr) 
 tvi950|televideo 950, 
 # should be present and all tvi native modes use the same string for this.
 # Finally, note that BSD has cud1=^V. -- esr) 
 tvi950|televideo 950, 
-       am, hs, mir, msgr, xenl, xon, 
+       OTbs, am, hs, mir, msgr, xenl, xon, 
        cols#80, it#8, lines#24, xmc#1, 
        cols#80, it#8, lines#24, xmc#1, 
-       acsc=d\rc\014e\nb\011i\013, bel=^G, cbt=\EI, clear=\E*, 
+       acsc=b\011c\014d\re\ni\013, bel=^G, cbt=\EI, clear=\E*, 
        cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\Eb$<200/>\Ed, 
        fsl=^M, home=^^, ht=^I, hts=\E1, ich1=\EQ, il1=\EE, ind=^J, 
        invis@, 
        cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\Eb$<200/>\Ed, 
        fsl=^M, home=^^, ht=^I, hts=\E1, ich1=\EQ, il1=\EE, ind=^J, 
        invis@, 
-       is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\Ef\r, 
+       is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\Ef\r, 
        kbs=^H, kcbt=\EI, kclr=\E*, kcub1=^H, kcud1=^V, kcuf1=^L, 
        kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A0\r, 
        kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
        kbs=^H, kcbt=\EI, kclr=\E*, kcub1=^H, kcud1=^V, kcuf1=^L, 
        kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A0\r, 
        kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
@@ -4140,10 +6922,9 @@ tvi950|televideo 950,
 #      set local (no send) edit keys (\Ek) when exiting vi
 #
 tvi950-2p|televideo950 w/2 pages, 
 #      set local (no send) edit keys (\Ek) when exiting vi
 #
 tvi950-2p|televideo950 w/2 pages, 
-       is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07 \011, 
+       is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\2\E-07 \011, 
        rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
        rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
-       smkx=\El, 
-       use=tvi950, 
+       smkx=\El, use=tvi950, 
 #
 # is for 950 with four pages adds the following:
 #      set 96 line page (\E\\3)
 #
 # is for 950 with four pages adds the following:
 #      set 96 line page (\E\\3)
@@ -4155,10 +6936,9 @@ tvi950-2p|televideo950 w/2 pages,
 #                       place cursor at 0,24,1 (\E-07 )
 #
 tvi950-4p|televideo950 w/4 pages, 
 #                       place cursor at 0,24,1 (\E-07 )
 #
 tvi950-4p|televideo950 w/4 pages, 
-       is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07 \011, 
+       is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\3\E-07 \011, 
        rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
        rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
-       smkx=\El, 
-       use=tvi950, 
+       smkx=\El, use=tvi950, 
 #
 # <is2> for reverse video 950 changes the following:
 #      set reverse video (\Ed)
 #
 # <is2> for reverse video 950 changes the following:
 #      set reverse video (\Ed)
@@ -4167,23 +6947,22 @@ tvi950-4p|televideo950 w/4 pages,
 #
 tvi950-rv|televideo950 rev video, 
        flash=\Ed$<200/>\Eb, 
 #
 tvi950-rv|televideo950 rev video, 
        flash=\Ed$<200/>\Eb, 
-       is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200, use=tvi950, 
+       is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0, 
+       use=tvi950, 
 
 # tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
 tvi950-rv-2p|televideo950 rev video w/2 pages, 
        flash=\Ed$<200/>\Eb, 
 
 # tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
 tvi950-rv-2p|televideo950 rev video w/2 pages, 
        flash=\Ed$<200/>\Eb, 
-       is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07\s, 
+       is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\2\E-07\s, 
        rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
        rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
-       smkx=\El, 
-       use=tvi950, 
+       smkx=\El, use=tvi950, 
 
 # tvi950-rv uses the appropriate entries from 950-4p and 950-rv
 tvi950-rv-4p|televideo950 rev video w/4 pages, 
        flash=\Ed$<200/>\Eb, 
 
 # tvi950-rv uses the appropriate entries from 950-4p and 950-rv
 tvi950-rv-4p|televideo950 rev video w/4 pages, 
        flash=\Ed$<200/>\Eb, 
-       is2=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07\s, 
+       is2=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\3\E-07\s, 
        rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
        rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
-       smkx=\El, 
-       use=tvi950, 
+       smkx=\El, use=tvi950, 
 # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
 # (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
 # removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
 # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
 # (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
 # removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
@@ -4195,15 +6974,15 @@ tvi950-rv-4p|televideo950 rev video w/4 pages,
 # If the BSD termcap file was right, <cup=\E=%p1%{32}%+%c%p2%{32}%+%c> would
 # also work.
 tvi955|televideo 955, 
 # If the BSD termcap file was right, <cup=\E=%p1%{32}%+%c%p2%{32}%+%c> would
 # also work.
 tvi955|televideo 955, 
-       mc5i, msgr@, 
+       OTbs, mc5i, msgr@, 
        it#8, xmc@, 
        acsc=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ, blink=\EG2, 
        civis=\E.0, cnorm=\E.2, cud1=^V, cup=\E[%i%p1%d;%p2%dH, 
        cvvis=\E.1, dim=\E[=5h, ind@, invis=\EG1, 
        is2=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El, kctab=\E2, khts=\E1, 
        it#8, xmc@, 
        acsc=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ, blink=\EG2, 
        civis=\E.0, cnorm=\E.2, cud1=^V, cup=\E[%i%p1%d;%p2%dH, 
        cvvis=\E.1, dim=\E[=5h, ind@, invis=\EG1, 
        is2=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El, kctab=\E2, khts=\E1, 
-       knp=\EK, kpp=\EJ, krmir=\EQ, ktbc=\E3, mc0=\EP, rmacs=\E%, 
+       knp=\EK, kpp=\EJ, krmir=\EQ, ktbc=\E3, mc0=\EP, rmacs=\E%%
        rmam=\E[=7l, rmxon=^N, 
        rmam=\E[=7l, rmxon=^N, 
-       rs1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\200\E0p\E4\200\Ef\r, 
+       rs1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\0\E0p\E4\0\Ef\r, 
        sgr0=\EG0\E[=5l, smacs=\E$, smam=\E[=7h, smxon=^O, 
        use=tvi950, 
 tvi955-w|955-w|televideo955 w/132 cols, 
        sgr0=\EG0\E[=5l, smacs=\E$, smam=\E[=7h, smxon=^O, 
        use=tvi950, 
 tvi955-w|955-w|televideo955 w/132 cols, 
@@ -4212,8 +6991,7 @@ tvi955-w|955-w|televideo955 w/132 cols,
 # use half-intensity as normal mode, full intensity as <bold>
 tvi955-hb|955-hb|televideo955 half-bright, 
        bold=\E[=5l, dim@, is2=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El, 
 # use half-intensity as normal mode, full intensity as <bold>
 tvi955-hb|955-hb|televideo955 half-bright, 
        bold=\E[=5l, dim@, is2=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El, 
-       sgr0=\EG0\E[=5h, 
-       use=tvi955, 
+       sgr0=\EG0\E[=5h, use=tvi955, 
 # From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
 # (tvi970: removed ":sg#0:"; removed <rmso>=\E[m, <rmul>=\E[m;
 # added <am>/<csr>/<home>/<hpa>/<vpa>/<smcup>/<rmcup> from BRL.
 # From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
 # (tvi970: removed ":sg#0:"; removed <rmso>=\E[m, <rmul>=\E[m;
 # added <am>/<csr>/<home>/<hpa>/<vpa>/<smcup>/<rmcup> from BRL.
@@ -4221,7 +6999,7 @@ tvi955-hb|955-hb|televideo955 half-bright,
 # it does to the function keys.  I deduced <rmam>/<smam>.
 # also added empty <acsc> to suppress tic warning,  -- esr)
 tvi970|televideo 970, 
 # it does to the function keys.  I deduced <rmam>/<smam>.
 # also added empty <acsc> to suppress tic warning,  -- esr)
 tvi970|televideo 970, 
-       am, da, db, mir, msgr, 
+       OTbs, OTpt, am, da, db, mir, msgr, 
        cols#80, it#8, lines#24, 
        acsc=, cbt=\E[Z, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
        cub1=^H, cud1=\ED, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, 
        cols#80, it#8, lines#24, 
        acsc=, cbt=\E[Z, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
        cub1=^H, cud1=\ED, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, 
@@ -4237,7 +7015,8 @@ tvi970|televideo 970,
        smcup=\E[?20l\E[?7h\E[1Q, smir=\E[4h, smso=\E[7m, 
        smul=\E[4m, vpa=\E[%i%p1%dd, 
 tvi970-vb|televideo 970 with visual bell, 
        smcup=\E[?20l\E[?7h\E[1Q, smir=\E[4h, smso=\E[7m, 
        smul=\E[4m, vpa=\E[%i%p1%dd, 
 tvi970-vb|televideo 970 with visual bell, 
-       flash=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l, use=tvi970, 
+       flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l, 
+       use=tvi970, 
 tvi970-2p|televideo 970 with using 2 pages of memory, 
        rmcup=\E[H\E[J\E[V, smcup=\E[U\E[?20l\E[?7h\E[1Q, 
        use=tvi970, 
 tvi970-2p|televideo 970 with using 2 pages of memory, 
        rmcup=\E[H\E[J\E[V, smcup=\E[U\E[?20l\E[?7h\E[1Q, 
        use=tvi970, 
@@ -4246,12 +7025,12 @@ tvi970-2p|televideo 970 with using 2 pages of memory,
 # padding is needed, but adapted from the tvi920c termcap.  The <smso> and 
 # <smul> strings are klutzy, but at least use no screen space.
 # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:".  I wish we knew <rmam>,
 # padding is needed, but adapted from the tvi920c termcap.  The <smso> and 
 # <smul> strings are klutzy, but at least use no screen space.
 # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:".  I wish we knew <rmam>,
-# its absence means <smam>=\Ev isn't save to use. -- esr)
+# its absence means <smam>=\Ev isn't safe to use. -- esr)
 # From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84. 
 # The <ed>/<kf0>/<kf1>/<khome>/<mc4>, and <mc5> caps are from BRL, which says:
 # F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
 tvipt|televideo personal terminal, 
 # From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84. 
 # The <ed>/<kf0>/<kf1>/<khome>/<mc4>, and <mc5> caps are from BRL, which says:
 # F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
 tvipt|televideo personal terminal, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        cbt=\EI, clear=^Z, cub1=^H, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER$<5*>, 
        cols#80, lines#24, 
        cbt=\EI, clear=^Z, cub1=^H, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER$<5*>, 
@@ -4264,12 +7043,12 @@ tvi9065|televideo 9065,
        am, bw, chts, hs, mc5i, mir, msgr, xenl, xon, 
        cols#80, it#8, lh#1, lines#25, lm#0, lw#9, ma#4, nlab#8, vt#0, 
        wnum#0, wsl#30, 
        am, bw, chts, hs, mc5i, mir, msgr, xenl, xon, 
        cols#80, it#8, lh#1, lines#25, lm#0, lw#9, ma#4, nlab#8, vt#0, 
        wnum#0, wsl#30, 
-       acsc=0_'rjhkglfmeniopxjqksqtmulvown, bel=^G, 
+       acsc='r0_jhkglfmeniopqksqtmulvownxj, bel=^G, 
        blink=\EG2, bold=\EG\,, cbt=\EI, civis=\E.0, clear=^Z, 
        cnorm=\E.3, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, 
        cub1=^H, cud=\E[%p1%dB, cud1=^V, cuf=\E[%p1%dC, cuf1=^L, 
        blink=\EG2, bold=\EG\,, cbt=\EI, civis=\E.0, clear=^Z, 
        cnorm=\E.3, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, 
        cub1=^H, cud=\E[%p1%dB, cud1=^V, cuf=\E[%p1%dC, cuf1=^L, 
-       cup=\E=%p1%' '%+%c%p2%' '%+%c, cuu=\E[%p1%dA, cuu1=^K
-       cvvis=\E.2, dch=\E[%p1%dP, dch1=\EW, dim=\EGp, 
+       cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu=\E[%p1%dA
+       cuu1=^K, cvvis=\E.2, dch=\E[%p1%dP, dch1=\EW, dim=\EGp, 
        dl=\E[%p1%dM, dl1=\ER, dsl=\E_30\r, ech=\E[%p1%d@, ed=\EY, 
        el=\ET, flash=\Eb$<15>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, 
        ich=\E[%p1%d@, if=/usr/share/tabset/stdcrt, 
        dl=\E[%p1%dM, dl1=\ER, dsl=\E_30\r, ech=\E[%p1%d@, ed=\EY, 
        el=\ET, flash=\Eb$<15>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, 
        ich=\E[%p1%d@, if=/usr/share/tabset/stdcrt, 
@@ -4282,17 +7061,17 @@ tvi9065|televideo 9065,
        kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, ll=\E[25;1H, 
        mc0=\E[0;0i, mc4=\Ea, mc5=\E`, nel=^M^J, 
        kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, ll=\E[25;1H, 
        mc0=\E[0;0i, mc4=\Ea, mc5=\E`, nel=^M^J, 
-       pfkey=\E|%p1%'0'%+%c3%p2%s\031, 
-       pfloc=\E|%p1%'0'%+%c2%p2%s\031, 
-       pfx=\E|%p1%'0'%+%c1%p2%s\031, 
-       pln=\E_%p1%'?'%+%c%p2%s\r, prot=\E&, 
+       pfkey=\E|%p1%{48}%+%c3%p2%s\031, 
+       pfloc=\E|%p1%{48}%+%c2%p2%s\031, 
+       pfx=\E|%p1%{48}%+%c1%p2%s\031, 
+       pln=\E_%p1%{63}%+%c%p2%s\r, prot=\E&, 
        rep=\E[%p2%db%p1%c, rev=\EG4, 
        rf=/usr/share/tabset/stdcrt, ri=\Ej, rin=\E[%p1%dT, 
        rep=\E[%p2%db%p1%c, rev=\EG4, 
        rf=/usr/share/tabset/stdcrt, ri=\Ej, rin=\E[%p1%dT, 
-       rmacs=\E%, rmam=\E[=7l, rmcup=\E.3\Er\E[1;25r\E[25;0H, 
-       rmdc=\200, rmir=\Er, rmln=\E[4;1v, rmso=\EG0, rmul=\EG0, 
+       rmacs=\E%%, rmam=\E[=7l, rmcup=\E.3\Er\E[1;25r\E[25;0H, 
+       rmdc=\0, rmir=\Er, rmln=\E[4;1v, rmso=\EG0, rmul=\EG0, 
        rmxon=^N, rs1=\EC\EDF\E[0;0v\E[8;1v\E[=65l, 
        rmxon=^N, rs1=\EC\EDF\E[0;0v\E[8;1v\E[=65l, 
-       rs2=\E.b\E[10;20v\E[14;1v\E[3;0v\E[7;0v\E[=11.h\E[=12.h\E[=13.h\E[=14.h\E[=15l\E[=20h\E[=60l\E[=61h\E[=9l\E[=10l\E[=21l\E[=23l\E[=3l\E_40\E_50\En\Ew\Ee \Ex0\200\200\Ex1\200\200\Ex2\200\200\Ex3\200\200\Ex4\200\200\E1, 
-       rs3=\E[=19h\E.3\E9\E0O\200\200\200\200\200\E0o\200\200\200\200\200\E0J\177\200\200\200\200, 
+       rs2=\E.b\E[10;20v\E[14;1v\E[3;0v\E[7;0v\E[=11.h\E[=12.h\E[=13.h\E[=14.h\E[=15l\E[=20h\E[=60l\E[=61h\E[=9l\E[=10l\E[=21l\E[=23l\E[=3l\E_40\E_50\En\Ew\Ee \Ex0\0\0\Ex1\0\0\Ex2\0\0\Ex3\0\0\Ex4\0\0\E1, 
+       rs3=\E[=19h\E.3\E9\E0O\0\0\0\0\0\E0o\0\0\0\0\0\E0J\177\0\0\0\0, 
        sgr=\EG0%?%p1%t\EGt%;%?%p2%t\EG8%;%?%p3%t\EG4%;%?%p4%t\EG2%;%?%p5%t\EGp%;%?%p6%t\EG\,%;%?%p7%t\EG1%;%?%p9%t\E$%e\E%%%;, 
        sgr0=\EG0, smacs=\E$, smam=\E=7h, smcup=\E.2, smdc=\Er, 
        smir=\Eq, smln=\E[4;2v, smso=\EGt, smul=\EG8, smxon=^O, 
        sgr=\EG0%?%p1%t\EGt%;%?%p2%t\EG8%;%?%p3%t\EG4%;%?%p4%t\EG2%;%?%p5%t\EGp%;%?%p6%t\EG\,%;%?%p7%t\EG1%;%?%p9%t\E$%e\E%%%;, 
        sgr0=\EG0, smacs=\E$, smam=\E=7h, smcup=\E.2, smdc=\Er, 
        smir=\Eq, smln=\E[4;2v, smso=\EGt, smul=\EG8, smxon=^O, 
@@ -4322,15 +7101,15 @@ tvi9065|televideo 9065,
 # Note especially the <il1> function.  <kf4>-<kf6> are really l4-l6 in
 # disguise; <kf7>-<kf9> are really l1-l3.
 vi50|visual 50, 
 # Note especially the <il1> function.  <kf4>-<kf6> are really l4-l6 in
 # disguise; <kf7>-<kf9> are really l1-l3.
 vi50|visual 50, 
-       am, da, db, msgr, 
+       OTbs, OTpt, am, da, db, msgr, 
        cols#80, it#8, lines#24, 
        cols#80, it#8, lines#24, 
-       bel=^G, cbt=\Ez$<4/>, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB
-       cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA
-       dl1=\EM$<3*/>, ed=\EJ, el=\EK$<16/>, home=\EH, ht=^I
-       il1=\EL, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC
-       kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\EV, kf5=\EE
-       kf6=\E], kf7=\EL, kf8=\Ev, kf9=\EM, khome=\EH, nel=^M^J
-       ri=\EI, rmso=\ET, rmul=\EW, smso=\EU, smul=\ES, 
+       OTnl=^J, bel=^G, cbt=\Ez$<4/>, clear=\EH\EJ, cr=^M, cub1=^H
+       cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c
+       cuu1=\EA, dl1=\EM$<3*/>, ed=\EJ, el=\EK$<16/>, home=\EH
+       ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB
+       kcuf1=\EC, kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\EV
+       kf5=\EE, kf6=\E], kf7=\EL, kf8=\Ev, kf9=\EM, khome=\EH
+       nel=^M^J, ri=\EI, rmso=\ET, rmul=\EW, smso=\EU, smul=\ES, 
 # this one was BSD & SCO's vi50
 vi50adm|visual 50 in adm3a mode, 
        am, msgr, 
 # this one was BSD & SCO's vi50
 vi50adm|visual 50 in adm3a mode, 
        am, msgr, 
@@ -4340,11 +7119,11 @@ vi50adm|visual 50 in adm3a mode,
        ed=\Ek, el=\EK, home=\EH, ht=^I, il1=\EL, ind=^J, kbs=^H, 
        kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, 
        rmso=\ET, smso=\EU, 
        ed=\Ek, el=\EK, home=\EH, ht=^I, il1=\EL, ind=^J, kbs=^H, 
        kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, 
        rmso=\ET, smso=\EU, 
-# From: Jeff Siegal <jbs@athena.mit.edu>
+# From: Jeff Siegal <jbs@quiotix.com>
 vi55|Visual 55, 
 vi55|Visual 55, 
-       am, mir, msgr, 
+       OTbs, am, mir, msgr, 
        cols#80, it#8, lines#24, 
        cols#80, it#8, lines#24, 
-       clear=\Ev, csr=\E_%p1%'A'%+%c%p2%'A'%+%c, cub1=^H, 
+       clear=\Ev, csr=\E_%p1%{65}%+%c%p2%{65}%+%c, cub1=^H, 
        cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=\EA, dch1=\Ew, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, 
        il1=\EL, is2=\Ev\E_AX\Eb\EW\E9P\ET, kbs=^H, kcub1=\ED, 
        cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=\EA, dch1=\Ew, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, 
        il1=\EL, is2=\Ev\E_AX\Eb\EW\E9P\ET, kbs=^H, kcub1=\ED, 
@@ -4362,8 +7141,8 @@ vi55|Visual 55,
 # Supposedly "4*" delays should be used for <il1>, <ed>, <clear>, <dch1>,
 # and <dl1> strings, but we seem to get along fine without them.
 vi200|visual 200, 
 # Supposedly "4*" delays should be used for <il1>, <ed>, <clear>, <dch1>,
 # and <dl1> strings, but we seem to get along fine without them.
 vi200|visual 200, 
-       am, mir, msgr, 
-       cols#80, it#8, lines#24, 
+       OTbs, OTpt, am, mir, msgr, 
+       OTkn#10, cols#80, it#8, lines#24, 
        acsc=, bel=^G, cbt=\Ez, clear=\Ev, cnorm=\Ec, cr=^M, cub1=^H, 
        cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=\EA, cvvis=\Ed, dch1=\EO, dim=\E4, dl1=\EM, ed=\Ey, 
        acsc=, bel=^G, cbt=\Ez, clear=\Ev, cnorm=\Ec, cr=^M, cub1=^H, 
        cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=\EA, cvvis=\Ed, dch1=\EO, dim=\E4, dl1=\EM, ed=\Ey, 
@@ -4374,8 +7153,8 @@ vi200|visual 200,
        kf7=\E?w, kf8=\E?x, kf9=\E?y, khome=\EH, khts=\E1, kich1=\Ei, 
        kil1=\EL, krmir=\Ej, mc0=\EH\E], mc4=\EX, mc5=\EW, ri=\EI, 
        rmacs=\EG, rmkx=\E>, rmso=\E3, 
        kf7=\E?w, kf8=\E?x, kf9=\E?y, khome=\EH, khts=\E1, kich1=\Ei, 
        kil1=\EL, krmir=\Ej, mc0=\EH\E], mc4=\EX, mc5=\EW, ri=\EI, 
        rmacs=\EG, rmkx=\E>, rmso=\E3, 
-       rs1=\E3\Eb\Ej\E\\\El\EG\Ec\Ek\EX, sgr0=\E3\Eb
-       smacs=\EF, smkx=\E=, smso=\E4, tbc=\Eg, 
+       rs1=\E3\Eb\Ej\E\El\EG\Ec\Ek\EX, sgr0=\E3\Eb, smacs=\EF
+       smkx=\E=, smso=\E4, tbc=\Eg, 
 # The older Visuals didn't come with function keys. This entry uses
 # <smkx> and <rmkx> so that the keypad keys can be used as function keys.
 # If your version of vi doesn't support function keys you may want
 # The older Visuals didn't come with function keys. This entry uses
 # <smkx> and <rmkx> so that the keypad keys can be used as function keys.
 # If your version of vi doesn't support function keys you may want
@@ -4465,20 +7244,14 @@ vi603|visual603|visual 603,
 #
 # Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
 # (800)-800-WYSE (option 5 gets you a human).  There's a Web page at the
 #
 # Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
 # (800)-800-WYSE (option 5 gets you a human).  There's a Web page at the
-# obvious address, http://www.wyse.com.
+# obvious address, <http://www.wyse.com>.  They keep terminfo entries at
+# <http://www.wyse.co.uk/support/appnotes/idxappnt.htm>.
 #
 # Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
 # They now own the Qume and Amdek brands, too.  So these are the people to
 # talk with about all Link, Qume, and Amdek terminals.
 #
 #
 # Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
 # They now own the Qume and Amdek brands, too.  So these are the people to
 # talk with about all Link, Qume, and Amdek terminals.
 #
-# Wyse has a BBS containing termcap and terminfo stuff for their terminals
-# (though this may not last long -- I expect the Web will kill it off by
-# mid-1997 or so).  According to their tech support, at 800-800-9973, it's
-# at 408-922-4400 thru 4405.  The 4400 modem is flaky as of 5/96, so
-# call 4401 etc.  Come in at 9600 hard; don't use autospeed sense.
-#
-# All the following entries until (but not including) wy520 are direct from
-# Wyse technical support and represent their best knowledge as of January 1995.
+# These entries include a few small fixes.
 # I canceled the bel capacities in the vb entries.
 # I made two trivial syntax fixes in the wyse30 entry.
 # I made some entries relative to adm+sgr.
 # I canceled the bel capacities in the vb entries.
 # I made two trivial syntax fixes in the wyse30 entry.
 # I made some entries relative to adm+sgr.
@@ -4508,8 +7281,8 @@ wy30|wyse30|Wyse 30,
        kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=^^, kich1=\EQ, 
        kil1=\EE, knp=\EK, kpp=\EJ, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, 
        kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=^^, kich1=\EQ, 
        kil1=\EE, knp=\EK, kpp=\EJ, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, 
-       mc5=^X, nel=^M^J, pfx=\Ez%p1%'?'%+%c%p2%s\177, 
-       pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E`7\E), ri=\Ej$<3>, 
+       mc5=^X, nel=^M^J, pfx=\Ez%p1%{63}%+%c%p2%s\177, 
+       pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), ri=\Ej$<3>, 
        rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
        sgr=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
        sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
        rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
        sgr=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
        sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
@@ -4523,10 +7296,10 @@ wy30-mc|wyse30-mc|wyse 30 with magic cookies,
        msgr@, 
        ma@, xmc#1, 
        blink=\EG2, dim=\EGp, prot=\EG0\E), rmacs=\EG0\EH\003, 
        msgr@, 
        ma@, xmc#1, 
        blink=\EG2, dim=\EGp, prot=\EG0\E), rmacs=\EG0\EH\003, 
-       rmcup=\EG0, 
-       sgr=\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
+       rmcup=\EG0, rmso=\EG0, 
+       sgr=\EG%{48}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
        sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
        sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
-       use=wy30, use=adm+sgr, 
+       smso=\EG4, use=wy30, use=adm+sgr, 
 #      The mandatory pause used by <flash> does not work with
 #      older versions of terminfo.  If you see this effect then
 #      unset xon and delete the / from the delay.
 #      The mandatory pause used by <flash> does not work with
 #      older versions of terminfo.  If you see this effect then
 #      unset xon and delete the / from the delay.
@@ -4560,10 +7333,10 @@ wy50|wyse50|Wyse 50,
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
        ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
        ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, 
-       pfx=\Ez%p1%'?'%+%c%p2%s\177, 
-       pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E`7\E), rev=\E`6\E), 
+       pfx=\Ez%p1%{63}%+%c%p2%s\177, 
+       pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), rev=\E`6\E), 
        ri=\Ej, rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
        ri=\Ej, rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
-       sgr=%?%p1%p3%|%t\E`6\E)\n%e%p5%p8%|%t\E`7\E)%e\E(%;\n%?%p9%t\EH\002%e\EH\003%;, 
+       sgr=%?%p1%p3%|%t\E`6\E)%e%p5%p8%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
        sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
        smso=\E`6\E), tbc=\E0, tsl=\EF, 
 #
        sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
        smso=\E`6\E), tbc=\E0, tsl=\EF, 
 #
@@ -4578,20 +7351,20 @@ wy50|wyse50|Wyse 50,
 wy50-mc|wyse50-mc|wyse 50 with magic cookies, 
        msgr@, 
        ma@, xmc#1, 
 wy50-mc|wyse50-mc|wyse 50 with magic cookies, 
        msgr@, 
        ma@, xmc#1, 
-       blink=\EG2, dim=\EGp, prot=\EG0\E), rmacs=\EG0\EH\003
-       rmcup=\EG0, 
-       sgr=\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
+       blink=\EG2, dim=\EGp, prot=\EG0\E), rev=\EG4
+       rmacs=\EG0\EH\003, rmcup=\EG0, rmso=\EG0, 
+       sgr=\EG%{48}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
        sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
        sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
-       smso=\EGt, use=wy50, 
-       use=adm+sgr, 
+       smso=\EGt, use=wy50, use=adm+sgr, 
 wy50-vb|wyse50-vb|wyse 50 visible bell, 
        bel@, use=wy50, 
 wy50-w|wyse50-w|wyse 50 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
 wy50-vb|wyse50-vb|wyse 50 visible bell, 
        bel@, use=wy50, 
 wy50-w|wyse50-w|wyse 50 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
-       cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, use=wy50, 
+       cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, 
+       use=wy50, 
 wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell, 
 wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell, 
-       bel@, 
-       use=wy50-w, 
+       bel@, use=wy50-w, 
+
 #
 #      The Wyse 350 is a Wyse 50 with color.
 #      Unfortunately this means that it has magic cookies.
 #
 #      The Wyse 350 is a Wyse 50 with color.
 #      Unfortunately this means that it has magic cookies.
@@ -4634,22 +7407,21 @@ wy350|wyse350|Wyse 350,
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
        ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, oc=\E%?, op=\EG0, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
        ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, oc=\E%?, op=\EG0, 
-       pfx=\Ez%p1%'?'%+%c%p2%s\177, 
-       pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\EG0\E), ri=\Ej, 
+       pfx=\Ez%p1%{63}%+%c%p2%s\177, 
+       pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\EG0\E), ri=\Ej, 
        rmacs=\EG0\EH\003, rmir=\Er, rmln=\EA11, setb=, 
        rmacs=\EG0\EH\003, rmir=\Er, rmln=\EA11, setb=, 
-       setf=%?%p1%{0}%=%t%{76}\n%e%p1%{1}%=%t%{64}\n%e%p1%{2}%=%t%{8}\n%e%p1%{3}%=%t%{72}\n%e%p1%{4}%=%t%{4}\n%e%p1%{5}%=%t%{68}\n%e%p1%{6}%=%t%{12}\n%e%p1%{7}%=%t%{0}\n%;%PC\n\EG%gC%gA%+%'0'%+%c, 
-       sgr=%{0}%?%p4%t%{2}%|%;\n%?%p7%t%{1}%|%;%PA\n\EG%?%gC%t%gC%e\n%{0}%?%p1%t%{4}%|%;\n%?%p2%t%{8}%|%;\n%?%p3%t%{4}%|%;\n%?%p5%t%{64}%|%;\n%;%gA%+%'0'%+%c\n%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
+       setf=%?%p1%{0}%=%t%{76}%e%p1%{1}%=%t%{64}%e%p1%{2}%=%t%{8}%e%p1%{3}%=%t%{72}%e%p1%{4}%=%t%{4}%e%p1%{5}%=%t%{68}%e%p1%{6}%=%t%{12}%e%p1%{7}%=%t%{0}%;%PC\EG%gC%gA%+%{48}%+%c, 
+       sgr=%{0}%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;%PA\EG%?%gC%t%gC%e%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p5%t%{64}%|%;%;%gA%+%{48}%+%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
        sgr0=\EG0\E(\EH\003%{0}%PA%{0}%PC, smacs=\EG0\EH\002, 
        sgr0=\EG0\E(\EH\003%{0}%PA%{0}%PC, smacs=\EG0\EH\002, 
-       smir=\Eq, smln=\EA10, tbc=\E0, tsl=\EF, 
-       use=adm+sgr, 
+       smir=\Eq, smln=\EA10, tbc=\E0, tsl=\EF, use=adm+sgr, 
 wy350-vb|wyse350-vb|wyse 350 visible bell, 
        bel@, use=wy350, 
 wy350-w|wyse350-w|wyse 350 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
 wy350-vb|wyse350-vb|wyse 350 visible bell, 
        bel@, use=wy350, 
 wy350-w|wyse350-w|wyse 350 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
-       cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, use=wy350, 
+       cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, 
+       use=wy350, 
 wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell, 
 wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell, 
-       bel@, 
-       use=wy350-w, 
+       bel@, use=wy350-w, 
 #
 #      This terminfo description is untested.
 #      The wyse100 emulates an adm31, so the adm31 entry should work.
 #
 #      This terminfo description is untested.
 #      The wyse100 emulates an adm31, so the adm31 entry should work.
@@ -4663,8 +7435,7 @@ wy100|wyse 100,
        invis@, is2=\Eu\E0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
        kcuu1=^K, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
        kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=\E{, 
        invis@, is2=\Eu\E0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
        kcuu1=^K, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
        kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=\E{, 
-       rmir=\Er, smir=\Eq, tsl=\EF, 
-       use=adm+sgr, 
+       rmir=\Er, smir=\Eq, tsl=\EF, use=adm+sgr, 
 #
 #      The Wyse 120/150 has most of the features of the Wyse 60.
 #      This terminal does not need padding up to 9600 baud!
 #
 #      The Wyse 120/150 has most of the features of the Wyse 60.
 #      This terminal does not need padding up to 9600 baud!
@@ -4675,7 +7446,7 @@ wy100|wyse 100,
 wy120|wyse120|wy150|wyse150|Wyse 120/150, 
        am, bw, hs, km, mc5i, mir, msgr, xon, 
        cols#80, it#8, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
 wy120|wyse120|wy150|wyse150|Wyse 120/150, 
        am, bw, hs, km, mc5i, mir, msgr, xon, 
        cols#80, it#8, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
-       acsc=+/\\\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
+       acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
        bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
        cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
        bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
        cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
@@ -4691,16 +7462,16 @@ wy120|wyse120|wy150|wyse150|Wyse 120/150,
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
        kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
        mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
        kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
        mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
-       pfloc=\EZ2%p1%'?'%+%c%p2%s\177, 
-       pfx=\EZ1%p1%'?'%+%c%p2%s\177, 
-       pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
+       pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
+       pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
+       pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
        rmacs=\EcD, rmam=\Ed., rmcup=\Ew1, rmir=\Er, rmln=\EA11, 
        rmxon=\Ec20, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
        rs3=\EwG\Ee($<100>, 
        rmacs=\EcD, rmam=\Ed., rmcup=\Ew1, rmir=\Er, rmln=\EA11, 
        rmxon=\Ec20, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
        rs3=\EwG\Ee($<100>, 
-       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
+       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
-       smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, 
-       smxon=\Ec21\ntbc=\E0, tsl=\EF, use=adm+sgr, 
+       smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
+       tbc=\E0, tsl=\EF, use=adm+sgr, 
 #
 wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
 #
 wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
@@ -4716,12 +7487,10 @@ wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines
        pln@, rs3=\EwG\Ee)$<100>, use=wy120-w, 
 #
 wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell, 
        pln@, rs3=\EwG\Ee)$<100>, use=wy120-w, 
 #
 wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell, 
-       bel@, 
-       use=wy120, 
+       bel@, use=wy120, 
 #
 wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell, 
 #
 wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell, 
-       bel@, 
-       use=wy120-w, 
+       bel@, use=wy120-w, 
 #
 #      The Wyse 60 is like the Wyse 50 but with more padding.
 #      The reset strings are slow and the pad times very depending
 #
 #      The Wyse 60 is like the Wyse 50 but with more padding.
 #      The reset strings are slow and the pad times very depending
@@ -4756,7 +7525,7 @@ wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column
 wy60|wyse60|Wyse 60, 
        am, bw, hs, km, mc5i, mir, msgr, 
        cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#45, 
 wy60|wyse60|Wyse 60, 
        am, bw, hs, km, mc5i, mir, msgr, 
        cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#45, 
-       acsc=+/\\\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
+       acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
        bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<100>, 
        cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<100>, 
        cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
@@ -4773,17 +7542,16 @@ wy60|wyse60|Wyse 60,
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
        kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
        mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
        kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
        mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
-       pfloc=\EZ2%p1%'?'%+%c%p2%s\177, 
-       pfx=\EZ1%p1%'?'%+%c%p2%s\177, 
-       pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
+       pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
+       pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
+       pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
        rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew1, rmir=\Er, 
        rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<150>, 
        rs2=\EeG$<150>, rs3=\EwG\Ee($<200>, 
        rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew1, rmir=\Er, 
        rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<150>, 
        rs2=\EeG$<150>, rs3=\EwG\Ee($<200>, 
-       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
+       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
        smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
        smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
-       tbc=\E0, tsl=\EF, 
-       use=adm+sgr, 
+       tbc=\E0, tsl=\EF, use=adm+sgr, 
 #
 wy60-w|wyse60-w|wyse 60 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
 #
 wy60-w|wyse60-w|wyse 60 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
@@ -4802,14 +7570,12 @@ wy60-42|wyse60-42|wyse 60 80-column 42-lines,
        clear=\E+$<260>, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<2>, 
        dch1=\EW$<16>, dl1=\ER$<11>, ed=\Ey$<260>, il1=\EE$<11>, 
        ind=\n$<9>, ip=$<5>, is1=\EcB2\EcC3, nel=\r\n$<6>, 
        clear=\E+$<260>, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<2>, 
        dch1=\EW$<16>, dl1=\ER$<11>, ed=\Ey$<260>, il1=\EE$<11>, 
        ind=\n$<9>, ip=$<5>, is1=\EcB2\EcC3, nel=\r\n$<6>, 
-       ri=\Ej$<10>, rs3=\Ee*$<150>, 
-       use=wy60, 
+       ri=\Ej$<10>, rs3=\Ee*$<150>, use=wy60, 
 wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines, 
        cols#132, lw#7, nlab#16, wsl#97, 
        clear=\E+$<260>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
        dch1=\EW$<19>, ed=\Ey$<260>, home=\036$<2>, ip=$<6>, 
 wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines, 
        cols#132, lw#7, nlab#16, wsl#97, 
        clear=\E+$<260>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
        dch1=\EW$<19>, ed=\Ey$<260>, home=\036$<2>, ip=$<6>, 
-       nel=\r\n$<11>, rs2=\EeF$<150>\E`;$<150>, 
-       use=wy60-42, 
+       nel=\r\n$<11>, rs2=\EeF$<150>\E`;$<150>, use=wy60-42, 
 #
 wy60-43|wyse60-43|wyse 60 80-column 43-lines, 
        lh@, lines#43, lw@, nlab@, 
 #
 wy60-43|wyse60-43|wyse 60 80-column 43-lines, 
        lh@, lines#43, lw@, nlab@, 
@@ -4821,8 +7587,7 @@ wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines,
 wy60-vb|wyse60-vb|Wyse 60 visible bell, 
        bel@, use=wy60, 
 wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell, 
 wy60-vb|wyse60-vb|Wyse 60 visible bell, 
        bel@, use=wy60, 
 wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell, 
-       bel@, 
-       use=wy60-w, 
+       bel@, use=wy60-w, 
 
 #      The Wyse-99GT looks at lot like the Wyse 60 except that it
 #      does not have the 42/43 line mode.  In the Wyse-60 the "lines"
 
 #      The Wyse-99GT looks at lot like the Wyse 60 except that it
 #      does not have the 42/43 line mode.  In the Wyse-60 the "lines"
@@ -4845,13 +7610,13 @@ wy99gt|wyse99gt|Wyse 99gt,
        el=\Et$<5>, flash=\E`8$<100/>\E`9, ht=\011$<1>, 
        il1=\EE$<4>, ind=\n$<4>, ip=$<2>, is3=\Ew0$<20>, nel@, 
        ri=\Ej$<3>, rmcup=\Ew0, rs2=\E`\:$<150>, smcup=\Ew1, 
        el=\Et$<5>, flash=\E`8$<100/>\E`9, ht=\011$<1>, 
        il1=\EE$<4>, ind=\n$<4>, ip=$<2>, is3=\Ew0$<20>, nel@, 
        ri=\Ej$<3>, rmcup=\Ew0, rs2=\E`\:$<150>, smcup=\Ew1, 
-       u0=\E~>\E8, u1=\E[42h, 
-       use=wy60, 
+       u0=\E~>\E8, u1=\E[42h, use=wy60, 
 #
 wy99gt-w|wyse99gt-w|wyse 99gt 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
        clear=\E+$<160>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
 #
 wy99gt-w|wyse99gt-w|wyse 99gt 132-column, 
        cols#132, lw#7, nlab#16, wsl#97, 
        clear=\E+$<160>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
-       dch1=\EW$<9>, ed=\Ey$<160>, ip=$<4>, rs2=\E`;$<150>, use=wy99gt, 
+       dch1=\EW$<9>, ed=\Ey$<160>, ip=$<4>, rs2=\E`;$<150>, 
+       use=wy99gt, 
 #
 wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines, 
        lh@, lines#25, lw@, nlab@, 
 #
 wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines, 
        lh@, lines#25, lw@, nlab@, 
@@ -4865,8 +7630,98 @@ wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell,
        bel@, use=wy99gt, 
 #
 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell, 
        bel@, use=wy99gt, 
 #
 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell, 
-       bel@, 
-       use=wy99gt-w, 
+       bel@, use=wy99gt-w, 
+
+# Can't set tabs! Other bugs (ANSI mode only):
+# - can't redefine function keys (anyway, key redefinition in ANSI mode
+#   is too much complex to be described);
+# - meta key can't be described (the terminal forgets it when reset);
+# The xon-xoff handshaking can't be disabled while in ansi personality, so
+# emacs can't work at speed greater than 9600 baud.  No padding is needed at
+# this speed.
+#   dch1 has been commented out because it causes annoying glittering when
+# vi deletes one character at the beginning of a line with tabs in it.
+#   dch makes sysgen(1M) have a horrible behaviour when deleting
+# a screen and makes screen(1) behave badly, so it is disabled too. The nice
+# thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
+# not, so smir and rmir are commented out as well.
+# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
+wy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard), 
+       am, km, mc5i, mir, msgr, xenl, 
+       cols#80, it#8, lines#25, vt#3, 
+       acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
+       clear=\E[H\E[J$<200>, cnorm=\E[34h\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD$<1>, 
+       cub1=\010$<1>, cud=\E[%p1%dB, cud1=\ED, 
+       cuf=\E[%p1%dC$<1>, cuf1=\E[C$<1>, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
+       cvvis=\E[34l\E[?25h, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, 
+       ech=\E[%p1%dX, ed=\E[J$<8*>, el=\E[K$<1>, el1=\E[1K$<1>, 
+       enacs=\E)0, flash=\E[?5h$<30/>\E[?5l, home=\E[H, 
+       hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, 
+       il1=\E[L, ind=\n$<1>, invis=\E[8m, 
+       is2=\E7\E[1r\E8\E[2;3;4;13;20;34;39;36l\E[12;16;34h\E[?1;3;4;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[4i, 
+       kbs=^H, kcbt=\E[z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
+       kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
+       kf12=\E[24~, kf17=\E[K, kf18=\E[31~, kf19=\E[32~, kf2=\EOQ, 
+       kf20=\E[33~, kf21=\E[34~, kf22=\E[35~, kf23=\E[1~, 
+       kf24=\E[2~, kf3=\EOR, kf4=\EOS, kf5=\E[M, kf6=\E[17~, 
+       kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, ll=\E[24E, mc0=\E[?19h, 
+       mc4=\E[4i, mc5=\E[5i, nel=\EE, prot=\E[1"q, rc=\E8, 
+       rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, 
+       rmkx=\E[?1l, rmso=\E[27m, rmul=\E[24m, 
+       rs2=\E[61"p\E[40h\E[?6l\E[1r\E[2;3;4;13;20;34;39;36l\E[12;16;34h\E[?1;3;4;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[24E\E[4i, 
+       sc=\E7, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%O%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m\E[%?%p8%t1%;"q%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017\E["q, smacs=^N, smam=\E[?7h, smir=\E[4h, 
+       smkx=\E[?1h, smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd, 
+
+#   This is the american terminal. Here tabs work fine.
+# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
+wy99a-ansi|Wyse WY-99GT in ansi mode (US PC keyboard), 
+       hts=\EH, is3=\E[?5l, rs3=\E[?5l, tbc=\E[3g, use=wy99-ansi, 
+
+# This terminal (firmware version 02) has a lot of bugs:
+# - can't set tabs;
+# - other bugs in ANSI modes (see above).
+# This description disables handshaking when using cup. This is because
+# GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
+# cannot be used at speeds greater than 9600 baud, because at greater
+# speeds handshaking is needed even for character sending. If you use
+# DTR handshaking, you can use even greater speeds.
+# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
+wy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard), 
+       am, bw, hs, km, mc5i, mir, msgr, xon, 
+       cols#80, it#8, lines#25, wsl#46, 
+       acsc='x+y.wI~_vj(k'l&m%n)o9q*s8t-u.v\,w+x=, bel=^G, 
+       blink=\EG2, cbt=\EI, civis=\E`0, clear=\E'\E(\032, 
+       cnorm=\E`4\E`1, cr=^M, cub1=^H, cud1=\Ej, cuf1=^L, 
+       cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
+       cvvis=\E`2\E`1, dch1=\EW, dim=\EGp, dl1=\ER, dsl=\EF\r, 
+       ed=\EY$<8*>, el=\ET$<8>, enacs=\Ec@1J$<2000>, 
+       flash=\E\^1$<30/>\E\^0, fsl=^M, home=^^, ht=^I, il1=\EE, 
+       ind=^J, invis=\EG3, 
+       is2=\Eu\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E\^0\E`1\E`4\Ee.\E`\:\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\EcD\024, 
+       ka1=^^, ka3=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, 
+       kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, 
+       kf11=^AJ\r, kf12=^AK\r, kf13=^A`\r, kf14=^Aa\r, kf15=^Ab\r, 
+       kf16=^Ac\r, kf17=^Ad\r, kf18=^Ae\r, kf19=^Af\r, kf2=^AA\r, 
+       kf20=^Ag\r, kf21=^Ah\r, kf22=^Ai\r, kf23=^Aj\r, kf24=^Ak\r, 
+       kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
+       kf8=^AG\r, kf9=^AH\r, kprt=\EP, mc0=\EP, mc4=^T, mc5=\Ed#, 
+       nel=^_, prot=\E), rev=\EG4, ri=\Ej, rmacs=\EcD, rmam=\Ed., 
+       rmcup=\Ec21\Ec31, rmir=\Er, rmso=\EG0, rmxon=\Ec20\Ec30, 
+       rs2=\Eu\E~4\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E\^0\E`1\E`4\Ee.\E`\:\Ee)\Ew\EwG\Ew0\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\Ec@0B\EcD\024, 
+       sgr=\E(\EG%{48}%?%p1%p3%O%t%{4}%+%;%?%p2%t%{8}%+%;%?%p4%t%{2}%+%;%?%p5%t%{64}%+%;%?%p7%t%{1}%+%;%c%?%p8%t\E)%;%?%p9%t\EcE%e\EcD%;, 
+       sgr0=\E(\EG0, smacs=\EcE, smam=\Ed/, smcup=\Ec20\Ec30, 
+       smir=\Eq, smso=\EG4, smxon=\Ec21\Ec31, tsl=\EF, 
+
+# This is the american terminal. Here tabs work.
+# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
+wy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard), 
+       hts=\E1, tbc=\E0, use=wy99f, 
+
 #
 #      The Wyse 160 is combination of the WY-60 and the WY-99gt.
 #      The reset strings are slow and the pad times very depending
 #
 #      The Wyse 160 is combination of the WY-60 and the WY-99gt.
 #      The reset strings are slow and the pad times very depending
@@ -4891,7 +7746,7 @@ wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell,
 wy160|wyse160|Wyse 160, 
        am, bw, hs, km, mc5i, mir, msgr, 
        cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#38, 
 wy160|wyse160|Wyse 160, 
        am, bw, hs, km, mc5i, mir, msgr, 
        cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#38, 
-       acsc=+/\\\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
+       acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
        bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<30>, 
        cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<5>, 
        bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<30>, 
        cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<5>, 
@@ -4907,17 +7762,16 @@ wy160|wyse160|Wyse 160,
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
        kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
        mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<1>, 
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
        kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
        mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<1>, 
-       pfloc=\EZ2%p1%'?'%+%c%p2%s\177, 
-       pfx=\EZ1%p1%'?'%+%c%p2%s\177, 
-       pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), ri=\Ej$<1>, 
+       pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
+       pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
+       pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<1>, 
        rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew0, rmir=\Er, 
        rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<70>, 
        rs2=\E`\:$<100>, rs3=\EwG\Ee($<140>, 
        rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew0, rmir=\Er, 
        rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<70>, 
        rs2=\E`\:$<100>, rs3=\EwG\Ee($<140>, 
-       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
+       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
        smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
        smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
-       tbc=\E0, tsl=\EF, 
-       use=adm+sgr, 
+       tbc=\E0, tsl=\EF, use=adm+sgr, 
 #
 wy160-w|wyse160-w|wyse 160 132-column, 
        cols#132, lw#7, nlab#16, wsl#90, 
 #
 wy160-w|wyse160-w|wyse 160 132-column, 
        cols#132, lw#7, nlab#16, wsl#90, 
@@ -4935,13 +7789,11 @@ wy160-42|wyse160-42|wyse 160 80-column 42-lines,
        lines#42, 
        clear=\E+$<50>, dl1=\ER$<2>, ed=\Ey$<50>, il1=\EE$<2>, 
        ind=\n$<2>, is1=\EcB2\EcC3, nel=\r\n$<2>, ri=\Ej$<2>, 
        lines#42, 
        clear=\E+$<50>, dl1=\ER$<2>, ed=\Ey$<50>, il1=\EE$<2>, 
        ind=\n$<2>, is1=\EcB2\EcC3, nel=\r\n$<2>, ri=\Ej$<2>, 
-       rs3=\Ee*$<150>, 
-       use=wy160, 
+       rs3=\Ee*$<150>, use=wy160, 
 wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines, 
        cols#132, lw#7, nlab#16, wsl#90, 
        cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<8>, ip=$<3>, 
 wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines, 
        cols#132, lw#7, nlab#16, wsl#90, 
        cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<8>, ip=$<3>, 
-       rs2=\EeF$<150>\E`;$<150>, 
-       use=wy160-42, 
+       rs2=\EeF$<150>\E`;$<150>, use=wy160-42, 
 #
 wy160-43|wyse160-43|wyse 160 80-column 43-lines, 
        lh@, lines#43, lw@, nlab@, 
 #
 wy160-43|wyse160-43|wyse 160 80-column 43-lines, 
        lh@, lines#43, lw@, nlab@, 
@@ -4953,8 +7805,7 @@ wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines,
 wy160-vb|wyse160-vb|Wyse 160 visible bell, 
        bel@, use=wy160, 
 wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell, 
 wy160-vb|wyse160-vb|Wyse 160 visible bell, 
        bel@, use=wy160, 
 wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell, 
-       bel@, 
-       use=wy160-w, 
+       bel@, use=wy160-w, 
 #
 #      The Wyse 75 is a vt100 lookalike without advanced video.
 #
 #
 #      The Wyse 75 is a vt100 lookalike without advanced video.
 #
@@ -4977,16 +7828,15 @@ wy75|wyse75|wyse 75,
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP$<3*>, 
        dch1=\E[P$<3>, dim=\E[0t\E[2m, dl=\E[%p1%dM$<1*>, 
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP$<3*>, 
        dch1=\E[P$<3>, dim=\E[0t\E[2m, dl=\E[%p1%dM$<1*>, 
-       dl1=\E[M, dsl=\E[>\\\,\001\001\E[>-\001\001, 
+       dl1=\E[M, dsl=\E[>\,\001\001\E[>-\001\001, 
        ech=\E[%p1%dX, ed=\E[J$<30>, el=\E[K$<3>, el1=\E[1K$<3>, 
        ech=\E[%p1%dX, ed=\E[J$<30>, el=\E[K$<3>, el1=\E[1K$<3>, 
-       enacs=\E)0, flash=\E[30h\E\\\,\E[30l$<250>, fsl=^A, 
+       enacs=\E)0, flash=\E[30h\E\,\E[30l$<250>, fsl=^A, 
        home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
        ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
        ind=\n$<2>, ip=$<1>, 
        is1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h, 
        home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
        ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
        ind=\n$<2>, ip=$<1>, 
        is1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h, 
-       is2=\E>\E(B\E)0\017, is3=\E[m, ka1=\EOw, ka3=\EOy, 
-       kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
-       kcuf1=\E[C, kcuu1=\E[A, kdl1=\E[M, kel=\E[K, kent=\EOM, 
+       is2=\E>\E(B\E)0\017, is3=\E[m, kbs=^H, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdl1=\E[M, kel=\E[K, 
        kf1=\E[?5i, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
        kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
        kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[?3i, 
        kf1=\E[?5i, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
        kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
        kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[?3i, 
@@ -5001,7 +7851,7 @@ wy75|wyse75|wyse 75,
        sgr=%?%p5%t\E[0t%;%?%p3%p1%|%t\E[1t%;%?%p2%t\E[2t%;%?%p4%t\E[3t%;%?%p1%p2%p3%p4%p5%|%|%|%|%t\E[7m%e\E[m%;%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
        smkx=\E[?1l\E[?7h\E=, smso=\E[1t\E[7m, smul=\E[2t\E[4m, 
        sgr=%?%p5%t\E[0t%;%?%p3%p1%|%t\E[1t%;%?%p2%t\E[2t%;%?%p4%t\E[3t%;%?%p1%p2%p3%p4%p5%|%|%|%|%t\E[7m%e\E[m%;%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
        smkx=\E[?1l\E[?7h\E=, smso=\E[1t\E[7m, smul=\E[2t\E[4m, 
-       tbc=\E[3g, tsl=\E[>\\\,\001
+       tbc=\E[3g, tsl=\E[>\,\001, use=vt220+keypad
 #
 #      This terminal description uses the non-hidden attribute mode
 #      (with magic cookie).
 #
 #      This terminal description uses the non-hidden attribute mode
 #      (with magic cookie).
@@ -5048,32 +7898,31 @@ wy85|wyse85|wyse 85,
        dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, 
        dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, 
        ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, 
        dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, 
        dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, 
        ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, 
-       enacs=\E)0, flash=\E[30h\E\\\,\E[30l$<300>, 
+       enacs=\E)0, flash=\E[30h\E\,\E[30l$<300>, 
        fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, 
        ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, 
        ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, 
        is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, 
        fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, 
        ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, 
        ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, 
        is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, 
-       is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
-       kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
-       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, kf1=\EOP, 
-       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
-       kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
-       kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, 
-       kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
-       kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, kich1=\E[2~, 
-       knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, 
-       lf4=PF4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
-       ri=\EM$<3>, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
-       rmso=\E[m, rmul=\E[m, rs1=\E[13l\E[3l\E!p, 
-       rs2=\E[35h\E[?3l$<70>, rs3=\E[?5l, sc=\E7, 
+       is3=\E>\E(B\E)0\017\E[m, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
+       kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
+       kf19=\E[33~, kf20=\E[34~, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
+       khome=\E[26~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
+       kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, 
+       mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<3>, 
+       rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, 
+       rmul=\E[m, rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<70>, 
+       rs3=\E[?5l, sc=\E7, 
        sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
        smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
        sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
        smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
-       tsl=\E[40h\E7\E[25;%i%p1%dH, 
+       tsl=\E[40h\E7\E[25;%i%p1%dH, use=vt220+keypad, 
 #
 #      Wyse 85 with visual bell.
 wy85-vb|wyse85-vb|wyse 85 with visible bell, 
 #
 #      Wyse 85 with visual bell.
 wy85-vb|wyse85-vb|wyse 85 with visible bell, 
-       bel@, flash=\E[30h\E\\\,\E[30l$<300>, use=wy85, 
+       bel@, flash=\E[30h\E\,\E[30l$<300>, use=wy85, 
 #
 #      Wyse 85 in 132-column mode.
 wy85-w|wyse85-w|wyse 85 in 132-column mode, 
 #
 #      Wyse 85 in 132-column mode.
 wy85-w|wyse85-w|wyse 85 in 132-column mode, 
@@ -5082,8 +7931,53 @@ wy85-w|wyse85-w|wyse 85 in 132-column mode,
 #
 #      Wyse 85 in 132-column mode with visual bell.
 wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns, 
 #
 #      Wyse 85 in 132-column mode with visual bell.
 wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns, 
-       bel@, 
-       use=wy85-w, 
+       bel@, use=wy85-w, 
+
+# From: Kevin Turner <kevint@aracnet.com>, 12 Jul 1998
+# This copes with an apparent firmware bug in the wy85.  He writes:
+# "What I did was change leave the terminal cursor keys set to Normal
+# (instead of application), and change \E[ to \233 for all the keys in
+# terminfo. At one point, I found some reference indicating that this
+# terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just
+# me), but I can't find that and the server under my bookmark to "Wyse 
+# Technical" isn't responding.  So there's the question of wether the wy85
+# terminfo should reflect the manufactuer's intended behaviour of the terminal
+# or the actual."
+wy85-8bit|wyse85-8bit|wyse 85 in 8-bit mode, 
+       am, hs, mc5i, mir, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, wsl#80, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
+       clear=\E[H\E[J$<110>, cnorm=\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, 
+       dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, 
+       ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, 
+       enacs=\E)0, flash=\E[30h\E\,\E[30l$<300>, 
+       fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, 
+       ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, 
+       ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, 
+       is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, 
+       is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
+       kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\233D, kcud1=\233B, 
+       kcuf1=\233C, kcuu1=\233A, kdch1=\2333~, kent=\EOM, 
+       kf1=\EOP, kf10=\23321~, kf11=\23323~, kf12=\23324~, 
+       kf13=\23325~, kf14=\23326~, kf15=\23328~, kf16=\23329~, 
+       kf17=\23331~, kf18=\23332~, kf19=\23333~, kf2=\EOQ, 
+       kf20=\23334~, kf3=\EOR, kf4=\EOS, kf6=\23317~, kf7=\23318~, 
+       kf8=\23319~, kf9=\23320~, kfnd=\2331~, khlp=\23328~, 
+       khome=\23326~, kich1=\2332~, knp=\2336~, kpp=\2335~, 
+       kslt=\2334~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, 
+       mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<3>, 
+       rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, 
+       rmul=\E[m, rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<70>, 
+       rs3=\E[?5l, sc=\E7, 
+       sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;+m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
+       smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
+       tsl=\E[40h\E7\E[25;%i%p1%dH, 
 #
 #      Wyse 185 emulating a vt320 7 bit mode.
 #
 #
 #      Wyse 185 emulating a vt320 7 bit mode.
 #
@@ -5108,35 +8002,35 @@ wy185|wyse185|wyse 185,
        dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
        dsl=\E7\E[99;0H\E[K\E8, ech=\E[%p1%dX, ed=\E[J$<40>, 
        el=\E[K, el1=\E[1K, enacs=\E)0, 
        dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
        dsl=\E7\E[99;0H\E[K\E8, ech=\E[%p1%dX, ed=\E[J$<40>, 
        el=\E[K, el1=\E[1K, enacs=\E)0, 
-       flash=\E[30h\E\\\,\E[30l$<100>, fsl=\E[1;24r\E8, 
+       flash=\E[30h\E\,\E[30l$<100>, fsl=\E[1;24r\E8, 
        home=\E[H, hpa=\E[%i%p1%d`, ht=^I, hts=\EH, 
        ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, il1=\E[L$<3>, 
        ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
        is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h, 
        home=\E[H, hpa=\E[%i%p1%d`, ht=^I, hts=\EH, 
        ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, il1=\E[L$<3>, 
        ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
        is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h, 
-       is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
-       kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, 
-       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, 
-       kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
-       kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
-       kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
-       kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
-       kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
-       khome=\E[26~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
-       kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, 
-       mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<2>, 
-       rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, rmkx=\E>, 
-       rmso=\E[27m, rmul=\E[24m, 
+       is3=\E>\E(B\E)0\017\E[m, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf1=\EOP, 
+       kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
+       kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
+       kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, 
+       kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
+       kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, kich1=\E[2~, 
+       knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, 
+       lf4=PF4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
+       ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, 
+       rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
        rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
        rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
        sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, 
        smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, 
        tbc=\E[3g, tsl=\E7\E[99;%i%p1%dH, vpa=\E[%i%p1%dd, 
        rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
        rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
        sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, 
        smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, 
        tbc=\E[3g, tsl=\E7\E[99;%i%p1%dH, vpa=\E[%i%p1%dd, 
+       use=vt220+keypad, 
 #
 #      Wyse 185 with 24 data lines and top status (terminal status)
 wy185-24|wyse185-24|wyse 185 with 24 data lines, 
        hs@, 
 #
 #      Wyse 185 with 24 data lines and top status (terminal status)
 wy185-24|wyse185-24|wyse 185 with 24 data lines, 
        hs@, 
-       dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, use=wy185, 
+       dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
+       use=wy185, 
 #
 #      Wyse 185 with visual bell.
 wy185-vb|wyse185-vb|wyse 185+flash, 
 #
 #      Wyse 185 with visual bell.
 wy185-vb|wyse185-vb|wyse 185+flash, 
@@ -5146,8 +8040,7 @@ wy185-vb|wyse185-vb|wyse 185+flash,
 wy185-w|wyse185-w|wyse 185 in 132-column mode, 
        cols#132, wsl#132, 
        dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
 wy185-w|wyse185-w|wyse 185 in 132-column mode, 
        cols#132, wsl#132, 
        dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
-       ip=$<7>, rs2=\E[35h\E[?3h, 
-       use=wy185, 
+       ip=$<7>, rs2=\E[35h\E[?3h, use=wy185, 
 #
 #      Wyse 185 in 132-column mode with visual bell.
 wy185-wvb|wyse185-wvb|wyse 185+flash+132 cols, 
 #
 #      Wyse 185 in 132-column mode with visual bell.
 wy185-wvb|wyse185-wvb|wyse 185+flash+132 cols, 
@@ -5161,7 +8054,7 @@ wy185-wvb|wyse185-wvb|wyse 185+flash+132 cols,
 wy325|wyse325|Wyse epc, 
        am, bw, hs, mc5i, mir, 
        cols#80, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
 wy325|wyse325|Wyse epc, 
        am, bw, hs, mc5i, mir, 
        cols#80, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
-       acsc=+/\\\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
+       acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
        bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
        cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
        bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
        cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
@@ -5177,17 +8070,16 @@ wy325|wyse325|Wyse epc,
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, 
        kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
        mc0=\EP, mc4=^T, mc5=\Ed#, 
        kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, 
        kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
        mc0=\EP, mc4=^T, mc5=\Ed#, 
-       pfloc=\EZ2%p1%'?'%+%c%p2%s\177, 
-       pfx=\EZ1%p1%'?'%+%c%p2%s\177, 
-       pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
+       pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
+       pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
+       pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
        rmacs=\EcD, rmam=\Ed., rmcup=\Ew0, rmir=\Er, rmln=\EA11, 
        rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
        rs3=\EwG\Ee($<100>, 
        rmacs=\EcD, rmam=\Ed., rmcup=\Ew0, rmir=\Er, rmln=\EA11, 
        rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
        rs3=\EwG\Ee($<100>, 
-       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
+       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
        smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, tbc=\E0, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
        smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, tbc=\E0, 
-       tsl=\EF, 
-       use=adm+sgr, 
+       tsl=\EF, use=adm+sgr, 
 
 #
 # lines 24  columns 80  vb 
 
 #
 # lines 24  columns 80  vb 
@@ -5218,8 +8110,7 @@ wy325-25w|wyse325-25w|wy325 132 columns,
 # lines 25  columns 132  vb 
 #
 wy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video, 
 # lines 25  columns 132  vb 
 #
 wy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video, 
-       bel@, 
-       use=wy325-w, 
+       bel@, use=wy325-w, 
 
 #
 # lines 42  columns 80
 
 #
 # lines 42  columns 80
@@ -5237,8 +8128,7 @@ wy325-42w|wyse325-42w|wyse-325 42 lines wide mode,
 # lines 42  columns 132  vb 
 #
 wy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell, 
 # lines 42  columns 132  vb 
 #
 wy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell, 
-       bel@, 
-       use=wy325-w, 
+       bel@, use=wy325-w, 
 #
 # lines 43  columns 80
 #
 #
 # lines 43  columns 80
 #
@@ -5255,8 +8145,7 @@ wy325-43w|wyse325-43w|wyse-325 43 lines wide mode,
 # lines 43  columns 132  vb 
 #
 wy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell, 
 # lines 43  columns 132  vb 
 #
 wy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell, 
-       bel@, 
-       use=wy325-w, 
+       bel@, use=wy325-w, 
 
 #      Wyse 370 -- 24 line screen with status line.
 #
 
 #      Wyse 370 -- 24 line screen with status line.
 #
@@ -5289,16 +8178,16 @@ wy370-nk|wyse 370 without function keys,
        dclk=\E[31h, dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
        dsl=\E[40l, ech=\E[%p1%dX$<.1*>, ed=\E[J$<40>, 
        el=\E[K$<10>, el1=\E[1K$<12>, enacs=\E)0, 
        dclk=\E[31h, dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
        dsl=\E[40l, ech=\E[%p1%dX$<.1*>, ed=\E[J$<40>, 
        el=\E[K$<10>, el1=\E[1K$<12>, enacs=\E)0, 
-       flash=\E[30h\E\\\,\E[30l$<300>, fsl=\E[1;24r\E8, 
+       flash=\E[30h\E\,\E[30l$<300>, fsl=\E[1;24r\E8, 
        home=\E[H, hpa=\E[%i%p1%d`, ht=\011$<1>, hts=\EH, 
        ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
        ind=\n$<2>, 
        home=\E[H, hpa=\E[%i%p1%d`, ht=\011$<1>, hts=\EH, 
        ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
        ind=\n$<2>, 
-       initc=\E[66;%p1%d;\n%?%p2%{250}%<%t%{0}\n%e%p2%{500}%<%t%{16}\n%e%p2%{750}%<%t%{32}%e%{48}%;\n%?%p3%{250}%<%t%{0}\n%e%p3%{500}%<%t%{4}\n%e%p3%{750}%<%t%{8}%e%{12}%;\n%?%p4%{250}%<%t%{0}\n%e%p4%{500}%<%t%{1}\n%e%p4%{750}%<%t%{2}%e%{3}%;%{1}%+%+%+%dw, 
+       initc=\E[66;%p1%d;%?%p2%{250}%<%t%{0}%e%p2%{500}%<%t%{16}%e%p2%{750}%<%t%{32}%e%{48}%;%?%p3%{250}%<%t%{0}%e%p3%{500}%<%t%{4}%e%p3%{750}%<%t%{8}%e%{12}%;%?%p4%{250}%<%t%{0}%e%p4%{500}%<%t%{1}%e%p4%{750}%<%t%{2}%e%{3}%;%{1}%+%+%+%dw, 
        invis=\E[8m, ip=$<1>, is1=\E[90;1"p\E[?5W$<6>, 
        is2=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h, 
        is3=\E>\017\E)0\E(B\E[63;0w\E[m, mc0=\E[0i, mc4=\E[4i, 
        mc5=\E[5i, 
        invis=\E[8m, ip=$<1>, is1=\E[90;1"p\E[?5W$<6>, 
        is2=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h, 
        is3=\E>\017\E)0\E(B\E[63;0w\E[m, mc0=\E[0i, mc4=\E[4i, 
        mc5=\E[5i, 
-       oc=\E[60w\E[63;0w\n\E[66;1;4w\n\E[66;2;13w\n\E[66;3;16w\n\E[66;4;49w\n\E[66;5;51w\n\E[66;6;61w\n\E[66;7;64w, 
+       oc=\E[60w\E[63;0w\E[66;1;4w\E[66;2;13w\E[66;3;16w\E[66;4;49w\E[66;5;51w\E[66;6;61w\E[66;7;64w, 
        op=\E[m, rc=\E8, rev=\E[7m, ri=\EM$<2>, rmacs=^O, 
        rmam=\E[?7l, rmclk=\E[31l, rmcup=\E[ R, rmir=\E[4l, 
        rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
        op=\E[m, rc=\E8, rev=\E[7m, ri=\EM$<2>, rmacs=^O, 
        rmam=\E[?7l, rmclk=\E[31l, rmcup=\E[ R, rmir=\E[4l, 
        rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
@@ -5321,22 +8210,19 @@ wy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard,
        kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf2=\E[?3i, 
        kf3=\E[2i, kf4=\E[@, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
        kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\EOP, kil1=\EOP, 
        kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf2=\E[?3i, 
        kf3=\E[2i, kf4=\E[@, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
        kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\EOP, kil1=\EOP, 
-       knp=\E[U, kpp=\E[V, 
-       use=wy370-nk, 
+       knp=\E[U, kpp=\E[V, use=wy370-nk, 
 #
 #      Function key set for the VT-320 (and wy85) compatible keyboard
 #
 wy370-105k|Wyse 370 with 105 key keyboard, 
 #
 #      Function key set for the VT-320 (and wy85) compatible keyboard
 #
 wy370-105k|Wyse 370 with 105 key keyboard, 
-       ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, 
-       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
-       kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
-       kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
-       kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
-       kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
-       kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
+       kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\E[3~, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
+       kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
+       kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, 
+       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
        khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
        kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
        khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
        kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
-       use=wy370-nk, 
+       use=wy370-nk, use=vt220+keypad, 
 #
 #      Function key set for the PC compatible keyboard
 #
 #
 #      Function key set for the PC compatible keyboard
 #
@@ -5345,8 +8231,7 @@ wy370-EPC|Wyse 370 with 102 key keyboard,
        kcuu1=\E[A, kend=\E[1~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
        kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
        kf5=\E[M, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
        kcuu1=\E[A, kend=\E[1~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
        kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
        kf5=\E[M, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
-       khome=\E[H, kich1=\E[2~, knp=\E[U, kpp=\E[V, 
-       use=wy370-nk, 
+       khome=\E[H, kich1=\E[2~, knp=\E[U, kpp=\E[V, use=wy370-nk, 
 #
 #      Wyse 370 with visual bell.
 wy370-vb|Wyse 370 with visible bell, 
 #
 #      Wyse 370 with visual bell.
 wy370-vb|Wyse 370 with visible bell, 
@@ -5359,8 +8244,7 @@ wy370-w|Wyse 370 in 132-column mode,
 #
 #      Wyse 370 in 132-column mode with visual bell.
 wy370-wvb|Wyse 370 with visible bell 132-columns, 
 #
 #      Wyse 370 in 132-column mode with visual bell.
 wy370-wvb|Wyse 370 with visible bell 132-columns, 
-       flash=\E[30h\E\\\,\E[30l$<300>, 
-       use=wy370-w, 
+       flash=\E[30h\E\,\E[30l$<300>, use=wy370-w, 
 wy370-rv|Wyse 370 reverse video, 
        rs3=\E[32h\E[?5h, use=wy370, 
 #
 wy370-rv|Wyse 370 reverse video, 
        rs3=\E[32h\E[?5h, use=wy370, 
 #
@@ -5370,7 +8254,7 @@ wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator,
        am, os, 
        cols#74, lines#35, 
        bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
        am, os, 
        cols#74, lines#35, 
        bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
-       cup=\035%{3040}%{89}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037, 
+       cup=\035%{3040}%{89}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}%&%{32}%+%c%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c%gy%{004}%/%{31}%&%{96}%+%c%gx%{128}%/%{31}%&%{32}%+%c%gx%{004}%/%{31}%&%{64}%+%c\037, 
        cuu1=^K, ff=^L, 
        hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
        home=^]7`x @\037, 
        cuu1=^K, ff=^L, 
        hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
        home=^]7`x @\037, 
@@ -5380,9 +8264,8 @@ wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator,
 #      Wyse 160 Tektronix 4010/4014 emulator,
 #
 wy160-tek|Wyse 160 Tektronix 4010/4014 emulator, 
 #      Wyse 160 Tektronix 4010/4014 emulator,
 #
 wy160-tek|Wyse 160 Tektronix 4010/4014 emulator, 
-       cup=\035%{3103}%{91}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037, 
-       home=^]8`g @\037, 
-       use=wy99gt-tek, 
+       cup=\035%{3103}%{91}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}%&%{32}%+%c%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c%gy%{004}%/%{31}%&%{96}%+%c%gx%{128}%/%{31}%&%{32}%+%c%gx%{004}%/%{31}%&%{64}%+%c\037, 
+       home=^]8`g @\037, use=wy99gt-tek, 
 #
 #      Wyse 370 Tektronix 4010/4014 emulator,
 #
 #
 #      Wyse 370 Tektronix 4010/4014 emulator,
 #
@@ -5390,7 +8273,7 @@ wy370-tek|Wyse 370 Tektronix 4010/4014 emulator,
        am, os, 
        cols#80, lines#36, 
        bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
        am, os, 
        cols#80, lines#36, 
        bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
-       cup=\035%{775}%{108}%p1%*%{5}%/%-%Py\n%p2%{64}%*%{4}%+%{5}%/%Px\n%gy%{32}%/%{31}%&%{32}%+%c\n%gy%{31}%&%{96}%+%c\n%gx%{32}%/%{31}%&%{32}%+%c\n%gx%{31}%&%{64}%+%c\037, 
+       cup=\035%{775}%{108}%p1%*%{5}%/%-%Py%p2%{64}%*%{4}%+%{5}%/%Px%gy%{32}%/%{31}%&%{32}%+%c%gy%{31}%&%{96}%+%c%gx%{32}%/%{31}%&%{32}%+%c%gx%{31}%&%{64}%+%c\037, 
        cuu1=^K, ff=^L, 
        hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
        home=^]8g @\037, 
        cuu1=^K, ff=^L, 
        hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
        home=^]8g @\037, 
@@ -5443,47 +8326,44 @@ wy520|wyse520|wyse 520,
        hts=\EH, ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, 
        il1=\E[L$<3>, ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
        is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h, 
        hts=\EH, ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, 
        il1=\E[L$<3>, ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
        is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h, 
-       is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOu, kb2=\EOy, 
-       kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, 
+       is3=\E>\E(B\E)0\017\E[m, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
        kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, ked=\E[1~, 
        kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, ked=\E[1~, 
-       kel=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
+       kel=\E[4~, kent=\EOM, kf10=\E[21~, kf11=\E[23~, 
        kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
        kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
        kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
        kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
-       kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
-       kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
-       khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
-       kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
-       mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
-       ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, 
-       rmso=\E[m, rmul=\E[24m, 
+       kf20=\E[34~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
+       kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, 
+       kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, 
+       lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
+       rc=\E8, rev=\E[7m, ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, 
+       rmcup=\E[ R, rmir=\E[4l, rmso=\E[m, rmul=\E[24m, 
        rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
        rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
        sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, 
        smcup=\E[ Q\E[?67;8h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
        tbc=\E[3g, tsl=\E[2$~\E[1$}\E[%i%p1%d`, 
        rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
        rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
        sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
        sgr0=\E[m\017, smacs=^N, smam=\E[?7h, 
        smcup=\E[ Q\E[?67;8h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
        tbc=\E[3g, tsl=\E[2$~\E[1$}\E[%i%p1%d`, 
-       vpa=\E[%i%p1%dd, 
+       vpa=\E[%i%p1%dd, use=vt220+keypad, 
 #
 #       Wyse 520 with 24 data lines and status (terminal status)
 wy520-24|wyse520-24|wyse 520 with 24 data lines, 
        hs@, 
 #
 #       Wyse 520 with 24 data lines and status (terminal status)
 wy520-24|wyse520-24|wyse 520 with 24 data lines, 
        hs@, 
-       dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, use=wy520, 
+       dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
+       use=wy520, 
 #
 #       Wyse 520 with visual bell.
 wy520-vb|wyse520-vb|wyse 520 with visible bell, 
 #
 #       Wyse 520 with visual bell.
 wy520-vb|wyse520-vb|wyse 520 with visible bell, 
-       flash=\E[30h\E\\\,\E[30l$<100>, use=wy520, 
+       flash=\E[30h\E\,\E[30l$<100>, use=wy520, 
 #
 #       Wyse 520 in 132-column mode.
 wy520-w|wyse520-w|wyse 520 in 132-column mode, 
        cols#132, wsl#132, 
        dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
 #
 #       Wyse 520 in 132-column mode.
 wy520-w|wyse520-w|wyse 520 in 132-column mode, 
        cols#132, wsl#132, 
        dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
-       ip=$<7>, rs2=\E[35h\E[?3h, 
-       use=wy520, 
+       ip=$<7>, rs2=\E[35h\E[?3h, use=wy520, 
 #
 #       Wyse 520 in 132-column mode with visual bell.
 wy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns, 
 #
 #       Wyse 520 in 132-column mode with visual bell.
 wy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns, 
-       flash=\E[30h\E\\\,\E[30l$<100>, 
-       use=wy520-w, 
+       flash=\E[30h\E\,\E[30l$<100>, use=wy520-w, 
 #
 #
 #       Wyse 520 emulating a vt420 7 bit mode.
 #
 #
 #       Wyse 520 emulating a vt420 7 bit mode.
@@ -5495,88 +8375,94 @@ wy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns,
 #       - Delete : delete a character (have to change interrupt character
 #                  to CTRL-C: stty intr '^c') for it to work since the
 #                  Delete key sends 7FH.
 #       - Delete : delete a character (have to change interrupt character
 #                  to CTRL-C: stty intr '^c') for it to work since the
 #                  Delete key sends 7FH.
-wy520-epc|wyse520-epc|wyse 520 with EPC kb
+wy520-epc|wyse520-epc|wyse 520 with EPC keyboard
        kdch1=\177, kel=\E[4~, kend=\E[4~, kf0=\E[21~, kf1=\E[11~, 
        kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, khome=\E[H, 
        use=wy520, 
 #
 #       Wyse 520 with 24 data lines and status (terminal status)
 #       with EPC keyboard.
        kdch1=\177, kel=\E[4~, kend=\E[4~, kf0=\E[21~, kf1=\E[11~, 
        kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, khome=\E[H, 
        use=wy520, 
 #
 #       Wyse 520 with 24 data lines and status (terminal status)
 #       with EPC keyboard.
-wy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines, 
+wy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines and EPC keyboard
        hs@, 
        hs@, 
-       dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, use=wy520-epc, 
+       dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
+       use=wy520-epc, 
 #
 #       Wyse 520 with visual bell.
 #
 #       Wyse 520 with visual bell.
-wy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell, 
-       flash=\E[30h\E\\\,\E[30l$<100>, 
-       use=wy520-epc, 
+wy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell and EPC keyboard, 
+       flash=\E[30h\E\,\E[30l$<100>, use=wy520-epc, 
 #
 #       Wyse 520 in 132-column mode.
 #
 #       Wyse 520 in 132-column mode.
-wy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode, 
+wy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode with EPC keyboard
        cols#132, wsl#132, 
        dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
        cols#132, wsl#132, 
        dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
-       ip=$<7>, rs2=\E[35h\E[?3h, 
-       use=wy520-epc, 
+       ip=$<7>, rs2=\E[35h\E[?3h, use=wy520-epc, 
 #
 #       Wyse 520 in 132-column mode with visual bell.
 #
 #       Wyse 520 in 132-column mode with visual bell.
-wy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns, 
-       flash=\E[30h\E\\\,\E[30l$<100>, 
-       use=wy520-epc-w, 
+wy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns and EPC keyboard, 
+       flash=\E[30h\E\,\E[30l$<100>, use=wy520-epc-w, 
 #
 #       Wyse 520 in 80-column, 36 lines
 wy520-36|wyse520-36|wyse 520 with 36 data lines, 
        hs@, 
        lines#36, 
 #
 #       Wyse 520 in 80-column, 36 lines
 wy520-36|wyse520-36|wyse 520 with 36 data lines, 
        hs@, 
        lines#36, 
-       dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, use=wy520, 
+       dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, 
+       use=wy520, 
 #
 #       Wyse 520 in 80-column, 48 lines
 wy520-48|wyse520-48|wyse 520 with 48 data lines, 
        hs@, 
        lines#48, 
 #
 #       Wyse 520 in 80-column, 48 lines
 wy520-48|wyse520-48|wyse 520 with 48 data lines, 
        hs@, 
        lines#48, 
-       dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, use=wy520, 
+       dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, 
+       use=wy520, 
 #
 #       Wyse 520 in 132-column, 36 lines
 #
 #       Wyse 520 in 132-column, 36 lines
-wy520-36w|wyse520-36w|wyse 520 with 36 data lines, 
+wy520-36w|wyse520-36w|wyse 520 with 132 columns and 36 data lines, 
        cols#132, wsl#132, 
        rs2=\E[?3h, 
        cols#132, wsl#132, 
        rs2=\E[?3h, 
-       rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, use=wy520-36, 
+       rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, 
+       use=wy520-36, 
 #
 #       Wyse 520 in 132-column, 48 lines
 wy520-48w|wyse520-48w|wyse 520 with 48 data lines, 
        cols#132, wsl#132, 
        rs2=\E[?3h, 
 #
 #       Wyse 520 in 132-column, 48 lines
 wy520-48w|wyse520-48w|wyse 520 with 48 data lines, 
        cols#132, wsl#132, 
        rs2=\E[?3h, 
-       rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, use=wy520-48, 
+       rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, 
+       use=wy520-48, 
 #
 #
 #       Wyse 520 in 80-column, 36 lines with EPC keyboard
 #
 #
 #       Wyse 520 in 80-column, 36 lines with EPC keyboard
-wy520-36pc|wyse520-36pc|wyse 520 with 36 data lines, 
+wy520-36pc|wyse520-36pc|wyse 520 with 36 data lines and EPC keyboard
        hs@, 
        lines#36, 
        hs@, 
        lines#36, 
-       dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, use=wy520-epc, 
+       dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, 
+       use=wy520-epc, 
 #
 #       Wyse 520 in 80-column, 48 lines with EPC keyboard
 #
 #       Wyse 520 in 80-column, 48 lines with EPC keyboard
-wy520-48pc|wyse520-48pc|wyse 520 with 48 data lines, 
+wy520-48pc|wyse520-48pc|wyse 520 with 48 data lines and EPC keyboard
        hs@, 
        lines#48, 
        hs@, 
        lines#48, 
-       dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, use=wy520-epc, 
+       dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, 
+       use=wy520-epc, 
 #
 #       Wyse 520 in 132-column, 36 lines with EPC keyboard
 #
 #       Wyse 520 in 132-column, 36 lines with EPC keyboard
-wy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines, 
+wy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines and EPC keyboard
        cols#132, wsl#132, 
        rs2=\E[?3h, 
        cols#132, wsl#132, 
        rs2=\E[?3h, 
-       rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, use=wy520-36pc, 
+       rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, 
+       use=wy520-36pc, 
 #
 #       Wyse 520 in 132-column, 48 lines with EPC keyboard
 #
 #       Wyse 520 in 132-column, 48 lines with EPC keyboard
-wy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines, 
+wy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines and EPC keyboard
        cols#132, wsl#132, 
        rs2=\E[?3h, 
        cols#132, wsl#132, 
        rs2=\E[?3h, 
-       rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, use=wy520-48pc, 
+       rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, 
+       use=wy520-48pc, 
 
 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
 # (wyse-vp: removed <if=/usr/share/tabset/wyse-adds>, there's no such
 # file and we don't know what <hts> is -- esr)
 
 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
 # (wyse-vp: removed <if=/usr/share/tabset/wyse-adds>, there's no such
 # file and we don't know what <hts> is -- esr)
-wyse-vp|wyse|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on, 
-       am, 
+wyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EW, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EW, 
@@ -5594,13 +8480,13 @@ wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad,
 
 # From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
 wy100q|Wyse 100 for Quotron, 
 
 # From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
 wy100q|Wyse 100 for Quotron, 
+       OTbs, 
        cols#80, lines#24, xmc#1, 
        cbt=\EI, clear=^Z, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, invis@, 
        cols#80, lines#24, xmc#1, 
        cbt=\EI, clear=^Z, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, invis@, 
-       is2=\E`\:\200\EC\EDF\E0\E'\E(\EA21, kcub1=^H, kcud1=^J, 
-       kcuf1=^L, kcuu1=^K, ri=\Ej, rmir=\Er, smir=\Eq, 
-       use=adm+sgr, 
+       is2=\E`\:\0\EC\EDF\E0\E'\E(\EA21, kcub1=^H, kcud1=^J, 
+       kcuf1=^L, kcuu1=^K, ri=\Ej, rmir=\Er, smir=\Eq, use=adm+sgr, 
 
 #### Kermit terminal emulations
 #
 
 #### Kermit terminal emulations
 #
@@ -5613,6 +8499,7 @@ wy100q|Wyse 100 for Quotron,
 # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
 # From: greg small <gts@populi.berkeley.edu> 9-25-84
 kermit|standard kermit, 
 # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
 # From: greg small <gts@populi.berkeley.edu> 9-25-84
 kermit|standard kermit, 
+       OTbs, 
        cols#80, lines#24, 
        clear=\EE, cub1=^H, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
        cols#80, lines#24, 
        clear=\EE, cub1=^H, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
@@ -5620,7 +8507,8 @@ kermit|standard kermit,
        kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
 kermit-am|standard kermit plus auto-margin, 
        am, 
        kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
 kermit-am|standard kermit plus auto-margin, 
        am, 
-       is2=K1 Standard Kermit plus Automatic Margins\n, use=kermit, 
+       is2=K1 Standard Kermit plus Automatic Margins\n, 
+       use=kermit, 
 # IBMPC Kermit 1.2.
 # Bugs: <ed>, <el>: do not work except at beginning of line!  <clear> does
 # not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
 # IBMPC Kermit 1.2.
 # Bugs: <ed>, <el>: do not work except at beginning of line!  <clear> does
 # not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
@@ -5642,8 +8530,7 @@ pckermit120|UCB IBMPC Kermit 1.20,
        cud1=\EB, cvvis=\EO\Eq\EEK3, dch1=\EN, dl1=\EM, ht=^I, 
        il1=\EL, 
        is2=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n, 
        cud1=\EB, cvvis=\EO\Eq\EEK3, dch1=\EN, dl1=\EM, ht=^I, 
        il1=\EL, 
        is2=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n, 
-       rmir@, rmso=\Eq, smir@, smso=\Ep, 
-       use=kermit, 
+       rmir@, rmso=\Eq, smir@, smso=\Ep, use=kermit, 
 # MS-DOS Kermit 2.27 for the IBMPC
 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
 # Cannot use line 25, now acts funny like ansi special scrolling region.
 # MS-DOS Kermit 2.27 for the IBMPC
 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
 # Cannot use line 25, now acts funny like ansi special scrolling region.
@@ -5653,7 +8540,7 @@ pckermit120|UCB IBMPC Kermit 1.20,
 # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
 # From: greg small <gts@populi.berkeley.edu> 3-17-85
 msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC, 
 # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
 # From: greg small <gts@populi.berkeley.edu> 3-17-85
 msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC, 
-       am@, 
+       OTbs, am@, 
        cols#80, it#8, lines#24, 
        clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
        cols#80, it#8, lines#24, 
        clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
@@ -5667,7 +8554,8 @@ msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC,
 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins, 
        am, 
        cvvis=\EO\Eq\EG\EvK5, 
 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins, 
        am, 
        cvvis=\EO\Eq\EG\EvK5, 
-       is2=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n, use=msk227, 
+       is2=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n, 
+       use=msk227, 
 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
 # Automatic margins now default.  Use ansi <sgr> for highlights.
 # Define function keys.
 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
 # Automatic margins now default.  Use ansi <sgr> for highlights.
 # Define function keys.
@@ -5679,8 +8567,7 @@ msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC,
        is2=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n, 
        kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, 
        kf7=\E7, kf8=\E8, kf9=\E9, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
        is2=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n, 
        kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, 
        kf7=\E7, kf8=\E8, kf9=\E9, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
-       sgr0=\E[m, smso=\E[1m, smul=\E[4m, 
-       use=mskermit227, 
+       sgr0=\E[m, smso=\E[1m, smul=\E[4m, use=mskermit227, 
 # This was designed for a VT320 emulator, but it is probably a good start
 # at support for the VT320 itself.
 # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
 # This was designed for a VT320 emulator, but it is probably a good start
 # at support for the VT320 itself.
 # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
@@ -5691,9 +8578,9 @@ vt320-k3|MS-Kermit 3.00's vt320 emulation,
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
        clear=\E[H\E[J, cmdch=\E, cnorm=\E[?25h, cr=^M, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
        clear=\E[H\E[J, cmdch=\E, cnorm=\E[?25h, cr=^M, 
-       csr=\E[%i%p1%d;%p1%dr, cub=\E[%p1%dD, cub1=^H, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
-       cup=\E[%i%p1%d;%p1%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
        dsl=\E[0$~, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
        flash=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l, 
        dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
        dsl=\E[0$~, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
        flash=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l, 
@@ -5706,7 +8593,7 @@ vt320-k3|MS-Kermit 3.00's vt320 emulation,
        kpp=\E[5~, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, rc=\E8, 
        rev=\E[7m, ri=\EM, rin=\E[%p1%dL, rmacs=\E(B, rmam=\E[?7l, 
        rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
        kpp=\E[5~, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, rc=\E8, 
        rev=\E[7m, ri=\EM, rin=\E[%p1%dL, rmacs=\E(B, rmam=\E[?7l, 
        rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
-       rs1=\E(B\E)B\E>\E F\E[4;20l\E[12h\E[?1;5;6;38;42l\E[?7;25h\E4i\E?4i\E[m\E[r\E[2$~, 
+       rs1=\E(B\E)B\E>\E F\E[4;20l\E[12h\E[?1;5;6;38;42l\E[?7;25h\E[4i\E[?4i\E[m\E[r\E[2$~, 
        sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
        smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
        tsl=\E[1$}\r\E[K, vpa=\E[%i%p1%dd, 
        sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
        smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
        tsl=\E[1$}\r\E[K, vpa=\E[%i%p1%dd, 
@@ -5755,6 +8642,43 @@ vt320-k311|dec vt320 series as defined by kermit 3.11,
 # I wrote these entries while looking at the Avatar spec.  I don't have
 # the facilities to test them.  Let me know if they work, or don't.
 #
 # I wrote these entries while looking at the Avatar spec.  I don't have
 # the facilities to test them.  Let me know if they work, or don't.
 #
+# Avatar escapes not used by these entries (because maybe you're smarter
+# and more motivated than I am and can figure out how to wrap terminfo
+# around some of them, and because they are weird enough to be funny):
+#                              level 0:
+# ^L           -- clear window/reset current attribute to default
+# ^V^A%p1%c    -- set current color attribute, parameter decodes as follows:
+# 
+#      bit:         6   5   4   3   2   1   0
+#                   |       |   |   |       |
+#                   +---+---+   |   +---+---+
+#                       |       |       |
+#                       |       |  foreground color
+#                       |  foreground intensity
+#                  background color
+#                              level 0+:
+# ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c        -- scroll (p2,p3) to (p4,p5) up by p1 lines
+# ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c        -- scroll (p2,p3) to (p4,p5) down by p1 lines
+# ^V^L%p1%c%p2%c%p3%c          -- clear p2 lines and p3 cols w/attr %p1 
+# ^V^M%p1%c%p2%c%p3%c%p4%c     -- fill p3 lines & p4 cols w/char p2+attr %p1 
+# (^V^L and ^V^M set the current attribute as a side-effect.)
+# ^V ^Y <a> [...] <c>  -- repeat pattern. <a> specifies the number of bytes
+#                         in the pattern, <c> the number of times the pattern
+#                         should be repeated. If either value is 0, no-op.
+#                         The pattern can contain Avatar console codes,
+#                         including other ^V ^Y patterns.
+#                              level 1:
+# ^V^O         -- clockwise mode on; turn print direction right each time you
+#                 hit a window edge (yes, really).  Turned off by CR
+# ^V^P         -- no-op
+# ^V^Q%c       -- query the driver
+# ^V^R         -- driver reset
+# ^V^S         -- Sound tone (PC-specific)
+# ^V^T                 -- change highlight at current cursor poition to %c
+# ^V^U%p1%c%p2%c       -- highlight window <a> with attribute <b>
+# ^V^V%p1%c%p2%c%p3%c%p4%c%p5%c
+#                      -- define window 
+#
 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
 # (The <blink>/<bold>/<rev>/<smacs>/<smul>/<smso> capabilities exist only to
 # tell ncurses that the corresponding highlights exist; it should use <sgr>,
 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
 # (The <blink>/<bold>/<rev>/<smacs>/<smul>/<smso> capabilities exist only to
 # tell ncurses that the corresponding highlights exist; it should use <sgr>,
@@ -5764,19 +8688,87 @@ avatar0|avatar terminal emulator level 0,
        cols#80, it#8, lines#25, 
        blink=^A^V\177, bold=^V^A^P, cr=^M, cub1=^V^E, cud1=^V^D, 
        cuf1=^V^F, cup=\026\010%p1%c%p2%c, cuu1=^V^C, el=^V^G, 
        cols#80, it#8, lines#25, 
        blink=^A^V\177, bold=^V^A^P, cr=^M, cub1=^V^E, cud1=^V^D, 
        cuf1=^V^F, cup=\026\010%p1%c%p2%c, cuu1=^V^C, el=^V^G, 
-       ind=^J, invis=^V^A\200, rep=\031%p1%c%p2%d, rev=^A^Vp, 
+       ind=^J, invis=^V^A\0, rep=\031%p1%c%p2%d, rev=^A^Vp, 
        rs2=^L, 
        sgr=\026\001%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p4%t{128}%|%;%?%p6%t%{16}%|%;, 
        rs2=^L, 
        sgr=\026\001%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p4%t{128}%|%;%?%p6%t%{16}%|%;, 
-       sgr0=^V^A^G, smacs=, smso=^A^Vp, smul=^V^A, 
-       use=klone+acs, 
+       sgr0=^V^A^G, smacs=, smso=^A^Vp, smul=^V^A, use=klone+acs, 
 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
 avatar0+|avatar terminal emulator level 0+, 
 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
 avatar0+|avatar terminal emulator level 0+, 
-       dch1=^V^N, rmir=\026\n\200\200\200\200, smir=^V^I, use=avatar0, 
+       dch1=^V^N, rmir=\026\n\0\0\0\0, smir=^V^I, use=avatar0, 
 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
 avatar|avatar1|avatar terminal emulator level 1, 
        civis=^V'^B, cnorm=^V'^A, cvvis=^V^C, dl1=^V-, il1=^V+, 
 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
 avatar|avatar1|avatar terminal emulator level 1, 
        civis=^V'^B, cnorm=^V'^A, cvvis=^V^C, dl1=^V-, il1=^V+, 
-       rmam=^V", rmir=^V^P, smam=^V$, 
-       use=avatar0+, 
+       rmam=^V", rmir=^V^P, smam=^V$, use=avatar0+, 
+
+#### RBcomm
+#
+# RBComm is a lean and mean terminal emulator written by the Interrupt List
+# maintainer, Ralf Brown. It was fairly popular in the late DOS years (early
+# '90s), especially in the BBS world, and still has some loyal users due to
+# its very small memory footprint and to a cute macro language.
+rbcomm|IBM PC with RBcomm and EMACS keybindings, 
+       am, bw, mir, msgr, xenl, 
+       cols#80, it#8, lines#25, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
+       clear=^L, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
+       cub1=^H, cud1=^C, cuf1=^B, 
+       cup=\037%p2%{32}%+%c%p1%{32}%+%c, cuu1=^^, 
+       cvvis=\E[?25h, dch1=^W, dl=\E[%p1%dM, dl1=^Z, 
+       ech=\E[%p1%dX, ed=^F5, el=^P^P, ht=^I, il=\E[%p1%dL, il1=^K, 
+       ind=\ED, invis=\E[8m, 
+       is2=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g, kbs=^H, 
+       kcub1=^B, kcud1=^N, kcuf1=^F, kcuu1=^P, khome=^A, nel=^M\ED, 
+       rc=\E8, rep=\030%p1%c%p2%c, rev=^R, ri=\EM, rmcup=, rmdc=, 
+       rmir=^], rmkx=\E>, rmso=^U, rmul=^U, 
+       rs1=\017\E(B\E)0\025\E[?3l\E[>8g, sc=\E7, sgr0=\E[m, 
+       smcup=, smdc=, smir=^\, smkx=\E=, smso=^R, smul=^T, 
+rbcomm-nam|IBM PC with RBcomm without autowrap, 
+       am@, 
+       bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, 
+       is2=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g, kbs=^H, 
+       kcub1=^H, kcud1=^J, nel=^M^J, use=rbcomm, 
+rbcomm-w|IBM PC with RBcomm in 132 column mode, 
+       cols#132, 
+       bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, 
+       is2=\017\035\E(B\E)0\E[?7h\E[?3h\E[>8g, kbs=^H, 
+       kcub1=^H, kcud1=^J, nel=^M^J, use=rbcomm, 
+
+######## LCD DISPLAYS
+#
+
+#### Matrix Orbital
+# from: Eric Z. Ayers  (eric@ale.org)
+#
+# Matrix Orbital 20x4 LCD display
+# Command Character is 0xFE (decimal 254, octal 376)
+#
+# On this device, cursor addressability isn't possible.  The LCD expects:
+#      0xfe G <col> <row> 
+#      for cup: %p1 == row and %p2 is column
+#
+# This line:
+#      cup=\376G%p2%c%p1%c
+# LOOKS like it will work, but sometimes only one of the two numbers is sent. 
+# See the terminfo (5) manpage commented regarding 'Terminals which use "%c"'.
+# 
+# Alas, there is no cursor upline capability on this display.
+#
+# These entries add some 'sanity stuff' to the clear function.  That is, it
+# does a 'clear' and also turns OFF auto scroll, turns ON Auto Line Wrapping,
+# and turns off the cursor blinking and stuff like that.
+#
+# NOTE: calling 'beep' turns on the backlight (bell)
+# NOTE: calling 'flash' turns it on and back off (visual bell)
+#
+MtxOrb| Generic Matrix Orbital LCD display, 
+       bel=\376B^A, clear=\376X\376C\376R\376K\376T, 
+       cnorm=\376K\376T, cub1=\376L, cuf1=\376M, 
+       flash=\376B\001$<200>\376F, home=\376H, 
+MtxOrb204| 20x4 Matrix Orbital LCD display, 
+       cols#20, lines#4, use=MtxOrb, 
+MtxOrb162| 16x2 Matrix Orbital LCD display, 
+       cols#16, lines#2, use=MtxOrb, 
+# The end
 
 ######## OLDER TERMINAL TYPES
 #
 
 ######## OLDER TERMINAL TYPES
 #
@@ -5788,8 +8780,9 @@ avatar|avatar1|avatar terminal emulator level 1,
 #
 # This section also includes Teletype-branded VDTs.
 #
 #
 # This section also includes Teletype-branded VDTs.
 #
-# The AT&T/Teletype terminals group was sold to SunRiver Data Systems; for
-# details, see the header comment on the ADDS section.
+# The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
+# Boundless Technologies); for details, see the header comment on the ADDS
+# section.
 #
 # These are AT&T's official terminfo entries.  All-caps aliases have been
 # removed.
 #
 # These are AT&T's official terminfo entries.  All-caps aliases have been
 # removed.
@@ -5812,8 +8805,7 @@ att2300|sv80|AT&T 2300 Video Information Terminal 80 column mode,
        rev=\E[7m, rmir=\E[4l, rmso=\E[m, sgr0=\E[m, smir=\E[4h, 
        smso=\E[7m, 
 att2350|AT&T 2350 Video Information Terminal 80 column mode, 
        rev=\E[7m, rmir=\E[4l, rmso=\E[m, sgr0=\E[m, smir=\E[4h, 
        smso=\E[7m, 
 att2350|AT&T 2350 Video Information Terminal 80 column mode, 
-       mc0@, mc4@, mc5@, 
-       use=att2300, 
+       mc0@, mc4@, mc5@, use=att2300, 
 
 # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
 # Seems upward compatible with vt100, plus ins/del line/char.
 
 # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
 # Seems upward compatible with vt100, plus ins/del line/char.
@@ -5829,7 +8821,7 @@ att2350|AT&T 2350 Video Information Terminal 80 column mode,
 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1, 
        am, hs, mir, msgr, xon, 
        cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1, 
        am, hs, mir, msgr, xon, 
        cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
-       acsc=``aaffhhggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~00++--\,\,..
+       acsc=++\,\,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~
        bel=^G, blink=\E[5m, bold=\E[2;7m, clear=\E[H\E[J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, 
        bel=^G, blink=\E[5m, bold=\E[2;7m, clear=\E[H\E[J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, 
@@ -5853,6 +8845,7 @@ att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1,
        is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att5410v1, 
 
 att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2, 
        is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att5410v1, 
 
 att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2, 
+       OTbs, 
        pfx=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s, 
        use=att5410v1, 
 
        pfx=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s, 
        use=att5410v1, 
 
@@ -5872,17 +8865,15 @@ v5410|att5410 in terms of a vt100,
        cup=\E[%i%p1%d;%p2%dH$<5>, cuu1=\E[A$<2>, dch1=\E[P, 
        dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
        enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ich1=\E[@, 
        cup=\E[%i%p1%d;%p2%dH$<5>, cuu1=\E[A$<2>, dch1=\E[P, 
        dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
        enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ich1=\E[@, 
-       il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
-       kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
-       kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, 
-       kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, 
-       kf8=\EOl, kf9=\EOw, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, 
-       rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
+       il1=\E[L, ind=^J, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
+       kcuu1=\EOA, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, 
+       rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
        rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        sc=\E7, 
        rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        sc=\E7, 
-       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>
        sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
        sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
+       use=vt100+fnkeys, 
 
 # 
 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
 
 # 
 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
@@ -5922,7 +8913,7 @@ v5410|att5410 in terms of a vt100,
 # when pressed in SYS PF mode.
 # (att4415: I added <rmam>/<smam> based on the init string -- esr)
 att4415|tty5420|att5420|AT&T 4415/5420 80 cols, 
 # when pressed in SYS PF mode.
 # (att4415: I added <rmam>/<smam> based on the init string -- esr)
 att4415|tty5420|att5420|AT&T 4415/5420 80 cols, 
-       db, mir, xon, 
+       OTbs, db, mir, xon, 
        lh#2, lm#78, lw#8, nlab#8, wsl#55, 
        cbt=\E[Z, clear=\E[x\E[J, cnorm=\E[11;0j, cub=\E[%p1%dD, 
        cud=\E[%p1%dB, cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dx, 
        lh#2, lm#78, lw#8, nlab#8, wsl#55, 
        cbt=\E[Z, clear=\E[x\E[J, cnorm=\E[11;0j, cub=\E[%p1%dD, 
        cud=\E[%p1%dB, cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dx, 
@@ -5954,12 +8945,12 @@ att4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols,
        is1=\E[?3h$<100>, use=att4415, 
 
 att4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv, 
        is1=\E[?3h$<100>, use=att4415, 
 
 att4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv, 
-       flash=\E[?5l$<200>\E[?5h, is3=\E[?5h, 
-       use=att4415, 
+       flash=\E[?5l$<200>\E[?5h, is3=\E[?5h, use=att4415, 
 
 att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv, 
        cols#132, lm#54, wsl#97, 
 
 att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv, 
        cols#132, lm#54, wsl#97, 
-       flash=\E[?5l$<200>\E[?5h, is1=\E[?3h$<100>, is3=\E[?5h, use=att4415, 
+       flash=\E[?5l$<200>\E[?5h, is1=\E[?3h$<100>, is3=\E[?5h, 
+       use=att4415, 
 
 # Note that this mode permits programming USER PF KEYS and labels
 # However, when you program user pf labels you have to reselect
 
 # Note that this mode permits programming USER PF KEYS and labels
 # However, when you program user pf labels you have to reselect
@@ -5970,20 +8961,20 @@ att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing
        pln=\E[%p1%d;0;0;1q%p2%:-16.16s, 
 
 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels, 
        pln=\E[%p1%d;0;0;1q%p2%:-16.16s, 
 
 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels, 
-       kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
-       use=att4415+nl, use=att4415
+       kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
+       use=att4415, 
 
 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels, 
 
 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels, 
-       kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
-       use=att4415+nl, use=att4415-rv, 
+       kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
+       use=att4415-rv, 
 
 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels, 
 
 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels, 
-       kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
-       use=att4415+nl, use=att4415-w, 
+       kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
+       use=att4415-w, 
 
 att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels, 
 
 att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels, 
-       kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
-       use=att4415+nl, use=att4415-w-rv, 
+       kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
+       use=att4415-w-rv, 
 
 att5420_2|AT&T 5420 model 2 80 cols, 
        am, db, hs, mir, msgr, xon, 
 
 att5420_2|AT&T 5420 model 2 80 cols, 
        am, db, hs, mir, msgr, xon, 
@@ -6019,7 +9010,8 @@ att5420_2|AT&T 5420 model 2 80 cols,
        tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, 
 att5420_2-w|AT&T 5420 model 2 in 132 column mode, 
        cols#132, 
        tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, 
 att5420_2-w|AT&T 5420 model 2 in 132 column mode, 
        cols#132, 
-       is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;1j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r, use=att5420_2, 
+       is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;1j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r, 
+       use=att5420_2, 
 
 att4418|att5418|AT&T 5418 80 cols, 
        am, xon, 
 
 att4418|att5418|AT&T 5418 80 cols, 
        am, xon, 
@@ -6031,7 +9023,7 @@ att4418|att5418|AT&T 5418 80 cols,
        cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, 
        dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, 
        ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=^J, 
        cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, 
        dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, 
        ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=^J, 
-       is1=\E[?3l, is2=\E)0\E?6l\E?5l, kclr=\E[%, kcub1=\E@, 
+       is1=\E[?3l, is2=\E)0\E?6l\E?5l, kclr=\E[%%, kcub1=\E@, 
        kcud1=\EU, kcuf1=\EA, kcuu1=\ES, kent=\E[, kf1=\E[h, 
        kf10=\E[m, kf11=\E[n, kf12=\E[o, kf13=\E[H, kf14=\E[I, 
        kf15=\E[J, kf18=\E[K, kf19=\E[L, kf2=\E[i, kf20=\E[E, 
        kcud1=\EU, kcuf1=\EA, kcuu1=\ES, kent=\E[, kf1=\E[h, 
        kf10=\E[m, kf11=\E[n, kf12=\E[o, kf13=\E[H, kf14=\E[I, 
        kf15=\E[J, kf18=\E[K, kf19=\E[L, kf2=\E[i, kf20=\E[E, 
@@ -6044,7 +9036,7 @@ att4418-w|att5418-w|AT&T 5418 132 cols,
        is1=\E[?3h, use=att5418, 
 
 att4420|tty4420|teletype 4420, 
        is1=\E[?3h, use=att5418, 
 
 att4420|tty4420|teletype 4420, 
-       da, db, eo, msgr, ul, xon, 
+       OTbs, da, db, eo, msgr, ul, xon, 
        cols#80, lines#24, lm#72, 
        bel=^G, clear=\EH\EJ, cr=\EG, cub1=\ED, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
        cols#80, lines#24, lm#72, 
        bel=^G, clear=\EH\EJ, cr=\EG, cub1=\ED, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
@@ -6071,7 +9063,7 @@ att4420|tty4420|teletype 4420,
 #
 # (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)
 att4424|tty4424|teletype 4424, 
 #
 # (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)
 att4424|tty4424|teletype 4424, 
-       am, xon, 
+       OTbs, am, xon, 
        cols#80, lines#24, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E3, bold=\E3, cbt=\EO, clear=\E[H\E[2J, cr=^M, 
        cols#80, lines#24, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E3, bold=\E3, cbt=\EO, clear=\E[H\E[2J, cr=^M, 
@@ -6155,8 +9147,7 @@ att5425|tty5425|att4425|AT&T 4425/5425,
        vpa=\E[%p1%{1}%+%dd, 
 
 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels, 
        vpa=\E[%p1%{1}%+%dd, 
 
 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels, 
-       smkx=\E[21;1j\E[25;4j\Eent, 
-       use=att4425, 
+       smkx=\E[21;1j\E[25;4j\Eent, use=att4425, 
 
 att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode, 
        cols#132, lm#54, wsl#97, 
 
 att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode, 
        cols#132, lm#54, wsl#97, 
@@ -6196,7 +9187,7 @@ att4426|tty4426|teletype 4426S,
 att510a|bct510a|AT&T 510A Personal Terminal, 
        am, mir, msgr, xenl, xon, 
        cols#80, lh#2, lines#24, lw#7, nlab#8, 
 att510a|bct510a|AT&T 510A Personal Terminal, 
        am, mir, msgr, xenl, xon, 
        cols#80, lh#2, lines#24, lw#7, nlab#8, 
-       acsc=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\,h.e+g`b
+       acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~
        bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
        civis=\E[11;0|, clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, 
        bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
        civis=\E[11;0|, clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, 
@@ -6229,7 +9220,7 @@ att510a|bct510a|AT&T 510A Personal Terminal,
 att510d|bct510d|AT&T 510D Personal Terminal, 
        am, da, db, mir, msgr, xenl, xon, 
        cols#80, lh#2, lines#24, lm#48, lw#7, nlab#8, 
 att510d|bct510d|AT&T 510D Personal Terminal, 
        am, da, db, mir, msgr, xenl, xon, 
        cols#80, lh#2, lines#24, lm#48, lw#7, nlab#8, 
-       acsc=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\,h.e+g`b
+       acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~
        bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
        clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, cub=\E[%p1%dD, 
        cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, cuf=\E[%p1%dC, 
        bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
        clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, cub=\E[%p1%dD, 
        cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, cuf=\E[%p1%dC, 
@@ -6260,7 +9251,7 @@ att510d|bct510d|AT&T 510D Personal Terminal,
 att500|att513|AT&T 513 using page mode, 
        am, chts, mir, msgr, xenl, xon, 
        cols#80, lh#2, lines#24, lw#8, nlab#8, 
 att500|att513|AT&T 513 using page mode, 
        am, chts, mir, msgr, xenl, xon, 
        cols#80, lh#2, lines#24, lw#8, nlab#8, 
-       acsc=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\,h.e+g`b
+       acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~
        bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
        clear=\E[H\E[J, cnorm=\E[11;0|, cr=^M, 
        csr=%i\E[%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
        clear=\E[H\E[J, cnorm=\E[11;0|, cr=^M, 
        csr=%i\E[%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
@@ -6360,7 +9351,7 @@ att5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs,
 # also has <ll>=\E[70H commented out and marked unsafe.
 # For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
 att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns, 
 # also has <ll>=\E[70H commented out and marked unsafe.
 # For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
 att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns, 
-       am, msgr, npc, xon, 
+       OTbs, am, msgr, npc, xon, 
        cols#88, it#8, lines#70, 
        bel=^G, bold=\E[2m, clear=\E[H\E[J, cr=^M, cub1=^H, 
        cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
        cols#88, it#8, lines#70, 
        bel=^G, bold=\E[2m, clear=\E[H\E[J, cr=^M, cub1=^H, 
        cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
@@ -6378,7 +9369,7 @@ att5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer,
        lines#34, use=att5620, 
 # 5620 layer running the "S" system's downloaded graphics handler:
 att5620-s|tty5620-s|layer|vitty|5620 S layer, 
        lines#34, use=att5620, 
 # 5620 layer running the "S" system's downloaded graphics handler:
 att5620-s|tty5620-s|layer|vitty|5620 S layer, 
-       am, 
+       OTbs, OTpt, am, 
        cols#80, it#8, lines#72, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
        cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=^K, dl1=\ED, 
        cols#80, it#8, lines#72, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
        cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=^K, dl1=\ED, 
@@ -6422,19 +9413,19 @@ att605|AT&T 605 80 column 102key keyboard,
        smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, 
        tsl=\E7\E[25;%i%p1%dx, 
 att605-pc|ATT 605 in pc term mode, 
        smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, 
        tsl=\E7\E[25;%i%p1%dx, 
 att605-pc|ATT 605 in pc term mode, 
-       acsc=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263, 
+       acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
        cbt=\E[Z, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A, 
        cbt=\E[Z, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A, 
-       dch1=\E[P, dl1=\E[M, ich1=\E[@, il=\E[L, il1=\E[L, kcbt=\E[Z, 
+       dch1=\E[P, dl1=\E[M, ich1=\E[@, il1=\E[L, kcbt=\E[Z, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
        kdl1=\E[M, kend=\E[F, kf1=\E[M, kf10=\E[V, kf2=\E[N, 
        kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
        kf9=\E[U, khome=\E[H, kich1=\E[@, knp=\E[G, kpp=\E[I, 
        rmsc=400\E[50;0|, smsc=250\E[?11l\E[50;1|, xoffc=g, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
        kdl1=\E[M, kend=\E[F, kf1=\E[M, kf10=\E[V, kf2=\E[N, 
        kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
        kf9=\E[U, khome=\E[H, kich1=\E[@, knp=\E[G, kpp=\E[I, 
        rmsc=400\E[50;0|, smsc=250\E[?11l\E[50;1|, xoffc=g, 
-       xonc=e, 
-       use=att605, 
+       xonc=e, use=att605, 
 att605-w|AT&T 605-w 132 column 102 key keyboard, 
        cols#132, wsl#132, 
 att605-w|AT&T 605-w 132 column 102 key keyboard, 
        cols#132, wsl#132, 
-       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0, use=att605, 
+       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0, 
+       use=att605, 
 # (att610: I added <rmam>/<smam> based on the init string.  I also
 # added <indn> and <rin> because the BSD file says the att615s have them,
 # and the 615 is like a 610 with a big keyboard, and most of their other
 # (att610: I added <rmam>/<smam> based on the init string.  I also
 # added <indn> and <rin> because the BSD file says the att615s have them,
 # and the 615 is like a 610 with a big keyboard, and most of their other
@@ -6470,7 +9461,8 @@ att610|AT&T 610; 80 column; 98key keyboard,
        smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx, 
 att610-w|AT&T 610; 132 column; 98key keyboard, 
        cols#132, wsl#132, 
        smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx, 
 att610-w|AT&T 610; 132 column; 98key keyboard, 
        cols#132, wsl#132, 
-       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att610, 
+       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
+       use=att610, 
 
 att610-103k|AT&T 610; 80 column; 103key keyboard, 
        kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
 
 att610-103k|AT&T 610; 80 column; 103key keyboard, 
        kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
@@ -6485,11 +9477,11 @@ att610-103k|AT&T 610; 80 column; 103key keyboard,
        knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, kpp=\E[V, 
        kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, kres=\EOq, 
        krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, ksav=\EOo, 
        knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, kpp=\E[V, 
        kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, kres=\EOq, 
        krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, ksav=\EOo, 
-       kslt=\ENI, kspd=\EOp, kund=\EOs, 
-       use=att610, 
+       kslt=\ENI, kspd=\EOp, kund=\EOs, use=att610, 
 att610-103k-w|AT&T 610; 132 column; 103key keyboard, 
        cols#132, wsl#132, 
 att610-103k-w|AT&T 610; 132 column; 103key keyboard, 
        cols#132, wsl#132, 
-       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att610-103k, 
+       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
+       use=att610-103k, 
 att615|AT&T 615; 80 column; 98key keyboard, 
        kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
        kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
 att615|AT&T 615; 80 column; 98key keyboard, 
        kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
        kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
@@ -6497,8 +9489,7 @@ att615|AT&T 615; 80 column; 98key keyboard,
        kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
        kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
        kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
        kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
        kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
        kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
-       kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, 
-       use=att610, 
+       kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610, 
 att615-w|AT&T 615; 132 column; 98key keyboard, 
        kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
        kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
 att615-w|AT&T 615; 132 column; 98key keyboard, 
        kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
        kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
@@ -6506,14 +9497,11 @@ att615-w|AT&T 615; 132 column; 98key keyboard,
        kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
        kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
        kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
        kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
        kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
        kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
-       kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, 
-       use=att610-w, 
+       kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610-w, 
 att615-103k|AT&T 615; 80 column; 103key keyboard, 
 att615-103k|AT&T 615; 80 column; 103key keyboard, 
-       kLFT=\E[ A, kRIT=\E[ @, 
-       use=att610-103k, 
+       kLFT=\E[ A, kRIT=\E[ @, use=att610-103k, 
 att615-103k-w|AT&T 615; 132 column; 103key keyboard, 
 att615-103k-w|AT&T 615; 132 column; 103key keyboard, 
-       kLFT=\E[ A, kRIT=\E[ @, 
-       use=att610-103k-w, 
+       kLFT=\E[ A, kRIT=\E[ @, use=att610-103k-w, 
 # (att620: I added <rmam>/<smam> based on the init string and
 # <rin>/<indn> from a BSD termcap -- esr)
 att620|AT&T 620; 80 column; 98key keyboard, 
 # (att620: I added <rmam>/<smam> based on the init string and
 # <rin>/<indn> from a BSD termcap -- esr)
 att620|AT&T 620; 80 column; 98key keyboard, 
@@ -6555,7 +9543,8 @@ att620|AT&T 620; 80 column; 98key keyboard,
        tsl=\E7\E[25;%i%p1%dx, 
 att620-w|AT&T 620; 132 column; 98key keyboard, 
        cols#132, wsl#132, 
        tsl=\E7\E[25;%i%p1%dx, 
 att620-w|AT&T 620; 132 column; 98key keyboard, 
        cols#132, wsl#132, 
-       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att620, 
+       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
+       use=att620, 
 att620-103k|AT&T 620; 80 column; 103key keyboard, 
        kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
        kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
 att620-103k|AT&T 620; 80 column; 103key keyboard, 
        kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
        kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
@@ -6572,12 +9561,12 @@ att620-103k|AT&T 620; 80 column; 103key keyboard,
        kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, 
        kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, 
        kres=\EOq, krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, 
        kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, 
        kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, 
        kres=\EOq, krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, 
-       ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, 
-       use=att620, 
+       ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, use=att620, 
 
 att620-103k-w|AT&T 620; 132 column; 103key keyboard, 
        cols#132, wsl#132, 
 
 att620-103k-w|AT&T 620; 132 column; 103key keyboard, 
        cols#132, wsl#132, 
-       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att620-103k, 
+       is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
+       use=att620-103k, 
 
 # AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
 # The following SETUP modes are assumed for normal operation:
 
 # AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
 # The following SETUP modes are assumed for normal operation:
@@ -6590,7 +9579,7 @@ att620-103k-w|AT&T 620; 132 column; 103key keyboard,
 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
 # (att630: added <ich1>, <blink> and <dim> from a BSD termcap file -- esr)
 att630|AT&T 630 windowing terminal, 
 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
 # (att630: added <ich1>, <blink> and <dim> from a BSD termcap file -- esr)
 att630|AT&T 630 windowing terminal, 
-       am, da, db, mir, msgr, npc, xon, 
+       OTbs, am, da, db, mir, msgr, npc, xon, 
        cols#80, it#8, lines#60, lm#0, 
        bel=^G, blink=\E[5m, cbt=\E[Z, clear=\E[H\E[J, cr=^M, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
        cols#80, it#8, lines#60, lm#0, 
        bel=^G, blink=\E[5m, cbt=\E[Z, clear=\E[H\E[J, cr=^M, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
@@ -6613,6 +9602,122 @@ att630|AT&T 630 windowing terminal,
 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines, 
        lines#24, use=att630, 
 
 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines, 
        lines#24, use=att630, 
 
+# This is the att700 entry for 700 native emulation of the AT&T 700
+# terminal.  Comments are relative to changes from the 605V2 entry and
+# att730 on which the entry is based.  Comments show the terminfo
+# capability name, termcap name, and description.
+#
+# Here is what's going onm in the init string:
+#      ESC [ 50;4|     set 700 native mode (really is 605)
+# x    ESC [ 56;ps|    set lines to 24: ps=0; 40: ps=1 (plus status line)
+#      ESC [ 53;0|     set GenFlow to Xon/Xoff
+#      ESC [ 8 ;0|     set CR on NL 
+# x    ESC [ ? 3 l/h   set workspace: 80 col(l); 132 col(h)
+#      ESC [ ? 4 l     jump scroll 
+#      ESC [ ? 5 l/h   video: normal (l); reverse (h)
+#      ESC [ ?13 l     Labels on
+#      ESC [ ?15 l     parity check = no
+#      ESC [ 13 l      monitor mode off
+#      ESC [ 20 l      LF on NL (not CRLF on NL)
+#      ESC [ ? 7 h     autowrap on
+#      ESC [ 12 h      local echo off
+#      ESC ( B         GO = ASCII
+#      ESC ) 0         G1 = Special Char & Line Drawing
+#      ESC [ ? 31 l    Set 7 bit controls
+#
+# Note: Most terminals, especially the 600 family use Reverse Video for
+# standout mode.  DEC also uses reverse video.  The VT100 uses bold in addition
+# Assume we should stay with reverse video for 70..  However, the 605V2 exits
+# standout mode with \E[m (all normal attributes).  The 730 entry simply
+# exits reverse video which would leave other current attributes intact.  It
+# was assumed the 730 entry to be more correct so rmso has changed.  The
+# 605V2 has no sequences to turn individual attributes off, thus its setting
+# and the rmso/smso settings from the 730.
+#
+# Note: For the same reason as above in rmso I changed exit under-score mode
+# to specifically turn off underscore, rather than return to all normal 
+# attributes
+#
+# Note: The following pkey_xmit is taken from the 605V2 which contained the
+# capability as pfxl.  It was changed here to pfx since pfxl
+# will only compile successfully with Unix 4.0 tic.  Also note that pfx only
+# allows strings to be parameters and label values must be programmed as
+# constant strings.  Supposedly the pfxl of Version 4.0 allows both labels
+# and strings to be parameters.  The 605V2 pfx entry should be examined later
+# in this regard. For reference the 730 pfxl entry is shown here for comparison
+# 730 pfx entry:
+#     pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
+# SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
+#
+# (for 4.0 tic)
+#     pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
+#
+# (for <4.0 tic)
+#     pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
+#
+# From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
+#
+# Port1 Interface
+#
+# modular 10 pin Connector
+# Left side       Right side
+# Pin 1 2 3 4 5 6 7 8 9 10
+#
+#        Key (notch) at bottom
+#
+# Pin    1 DSR
+#        3 DCD
+#        4 DTR
+#        5 Sig Ground
+#        6 RD
+#        7 SD
+#        8 CTS
+#        9 RTS
+#        10 Frame Ground
+#
+# The manual is 189 pages and is loaded with details about the escape codes,
+# etc..... Available from AT&T CIC 800-432-6600...
+# ask for Document number 999-300-660..
+#
+att700|AT&T 700 24x80 column display w/102key keyboard, 
+       am, eslok, hs, mir, msgr, xenl, xon, 
+       cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
+       clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
+       dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
+       enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fln=4\,4, 
+       fsl=\E8, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
+       il=\E[%p1%dL, il1=\E[L, ind=\ED, invis=\E[8m, 
+       is2=\E[50;4|\E[53;0|\E[8;0|\E[?4;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0\E[?31l\E[0m\017, 
+       is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, 
+       kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\E[P, kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp, 
+       kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, 
+       kf16=\EOD, kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, 
+       kf20=\EOH, kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, 
+       kf25=\ENQ, kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOq, 
+       kf3=\EOe, kf30=\EOr, kf31=\EOs, kf32=\EOt, kf33=\EOu, 
+       kf34=\EOv, kf35=\EOw, kf36=\EOx, kf37=\EOy, kf38=\EOu, 
+       kf39=\EOv, kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
+       kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, 
+       kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
+       kich1=\E[@, kil1=\E[L, knp=\E[U, kpp=\E[V, ll=\E[24H, 
+       mc0=\E[i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
+       pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s, 
+       pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, 
+       rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O, 
+       rmir=\E[4l, rmln=\E[2p, rmso=\E[27m, rmul=\E[24m, 
+       rmxon=\E[53;3|, rs1=\Ec\E[?3;5l\E[56;0|, sc=\E7, 
+       sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smir=\E[4h, smln=\E[p, smso=\E[7m, 
+       smul=\E[4m, smxon=\E[53;0|, tbc=\E[3g, 
+       tsl=\E7\E[99;%i%p1%dx, 
+
 # This entry was modified 3/13/90 by JWE.
 # fixes include additions of <enacs>, correcting <rep>, and modification
 # of <kHOM>.  (See comments below)
 # This entry was modified 3/13/90 by JWE.
 # fixes include additions of <enacs>, correcting <rep>, and modification
 # of <kHOM>.  (See comments below)
@@ -6671,7 +9776,8 @@ att730-24|730MTG-24|AT&T 730-24 windowing terminal Version,
        lines#24, use=att730, 
 att730r|730MTGr|AT&T 730 rev video windowing terminal Version, 
        flash=\E[?5l$<200>\E[?5h, 
        lines#24, use=att730, 
 att730r|730MTGr|AT&T 730 rev video windowing terminal Version, 
        flash=\E[?5l$<200>\E[?5h, 
-       is1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B, use=att730, 
+       is1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B, 
+       use=att730, 
 att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version, 
        lines#41, use=att730r, 
 att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version, 
 att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version, 
        lines#41, use=att730r, 
 att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version, 
@@ -6848,13 +9954,13 @@ att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal,
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        cvvis=\E[>h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        cvvis=\E[>h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
-       dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E2K, home=\E[H, ht=^I, 
+       dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E[2K, home=\E[H, ht=^I, 
        il=\E[%p1%dL, il1=\E[L, ind=^J, 
        is1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l, 
        kbs=^H, kcmd=\E!, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
        kcuu1=\E[A, kf0=\E[00s, kf1=\E[01s, kf18=\E[18s, 
        kf19=\E[19s, kf2=\E[02s, kf20=\E[20s, kf21=\E[21s, 
        il=\E[%p1%dL, il1=\E[L, ind=^J, 
        is1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l, 
        kbs=^H, kcmd=\E!, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
        kcuu1=\E[A, kf0=\E[00s, kf1=\E[01s, kf18=\E[18s, 
        kf19=\E[19s, kf2=\E[02s, kf20=\E[20s, kf21=\E[21s, 
-       kf22=\E[22s, kf23=\E[23s, kf24=\E24s, kf26=\E26s, 
+       kf22=\E[22s, kf23=\E[23s, kf24=\E[24s, kf26=\E[26s, 
        kf3=\E[03s, kf4=\E[04s, kf5=\E[05s, kf6=\E[06s, 
        krfr=\E[27s, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
        rmacs=\E[10m, rmam=\E[11;1j, rmir=\E[4l, rmso=\E[m, 
        kf3=\E[03s, kf4=\E[04s, kf5=\E[05s, kf6=\E[06s, 
        krfr=\E[27s, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
        rmacs=\E[10m, rmam=\E[11;1j, rmir=\E[4l, rmso=\E[m, 
@@ -6869,7 +9975,7 @@ att505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines,
 tt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines, 
        lines#22, use=att505, 
 #
 tt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines, 
        lines#22, use=att505, 
 #
-# -------------------- TERMINFO FILE CAN BE SPLIT HERE -----------------------
+#### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
 # This cut mark helps make life less painful for people running ncurses tic
 # on machines with relatively little RAM.  The file can be broken in half here
 # cleanly and compiled in sections -- no `use' references cross this cut
 # This cut mark helps make life less painful for people running ncurses tic
 # on machines with relatively little RAM.  The file can be broken in half here
 # cleanly and compiled in sections -- no `use' references cross this cut
@@ -6885,7 +9991,7 @@ tt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines,
 # From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
 # (ampex80: some capabilities merged in from SCO's entry -- esr)
 ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80, 
 # From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
 # (ampex80: some capabilities merged in from SCO's entry -- esr)
 ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80, 
-       am, bw, ul, 
+       OTbs, am, bw, ul, 
        cols#80, it#8, lines#24, 
        bel=^G, cbt=\EI, clear=\E*$<75>, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        cols#80, it#8, lines#24, 
        bel=^G, cbt=\EI, clear=\E*$<75>, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
@@ -6909,12 +10015,11 @@ ampex175|ampex d175,
 # some people and some systems may not, there is another termcap ("ampex175")
 # that suppresses this little eccentricity by omitting the relevant capability.
 ampex175-b|ampex d175 using left arrow for erase, 
 # some people and some systems may not, there is another termcap ("ampex175")
 # that suppresses this little eccentricity by omitting the relevant capability.
 ampex175-b|ampex d175 using left arrow for erase, 
-       kbs=^_, 
-       use=ampex175, 
+       kbs=^_, use=ampex175, 
 # From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
 # (ampex210: removed obsolete ":kn#10:" -- esr)
 ampex210|a210|ampex a210, 
 # From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
 # (ampex210: removed obsolete ":kn#10:" -- esr)
 ampex210|a210|ampex a210, 
-       am, hs, xenl, 
+       OTbs, am, hs, xenl, 
        cols#80, it#8, lines#24, xmc#1, 
        cbt=\EI, clear=\E*, cub1=^H, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, it#8, lines#24, xmc#1, 
        cbt=\EI, clear=\E*, cub1=^H, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
@@ -6960,8 +10065,7 @@ ampex232|ampex-232|Ampex Model 232,
        invis@, is2=\Eg\El, kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L, 
        kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, 
        kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, 
        invis@, is2=\Eg\El, kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L, 
        kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, 
        kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, 
-       kf9=^AI\r, khome=^^, 
-       use=adm+sgr, 
+       kf9=^AI\r, khome=^^, use=adm+sgr, 
 # (ampex: removed <if=/usr/share/tabset/amp-132>, no file and no <hts> -- esr) 
 ampex232w|Ampex Model 232 / 132 columns, 
        cols#132, lines#24, 
 # (ampex: removed <if=/usr/share/tabset/amp-132>, no file and no <hts> -- esr) 
 ampex232w|Ampex Model 232 / 132 columns, 
        cols#132, lines#24, 
@@ -7096,10 +10200,10 @@ ampex232w|Ampex Model 232 / 132 columns,
 #
 
 annarbor4080|aa4080|ann arbor 4080, 
 #
 
 annarbor4080|aa4080|ann arbor 4080, 
-       am, 
+       OTbs, am, 
        cols#80, lines#40, 
        bel=^G, clear=\014$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=^_, 
        cols#80, lines#40, 
        bel=^G, clear=\014$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=^_, 
-       cup=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%'@'%+%c, 
+       cup=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%{64}%+%c, 
        cuu1=^N, home=^K, ht=^I, hts=^]^P1, ind=^J, kbs=^^, kcub1=^H, 
        kcud1=^J, kcuf1=^_, kcuu1=^N, khome=^K, tbc=^\^P^P, 
 
        cuu1=^N, home=^K, ht=^I, hts=^]^P1, ind=^J, kbs=^^, kcub1=^H, 
        kcud1=^J, kcuf1=^_, kcuu1=^N, khome=^K, tbc=^\^P^P, 
 
@@ -7108,7 +10212,7 @@ aas1901|Ann Arbor K4080 w/S1901 mod,
        am, 
        cols#80, lines#40, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^N, 
        am, 
        cols#80, lines#40, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^N, 
-       home=^K, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, ll=^O\200c, 
+       home=^K, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, ll=^O\0c, 
        nel=^M^J, 
 
 # If you're using the GNU termcap library, add
        nel=^M^J, 
 
 # If you're using the GNU termcap library, add
@@ -7121,7 +10225,7 @@ aas1901|Ann Arbor K4080 w/S1901 mod,
 #   4. Total number of lines on the screen, the same as the first parameter.
 # The generic Ann Arbor entry is the only one that uses this.
 aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly), 
 #   4. Total number of lines on the screen, the same as the first parameter.
 # The generic Ann Arbor entry is the only one that uses this.
 aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly), 
-       am, km, mc5i, mir, xon, 
+       OTbs, am, km, mc5i, mir, xon, 
        cols#80, it#8, 
        bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        clear=\E[H\E[J$<156>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cols#80, it#8, 
        bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        clear=\E[H\E[J$<156>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
@@ -7164,21 +10268,25 @@ aaa+dec|ann arbor ambassador in dec vt100 mode,
 aaa-18|ann arbor ambassador/18 lines, 
        lines#18, 
        is2=\E7\E[60;0;0;18p\E8, 
 aaa-18|ann arbor ambassador/18 lines, 
        lines#18, 
        is2=\E7\E[60;0;0;18p\E8, 
-       rmcup=\E[60;0;0;18p\E[60;1H\E[K, smcup=\E[18;0;0;18p, use=aaa+unk, 
+       rmcup=\E[60;0;0;18p\E[60;1H\E[K, smcup=\E[18;0;0;18p, 
+       use=aaa+unk, 
 aaa-18-rv|ann arbor ambassador/18 lines+reverse video, 
        use=aaa+rv, use=aaa-18, 
 aaa-20|ann arbor ambassador/20 lines, 
        lines#20, 
        is2=\E7\E[60;0;0;20p\E8, 
 aaa-18-rv|ann arbor ambassador/18 lines+reverse video, 
        use=aaa+rv, use=aaa-18, 
 aaa-20|ann arbor ambassador/20 lines, 
        lines#20, 
        is2=\E7\E[60;0;0;20p\E8, 
-       rmcup=\E[60;0;0;20p\E[60;1H\E[K, smcup=\E[20;0;0;20p, use=aaa+unk, 
+       rmcup=\E[60;0;0;20p\E[60;1H\E[K, smcup=\E[20;0;0;20p, 
+       use=aaa+unk, 
 aaa-22|ann arbor ambassador/22 lines, 
        lines#22, 
        is2=\E7\E[60;0;0;22p\E8, 
 aaa-22|ann arbor ambassador/22 lines, 
        lines#22, 
        is2=\E7\E[60;0;0;22p\E8, 
-       rmcup=\E[60;0;0;22p\E[60;1H\E[K, smcup=\E[22;0;0;22p, use=aaa+unk, 
+       rmcup=\E[60;0;0;22p\E[60;1H\E[K, smcup=\E[22;0;0;22p, 
+       use=aaa+unk, 
 aaa-24|ann arbor ambassador/24 lines, 
        lines#24, 
        is2=\E7\E[60;0;0;24p\E8, 
 aaa-24|ann arbor ambassador/24 lines, 
        lines#24, 
        is2=\E7\E[60;0;0;24p\E8, 
-       rmcup=\E[60;0;0;24p\E[60;1H\E[K, smcup=\E[24;0;0;24p, use=aaa+unk, 
+       rmcup=\E[60;0;0;24p\E[60;1H\E[K, smcup=\E[24;0;0;24p, 
+       use=aaa+unk, 
 aaa-24-rv|ann arbor ambassador/24 lines+reverse video, 
        use=aaa+rv, use=aaa-24, 
 aaa-26|ann arbor ambassador/26 lines, 
 aaa-24-rv|ann arbor ambassador/24 lines+reverse video, 
        use=aaa+rv, use=aaa-24, 
 aaa-26|ann arbor ambassador/26 lines, 
@@ -7198,14 +10306,13 @@ aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status,
        fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;30p\E8, 
        rmcup=\E[60;1;0;30p\E[29;1H\E[K, 
        smcup=\E[H\E[J$<156>\E[30;1;0;30p\E[30;1H\E[K, 
        fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;30p\E8, 
        rmcup=\E[60;1;0;30p\E[29;1H\E[K, 
        smcup=\E[H\E[J$<156>\E[30;1;0;30p\E[30;1H\E[K, 
-       tsl=\E[>51h\E[1;%p1%dH\E[2K, 
-       use=aaa+unk, 
+       tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk, 
 aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video, 
        use=aaa+rv, use=aaa-30-s, 
 aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context, 
        rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
        smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s, 
 aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video, 
        use=aaa+rv, use=aaa-30-s, 
 aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context, 
        rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
        smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s, 
-aaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context, 
+aaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video
        rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
        smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s-rv, 
 aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines, 
        rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
        smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s-rv, 
 aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines, 
@@ -7247,27 +10354,26 @@ aaa-60-s|ann arbor ambassador/59 lines+status,
        lines#59, 
        dsl=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K, 
        fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;60p\E8, 
        lines#59, 
        dsl=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K, 
        fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;60p\E8, 
-       tsl=\E[>51h\E[1;%p1%dH\E[2K, 
-       use=aaa+unk, 
+       tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk, 
 aaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video, 
        use=aaa+rv, use=aaa-60-s, 
 aaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video, 
        use=aaa+dec, use=aaa+rv, use=aaa-60-s, 
 aaa-60|ann arbor ambassador/60 lines, 
        lines#60, 
 aaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video, 
        use=aaa+rv, use=aaa-60-s, 
 aaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video, 
        use=aaa+dec, use=aaa+rv, use=aaa-60-s, 
 aaa-60|ann arbor ambassador/60 lines, 
        lines#60, 
-       is2=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8, use=aaa+unk, 
+       is2=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8, 
+       use=aaa+unk, 
 aaa-60-rv|ann arbor ambassador/60 lines+reverse video, 
        use=aaa+rv, use=aaa-60, 
 aaa-db|ann arbor ambassador 30/destructive backspace, 
 aaa-60-rv|ann arbor ambassador/60 lines+reverse video, 
        use=aaa+rv, use=aaa-60, 
 aaa-db|ann arbor ambassador 30/destructive backspace, 
-       cub1=\E[D, is3=\E[1Q\E[m\E[>20l\E[>30h
-       use=aaa-30, 
+       OTbs@
+       cub1=\E[D, is3=\E[1Q\E[m\E[>20l\E[>30h, use=aaa-30, 
 
 guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols, 
        lines#33, 
        flash=\E[>59h$<100>\E[>59l, 
        is2=\E7\E[255;0;0;33;80;80p\E8\E[J, is3=\E[>59l, 
 
 guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols, 
        lines#33, 
        flash=\E[>59h$<100>\E[>59l, 
        is2=\E7\E[255;0;0;33;80;80p\E8\E[J, is3=\E[>59l, 
-       rmcup=\E[255p\E[255;1H\E[K, smcup=\E[33p, 
-       use=aaa+unk, 
+       rmcup=\E[255p\E[255;1H\E[K, smcup=\E[33p, use=aaa+unk, 
 guru+rv|guru changes for reverse video, 
        flash=\E[>59l$<100>\E[>59h, is3=\E[>59h, 
 guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video, 
 guru+rv|guru changes for reverse video, 
        flash=\E[>59l$<100>\E[>59h, is3=\E[>59h, 
 guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video, 
@@ -7282,41 +10388,43 @@ guru-nctxt|guru with no saved context,
 guru-s|guru-33-s|ann arbor guru/33 lines+status, 
        lines#32, 
        is2=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J, 
 guru-s|guru-33-s|ann arbor guru/33 lines+status, 
        lines#32, 
        is2=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J, 
-       smcup=\E[33;1p\E[255;1H\E[K, 
-       use=guru+s, use=guru+unk, 
+       smcup=\E[33;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
 guru-24|ann arbor guru 24 lines, 
        cols#80, lines#24, 
 guru-24|ann arbor guru 24 lines, 
        cols#80, lines#24, 
-       is2=\E7\E[255;0;0;24;80;80p\E8\E[J, smcup=\E[24p, use=guru+unk, 
+       is2=\E7\E[255;0;0;24;80;80p\E8\E[J, smcup=\E[24p, 
+       use=guru+unk, 
 guru-44|ann arbor guru 44 lines, 
        cols#97, lines#44, 
 guru-44|ann arbor guru 44 lines, 
        cols#97, lines#44, 
-       is2=\E7\E[255;0;0;44;97;100p\E8\E[J, smcup=\E[44p, use=guru+unk, 
+       is2=\E7\E[255;0;0;44;97;100p\E8\E[J, smcup=\E[44p, 
+       use=guru+unk, 
 guru-44-s|ann arbor guru/44 lines+status, 
        lines#43, 
        is2=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J, 
 guru-44-s|ann arbor guru/44 lines+status, 
        lines#43, 
        is2=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J, 
-       smcup=\E[44;1p\E[255;1H\E[K, 
-       use=guru+s, use=guru+unk, 
+       smcup=\E[44;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
 guru-76|guru with 76 lines by 89 cols, 
        cols#89, lines#76, 
 guru-76|guru with 76 lines by 89 cols, 
        cols#89, lines#76, 
-       is2=\E7\E[255;0;0;76;89;100p\E8\E[J, smcup=\E[76p, use=guru+unk, 
+       is2=\E7\E[255;0;0;76;89;100p\E8\E[J, smcup=\E[76p, 
+       use=guru+unk, 
 guru-76-s|ann arbor guru/76 lines+status, 
        cols#89, lines#75, 
        is2=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J, 
 guru-76-s|ann arbor guru/76 lines+status, 
        cols#89, lines#75, 
        is2=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J, 
-       smcup=\E[76;1p\E[255;1H\E[K, 
-       use=guru+s, use=guru+unk, 
+       smcup=\E[76;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
 guru-76-lp|guru-lp|guru with page bigger than line printer, 
        cols#134, lines#76, 
 guru-76-lp|guru-lp|guru with page bigger than line printer, 
        cols#134, lines#76, 
-       is2=\E7\E[255;0;0;76;134;134p\E8\E[J, smcup=\E[76p, use=guru+unk, 
+       is2=\E7\E[255;0;0;76;134;134p\E8\E[J, smcup=\E[76p, 
+       use=guru+unk, 
 guru-76-w|guru 76 lines by 178 cols, 
        cols#178, lines#76, 
 guru-76-w|guru 76 lines by 178 cols, 
        cols#178, lines#76, 
-       is2=\E7\E[255;0;0;76;178;178p\E8\E[J, smcup=\E[76p, use=guru+unk, 
+       is2=\E7\E[255;0;0;76;178;178p\E8\E[J, smcup=\E[76p, 
+       use=guru+unk, 
 guru-76-w-s|ann arbor guru/76 lines+status+wide, 
        cols#178, lines#75, 
        is2=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J, 
 guru-76-w-s|ann arbor guru/76 lines+status+wide, 
        cols#178, lines#75, 
        is2=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J, 
-       smcup=\E[76;1p\E[255;1H\E[K, 
-       use=guru+s, use=guru+unk, 
+       smcup=\E[76;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
 guru-76-wm|guru 76 lines by 178 cols with 255 cols memory, 
        cols#178, lines#76, 
 guru-76-wm|guru 76 lines by 178 cols with 255 cols memory, 
        cols#178, lines#76, 
-       is2=\E7\E[255;0;0;76;178;255p\E8\E[J, smcup=\E[76p, use=guru+unk, 
+       is2=\E7\E[255;0;0;76;178;255p\E8\E[J, smcup=\E[76p, 
+       use=guru+unk, 
 aaa-rv-unk|ann arbor unknown type, 
        lh#0, lw#0, nlab#0, 
        blink=\E[5;7m, bold=\E[1;7m, home=\E[H, invis=\E[7;8m, 
 aaa-rv-unk|ann arbor unknown type, 
        lh#0, lw#0, nlab#0, 
        blink=\E[5;7m, bold=\E[1;7m, home=\E[H, invis=\E[7;8m, 
@@ -7330,23 +10438,25 @@ aaa-rv-unk|ann arbor unknown type,
 # ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
 # ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
 # terminals was merged again.  Then AT&T sold the terminal business to
 # ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
 # ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
 # terminals was merged again.  Then AT&T sold the terminal business to
-# SunRiver.  The engineers from Teletype, AT&T terminals, ADDS,
-# and NCR (who are still there as of early 1995) are at:
+# SunRiver, which later changed its  name to Boundless Technologies.  The
+# engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
+# as of early 1995) are at:
 #
 #
-#      SunRiver Data Systems
+#      Boundless Technologies
 #      100 Marcus Boulevard
 #      Hauppauge, NY 11788-3762
 #      Vox: (800)-231-5445
 #      Fax: (516)-342-7378
 #      100 Marcus Boulevard
 #      Hauppauge, NY 11788-3762
 #      Vox: (800)-231-5445
 #      Fax: (516)-342-7378
+#      Web: http://boundless.com
 #
 # Their voice mail used to describe the place as "SunRiver (formerly ADDS)". 
 #
 # Their voice mail used to describe the place as "SunRiver (formerly ADDS)". 
-# In 1995 SunRiver acquired DEC's terminals business.
+# In 1995 Boundless acquired DEC's terminals business.  
 #
 
 # Regent: lowest common denominator, works on all regents.
 # (regent: renamed ":bc:" to ":le:" -- esr)
 regent|Adds Regent Series, 
 #
 
 # Regent: lowest common denominator, works on all regents.
 # (regent: renamed ":bc:" to ":le:" -- esr)
 regent|Adds Regent Series, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, cuu1=^Z, 
        home=\EY\s\s, ind=^J, ll=^A, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, cuu1=^Z, 
        home=\EY\s\s, ind=^J, ll=^A, 
@@ -7354,24 +10464,25 @@ regent|Adds Regent Series,
 # down shift key it gets confused, so we avoid escape.
 regent100|Adds Regent 100, 
        xmc#1, 
 # down shift key it gets confused, so we avoid escape.
 regent100|Adds Regent 100, 
        xmc#1, 
-       bel=^G, cup=\013%p1%{32}%+%c%p2%p2%{6}%*%+\020%c, 
+       bel=^G, 
+       cup=\013%p1%' '%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, 
        kf0=^B1\r, kf1=^B2\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, 
        kf5=^B6\r, kf6=^B7\r, kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, 
        lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, 
        kf0=^B1\r, kf1=^B2\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, 
        kf5=^B6\r, kf6=^B7\r, kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, 
        lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, 
-       sgr0=\E0@, smso=\E0P, smul=\E0`, 
-       use=regent, 
+       sgr0=\E0@, smso=\E0P, smul=\E0`, use=regent, 
 regent20|Adds Regent 20, 
 regent20|Adds Regent 20, 
-       bel=^G, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, ed=\Ek, el=\EK, use=regent, 
+       bel=^G, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, ed=\Ek, el=\EK, 
+       use=regent, 
 regent25|Adds Regent 25, 
 regent25|Adds Regent 25, 
-       bel=^G, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, use=regent20, 
+       bel=^G, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, 
+       use=regent20, 
 regent40|Adds Regent 40, 
        xmc#1, 
        bel=^G, dl1=\El$<2*>, il1=\EM$<2*>, kf0=^B1\r, kf1=^B2\r, 
        kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, 
        kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, lf5=F6, 
        lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, sgr0=\E0@, smso=\E0P, 
 regent40|Adds Regent 40, 
        xmc#1, 
        bel=^G, dl1=\El$<2*>, il1=\EM$<2*>, kf0=^B1\r, kf1=^B2\r, 
        kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, 
        kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, lf5=F6, 
        lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, sgr0=\E0@, smso=\E0P, 
-       smul=\E0`, 
-       use=regent25, 
+       smul=\E0`, use=regent25, 
 regent40+|Adds Regent 40+, 
        is2=\EB, use=regent40, 
 regent60|regent200|Adds Regent 60, 
 regent40+|Adds Regent 40+, 
        is2=\EB, use=regent40, 
 regent60|regent200|Adds Regent 60, 
@@ -7381,7 +10492,7 @@ regent60|regent200|Adds Regent 60,
 # From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
 # (viewpoint: added <kcuf1>, function key, and <dl1> capabilities -- esr)
 viewpoint|addsviewpoint|adds viewpoint, 
 # From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
 # (viewpoint: added <kcuf1>, function key, and <dl1> capabilities -- esr)
 viewpoint|addsviewpoint|adds viewpoint, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cnorm=\017\E0`, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cnorm=\017\E0`, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
@@ -7406,7 +10517,7 @@ vp3a+|viewpoint3a+|adds viewpoint 3a+,
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        ed=\EY$<80>, el=\ET, home=^^, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
        kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, nel=^M^J, rmso=\E(, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        ed=\EY$<80>, el=\ET, home=^^, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
        kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, nel=^M^J, rmso=\E(, 
-       sgr=\E0%'@'%?%p1%tQ%|%;%?%p2%t%'`'%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E), 
+       sgr=\E0%{64}%?%p1%tQ%|%;%?%p2%t%{96}%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E), 
        sgr0=\E(, smso=\E0Q\E), 
 vp60|viewpoint60|addsvp60|adds viewpoint60, 
        use=regent40, 
        sgr0=\E(, smso=\E0Q\E), 
 vp60|viewpoint60|addsvp60|adds viewpoint60, 
        use=regent40, 
@@ -7422,7 +10533,7 @@ vp60|viewpoint60|addsvp60|adds viewpoint60,
 #               the status line
 # Function key and label capabilities merged in from SCO.
 vp90|viewpoint90|adds viewpoint 90, 
 #               the status line
 # Function key and label capabilities merged in from SCO.
 vp90|viewpoint90|adds viewpoint 90, 
-       bw, msgr, xhp, 
+       OTbs, bw, msgr, xhp, 
        cols#80, lines#24, 
        clear=\EG\Ek, cub1=^H, cud1=^J, cuf1=^F, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EE, 
        cols#80, lines#24, 
        clear=\EG\Ek, cub1=^H, cud1=^J, cuf1=^F, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EE, 
@@ -7437,10 +10548,10 @@ vp90|viewpoint90|adds viewpoint 90,
 # Note: if return acts weird on a980, check internal switch #2
 # on the top chip on the CONTROL pc board.
 adds980|a980|adds consul 980, 
 # Note: if return acts weird on a980, check internal switch #2
 # on the top chip on the CONTROL pc board.
 adds980|a980|adds consul 980, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<1>\013@, cr=^M, cub1=^H, cud1=^J, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<1>\013@, cr=^M, cub1=^H, cud1=^J, 
-       cuf1=\E^E01, cup=\013%p1%'@'%+%c\E\005%p2%2d, 
+       cuf1=\E^E01, cup=\013%p1%{64}%+%c\E\005%p2%2d, 
        dl1=\E\017$<13>, il1=\E\016$<13>, ind=^J, kf0=\E0, kf1=\E1, 
        kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, 
        kf9=\E9, rmso=^O, sgr0=^O, smso=^Y^^^N, 
        dl1=\E\017$<13>, il1=\E\016$<13>, ind=^J, kf0=\E0, kf1=\E1, 
        kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, 
        kf9=\E9, rmso=^O, sgr0=^O, smso=^Y^^^N, 
@@ -7456,7 +10567,7 @@ adds980|a980|adds consul 980,
 #           the delay times and do an auto tab set rather than the indirect
 #           file used in vt100.
 cit80|cit-80|citoh 80, 
 #           the delay times and do an auto tab set rather than the indirect
 #           file used in vt100.
 cit80|cit-80|citoh 80, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        clear=\E[H\EJ, cr=^M, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\EJ, el=\EK, ff=^L, 
        cols#80, lines#24, 
        clear=\E[H\EJ, cr=^M, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\EJ, el=\EK, ff=^L, 
@@ -7465,7 +10576,7 @@ cit80|cit-80|citoh 80,
 # From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
 # (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
 cit101|citc|C.itoh fast vt100, 
 # From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
 # (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
 cit101|citc|C.itoh fast vt100, 
-       am, xenl, 
+       OTbs, am, xenl, 
        cols#80, lines#24, 
        bel=^G, clear=\E[H\E[2J, cnorm=\E[V\E8, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E7\E[U, 
        cols#80, lines#24, 
        bel=^G, clear=\E[H\E[2J, cnorm=\E[V\E8, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E7\E[U, 
@@ -7480,11 +10591,11 @@ cit101|citc|C.itoh fast vt100,
 # The following termcap entry was created from the Callan cd100 entry.  The
 # last two lines (with the capabilities in caps) are used by RM-cobol to allow
 # full selection of combinations of reverse video, underline, and blink.
 # The following termcap entry was created from the Callan cd100 entry.  The
 # last two lines (with the capabilities in caps) are used by RM-cobol to allow
 # full selection of combinations of reverse video, underline, and blink.
-# (cit101e: emoved unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
+# (cit101e: removed unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
 # f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
 # :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
 cit101e|C. Itoh CIT-101e, 
 # f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
 # :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
 cit101e|C. Itoh CIT-101e, 
-       am, mir, msgr, 
+       OTbs, OTpt, am, mir, msgr, 
        cols#80, it#8, lines#24, 
        acsc=, clear=\E[H\E[J, cnorm=, csr=\E[%i%p1%2d;%p2%2dr, 
        cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, 
        cols#80, it#8, lines#24, 
        acsc=, clear=\E[H\E[J, cnorm=, csr=\E[%i%p1%2d;%p2%2dr, 
        cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, 
@@ -7495,16 +10606,55 @@ cit101e|C. Itoh CIT-101e,
        kf7=\EOM, kf8=\EOn, rc=\E8, ri=\EM, rmacs=^O, rmir=\E[4l, 
        rmkx=\E>, rmso=\E[m, rmul=\E[m, sc=\E7, smacs=^N, smir=\E[4h, 
        smkx=\E=, smso=\E[7m, smul=\E[4m, 
        kf7=\EOM, kf8=\EOn, rc=\E8, ri=\EM, rmacs=^O, rmir=\E[4l, 
        rmkx=\E>, rmso=\E[m, rmul=\E[m, sc=\E7, smacs=^N, smir=\E[4h, 
        smkx=\E=, smso=\E[7m, smul=\E[4m, 
+# From: David S. Lawyer, June 1997:
+# The CIT 101-e was made in Japan in 1983-4 and imported by CIE
+# Terminals in Irvine, CA.  It was part of CITOH Electronics.  In the
+# late 1980's CIT Terminals went out of business.
+# There is no need to use the initialization string is=... (by invoking
+# tset or setterm etc.) provided that the terminal has been manually set
+# up (and the setup saved with ^S) to be compatible with this termcap.  To be
+# compatible it should be in ANSI mode (not VT52).   A set-up that
+# works is to set all the manually setable stuff to factory defaults
+# by pressing ^D in set-up mode.  Then increse the brighness with the
+# up-arrow key since the factory default will likely be dim on an old
+# terminal.  Then change any options you want (provided that they are
+# compatible with the termcap).  For my terminal I set: Screen
+# Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
+# on.  I also set up mine for parity (but you may not need it).  Then 
+# save the setup with ^S.
+# (cit101e-rv: added empty <rmcup> to suppress a tic warning. --esr)
+cit101e-rv|Citoh CIT-101e (sets reverse video), 
+       am, eo, mir, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, 
+       OTnl=\EM, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
+       civis=\E[1v, clear=\E[H\E[J, cnorm=\E[0;3;4v, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       cvvis=\E[3;5v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
+       dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l\E[?5h$<200/>, 
+       home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
+       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, 
+       is2=\E<\E>\E[?1l\E[?3l\E[?4l\E[?5h\E[?7h\E[?8h\E[3g\E[>5g\E(B\E[m\E[20l\E[1;24r\E[24;1H, 
+       kbs=\177, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=\EE, rc=\E8, 
+       rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmcup=, rmir=\E[4l, 
+       rmso=\E[m, rmul=\E[m, rs1=\Ec\E[?7h\E[>5g, sc=\E7, 
+       sgr0=\E[m, smcup=\E[>5g\E[?7h\E[?5h, smir=\E[4h, 
+       smso=\E[7m, smul=\E[4m, tbc=\E[3g, u6=\E[%i%p1%d;%p2%dR, 
+       u7=\E[6n, u8=\E[?6c, u9=\E[c, 
 cit101e-n|CIT-101e w/o am, 
        am@, 
 cit101e-n|CIT-101e w/o am, 
        am@, 
-       cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
-cit101e-132|CIT-101e, 132 cols, 
+       cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, 
+       use=cit101e, 
+cit101e-132|CIT-101e with 132 cols, 
        cols#132, 
        kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
        cols#132, 
        kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
-cit101e-n132|CIT-101e, 132 cols w/o am, 
+cit101e-n132|CIT-101e with 132 cols w/o am, 
        am@, 
        cols#132, 
        am@, 
        cols#132, 
-       cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
+       cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, 
+       use=cit101e, 
 # CIE Terminals CIT-500 from BRL
 # The following SET-UP modes are assumed for normal operation:
 #      GENERATE_XON/XOFF:YES   DUPLEX:FULL             NEWLINE:OFF
 # CIE Terminals CIT-500 from BRL
 # The following SET-UP modes are assumed for normal operation:
 #      GENERATE_XON/XOFF:YES   DUPLEX:FULL             NEWLINE:OFF
@@ -7517,8 +10667,8 @@ cit101e-n132|CIT-101e, 132 cols w/o am,
 # "stty ixon -ixany" to enable DC3/DC1 flow control!
 # (cit500: I added <rmam>/<smam> based on the init string -- esr)
 cit500|CIE Terminals CIT-500, 
 # "stty ixon -ixany" to enable DC3/DC1 flow control!
 # (cit500: I added <rmam>/<smam> based on the init string -- esr)
 cit500|CIE Terminals CIT-500, 
-       mir, msgr, xon, 
-       cols#80, it#8, lines#64, vt#3, 
+       OTbs, OTpt, mir, msgr, xon, 
+       OTkn#10, cols#80, it#8, lines#64, vt#3, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
@@ -7544,18 +10694,19 @@ citoh|ci8510|8510|c.itoh 8510a,
        bold=\E!, cub1@, 
        is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073., 
        rep=\ER%p2%03d%p1%c, ri=\Er, rmul=\EY, sgr0=\E"\EY, 
        bold=\E!, cub1@, 
        is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073., 
        rep=\ER%p2%03d%p1%c, ri=\Er, rmul=\EY, sgr0=\E"\EY, 
-       smul=\EX, 
-       use=lpr, 
+       smul=\EX, use=lpr, 
 citoh-pica|citoh in pica, 
        is1=\EN, use=citoh, 
 citoh-elite|citoh in elite, 
        cols#96, 
        is1=\EE, 
 citoh-pica|citoh in pica, 
        is1=\EN, use=citoh, 
 citoh-elite|citoh in elite, 
        cols#96, 
        is1=\EE, 
-       is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089., use=citoh, 
+       is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089., 
+       use=citoh, 
 citoh-comp|citoh in compressed, 
        cols#136, 
        is1=\EQ, 
 citoh-comp|citoh in compressed, 
        cols#136, 
        is1=\EQ, 
-       is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089\,097\,105\,113\,121\,129., use=citoh, 
+       is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089\,097\,105\,113\,121\,129., 
+       use=citoh, 
 # citoh has infinite cols because we don't want lp ever inserting \n\t**.
 citoh-prop|citoh-ps|ips|citoh in proportional spacing mode, 
        cols#32767, 
 # citoh has infinite cols because we don't want lp ever inserting \n\t**.
 citoh-prop|citoh-ps|ips|citoh in proportional spacing mode, 
        cols#32767, 
@@ -7570,7 +10721,7 @@ citoh-8lpi|citoh in 8 lines per inch mode,
 #
 
 cdc456|cdc 456 terminal, 
 #
 
 cdc456|cdc 456 terminal, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E1%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dl1=\EJ, ed=^X, 
        cols#80, lines#24, 
        bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E1%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dl1=\EJ, ed=^X, 
@@ -7578,20 +10729,20 @@ cdc456|cdc 456 terminal,
 
 # Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
 cdc721|CDC Viking, 
 
 # Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
 cdc721|CDC Viking, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
        cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
        kcuu1=^W, khome=^Y, 
 cdc721ll|CDC Vikingll, 
        cols#80, lines#24, 
        clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
        cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
        kcuu1=^W, khome=^Y, 
 cdc721ll|CDC Vikingll, 
-       am, 
+       OTbs, am, 
        cols#132, lines#24, 
        clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
        cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
        kcuu1=^W, khome=^Y, 
 # (cdc752: the BRL entry had :ll=\E1  ^Z: commented out
 cdc752|CDC 752, 
        cols#132, lines#24, 
        clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
        cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
        kcuu1=^W, khome=^Y, 
 # (cdc752: the BRL entry had :ll=\E1  ^Z: commented out
 cdc752|CDC 752, 
-       am, bw, xhp, 
+       OTbs, am, bw, xhp, 
        cols#80, lines#24, 
        bel=^G, clear=\030\E1\s\s, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, el=^V, 
        cols#80, lines#24, 
        bel=^G, clear=\030\E1\s\s, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, el=^V, 
@@ -7603,8 +10754,8 @@ cdc752|CDC 752,
 # Insert/delete-character cannot be used, as the whole display is affected.
 # "so" & "se" are commented out until jove handles "sg" correctly.
 cdc756|CDC 756, 
 # Insert/delete-character cannot be used, as the whole display is affected.
 # "so" & "se" are commented out until jove handles "sg" correctly.
 cdc756|CDC 756, 
-       am, bw, 
-       cols#80, lines#24, 
+       OTbs, am, bw, 
+       OTkn#10, cols#80, lines#24, 
        bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, 
        dl1=\EJ$<6*/>, ed=^X, el=^V, home=^Y, il1=\EL$<6*/>, ind=^J, 
        bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, 
        dl1=\EJ$<6*/>, ed=^X, el=^V, home=^Y, il1=\EL$<6*/>, ind=^J, 
@@ -7627,13 +10778,13 @@ cdc756|CDC 756,
 #
 # (cdc721: changed :ri: to :sr: -- esr)
 cdc721-esc|Control Data 721, 
 #
 # (cdc721: changed :ri: to :sr: -- esr)
 cdc721-esc|Control Data 721, 
-       am, bw, msgr, xon, 
-       cols#80, it#8, lines#30, 
+       OTbs, OTpt, am, bw, msgr, xon, 
+       OTkn#10, cols#80, it#8, lines#30, 
        bel=^G, blink=^N, cbt=^^^K, clear=^L, cub1=^H, cud1=^Z, 
        cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, cuu1=^W, 
        dch1=^^N, dim=^\, dl1=^^Q, ed=^^P, el=^K, home=^Y, hts=^^^RW, 
        ich1=^^O, il1=^^R, ind=\036W =\036U, invis=^^^R[, 
        bel=^G, blink=^N, cbt=^^^K, clear=^L, cub1=^H, cud1=^Z, 
        cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, cuu1=^W, 
        dch1=^^N, dim=^\, dl1=^^Q, ed=^^P, el=^K, home=^Y, hts=^^^RW, 
        ich1=^^O, il1=^^R, ind=\036W =\036U, invis=^^^R[, 
-       is2=\036\022B\003\036\035\017\022\025\035\036E\036\022H\036\022J\036\022L\036\022N\036\022P\036\022Q\036\022\\\036\022\^\036\022b\036\022i\036W =\036\022Z\036\011C1-` `!k/o, 
+       is2=\036\022B\003\036\035\017\022\025\035\036E\036\022H\036\022J\036\022L\036\022N\036\022P\036\022Q\036\022\036\022\^\036\022b\036\022i\036W =\036\022Z\036\011C1-` `!k/o, 
        kbs=^H, kcub1=^H, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^q, 
        kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w, kf7=^^x, 
        kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D, 
        kbs=^H, kcub1=^H, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^q, 
        kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w, kf7=^^x, 
        kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D, 
@@ -7666,7 +10817,7 @@ cdc721-esc|Control Data 721,
 visa50|geveke visa 50 terminal in ansi 80 character mode, 
        bw, mir, msgr, 
        cols#80, lines#25, 
 visa50|geveke visa 50 terminal in ansi 80 character mode, 
        bw, mir, msgr, 
        cols#80, lines#25, 
-       acsc=0_aaffggjjkkllmmnnqqttuuvvwwxxh ooss, bel=^G, 
+       acsc=0_aaffggh jjkkllmmnnooqqssttuuvvwwxx, bel=^G, 
        blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
        blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
@@ -7739,12 +10890,11 @@ visa50|geveke visa 50 terminal in ansi 80 character mode,
 #
 c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages, 
        is3=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n, 
 #
 c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages, 
        is3=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n, 
-       rmcup=\Ev  \001\177p\Ep\r\n, 
-       use=c108-4p, 
+       rmcup=\Ev  \001\177p\Ep\r\n, use=c108-4p, 
 c108-4p|concept108-4p|concept 108 w/4 pages, 
 c108-4p|concept108-4p|concept 108 w/4 pages, 
-       eslok, hs, xon, 
+       OTbs, eslok, hs, xon, 
        pb@, 
        pb@, 
-       acsc=l\\qLkTxUmMjE, cnorm=\Ew, cr=^M, 
+       acsc=jEkTl\\mMqLxU, cnorm=\Ew, cr=^M, 
        cup=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c, 
        cvvis=\EW, dch1=\E 1$<16*>, dsl=\E ;\177, fsl=\Ee\E z\s, 
        ind=^J, is1=\EK\E!\E F, 
        cup=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c, 
        cvvis=\EW, dch1=\E 1$<16*>, dsl=\E ;\177, fsl=\Ee\E z\s, 
        ind=^J, is1=\EK\E!\E F, 
@@ -7802,7 +10952,7 @@ c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mod
 # cannot be # in is2 because it will hang a c100 with no printer 
 # if sent twice.
 c100|concept100|concept|c104|c100-4p|hds concept 100, 
 # cannot be # in is2 because it will hang a c100 with no printer 
 # if sent twice.
 c100|concept100|concept|c104|c100-4p|hds concept 100, 
-       am, eo, mir, ul, xenl, 
+       OTbs, am, eo, mir, ul, xenl, 
        cols#80, lines#24, pb#9600, vt#8, 
        bel=^G, blink=\EC, clear=\E?\E\005$<2*>, cr=$<9>\r, 
        cub1=^H, cud1=^J, cuf1=\E=, 
        cols#80, lines#24, pb#9600, vt#8, 
        bel=^G, blink=\EC, clear=\E?\E\005$<2*>, cr=$<9>\r, 
        cub1=^H, cud1=^J, cuf1=\E=, 
@@ -7811,13 +10961,13 @@ c100|concept100|concept|c104|c100-4p|hds concept 100,
        ed=\E\005$<16*>, el=\E\025$<16>, flash=\Ek$<200>\EK, 
        ht=\011$<8>, il1=\E\022$<3*>, ind=^J, invis=\EH, ip=$<16*>, 
        is1=\EK, 
        ed=\E\005$<16*>, el=\E\025$<16>, flash=\Ek$<200>\EK, 
        ht=\011$<8>, il1=\E\022$<3*>, ind=^J, invis=\EH, ip=$<16*>, 
        is1=\EK, 
-       is2=\EU\Ef\E7\E5\E8\El\ENH\E\200\Eo&\200\Eo'\E\Eo!\200\E\007!\E\010A@ \E4#\:"\E\:a\E4#;"\E\:b\E4#<"\E\:c, 
+       is2=\EU\Ef\E7\E5\E8\El\ENH\E\0\Eo&\0\Eo'\E\Eo!\0\E\007!\E\010A@ \E4#\:"\E\:a\E4#;"\E\:b\E4#<"\E\:c, 
        is3=\Ev    $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_, 
        kcub1=\E>, kcud1=\E<, kcuf1=\E=, kcuu1=\E;, kdch1=\E^Q, 
        kdl1=\E^B, ked=\E^C, kel=\E^S, kf1=\E5, kf2=\E6, kf3=\E7, 
        kf4=\E8, kf5=\E9, kf6=\E\:a, kf7=\E\:b, kf8=\E\:c, khome=\E?, 
        khts=\E], kich1=\E^P, kil1=\E^R, kind=\E[, knp=\E-, kpp=\E., 
        is3=\Ev    $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_, 
        kcub1=\E>, kcud1=\E<, kcuf1=\E=, kcuu1=\E;, kdch1=\E^Q, 
        kdl1=\E^B, ked=\E^C, kel=\E^S, kf1=\E5, kf2=\E6, kf3=\E7, 
        kf4=\E8, kf5=\E9, kf6=\E\:a, kf7=\E\:b, kf8=\E\:c, khome=\E?, 
        khts=\E], kich1=\E^P, kil1=\E^R, kind=\E[, knp=\E-, kpp=\E., 
-       kri=\E\\, krmir=\E\200, mc4=\036o \E\EQ!\EYP\027, 
+       kri=\E\\, krmir=\E\0, mc4=\036o \E\EQ!\EYP\027, 
        mc5=\EQ"\EY(\027\EYD\Eo \036, prot=\EI, 
        rep=\Er%p1%c%p2%{32}%+%c$<.2*>, rev=\ED, 
        rmcup=\Ev    $<6>\Ep\r\n, rmir=\E\s\s, rmkx=\Ex, 
        mc5=\EQ"\EY(\027\EYD\Eo \036, prot=\EI, 
        rep=\Er%p1%c%p2%{32}%+%c$<.2*>, rev=\ED, 
        rmcup=\Ev    $<6>\Ep\r\n, rmir=\E\s\s, rmkx=\Ex, 
@@ -7826,16 +10976,292 @@ c100|concept100|concept|c104|c100-4p|hds concept 100,
        smso=\ED, smul=\EG, 
 c100-rv|c100-rv-4p|concept100-rv|c100 rev video, 
        cnorm@, cvvis@, flash=\EK$<200>\Ek, is1=\Ek, rmso=\Ee, 
        smso=\ED, smul=\EG, 
 c100-rv|c100-rv-4p|concept100-rv|c100 rev video, 
        cnorm@, cvvis@, flash=\EK$<200>\Ek, is1=\Ek, rmso=\Ee, 
-       smso=\EE, 
-       use=c100, 
+       smso=\EE, use=c100, 
 oc100|oconcept|c100-1p|old 1 page concept 100, 
        in, 
        is3@, use=c100, 
 
 oc100|oconcept|c100-1p|old 1 page concept 100, 
        in, 
        is3@, use=c100, 
 
+# From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
+# Lots of notes, originally inline, but ncurses doesn't grok that.
+#
+# am:  not available in power on mode, but turned on with \E[=107;207h in
+#      is2=.  Also, \E=124l in is2= could have been used to prevent needing
+#      to specify xenl:, but that would have rendered the last space on the
+#      last line useless.
+# bw:  Not available in power on mode, but turned on with \E[=107;207h in
+#      is2=.
+# clear: Could be done with \E[2J alone, except that vi (and probably most
+#      other programs) assume that this also homes the cursor.
+# dsl: Go to window 2, go to the beginning of the line, use a line feed to
+#      scroll the window, and go back to window 1.
+# is2: the string may cause a warning to be issued by tic that it
+#      found a very long line and that it suspects that a comma is missing
+#      somewhere.  This warning can be ignored (unless it comes up more than
+#      once).  The initialization string contains the following commands:
+#
+#       [Setup mode items changed from factory defaults:]
+#              \E)0                    set alternate character set to
+#                                              graphics
+#              ^O                      set character set to default
+#       [In case it wasn't]
+#              \E[m                    turn off all attributes
+#       [In case they weren't off]
+#              \E[=107;                cursor wrap and
+#                      207h                    character wrap on
+#              \E[90;3u                set Fkey definitions to "transmit"
+#                                              defaults
+#              \E[92;3u                set cursor key definitions to
+#                                              "transmit" defaults
+#              \E[43;1u                set shift F13 to transmit...
+#              \177\E$P\177
+#              \E[44;1u                set shift F14 to transmit...
+#                      \177\E$Q\177
+#              \E[45;1u                set shift F15 to transmit...
+#                      \177\E$R\177
+#              \E[46;1u                set shift F16 to transmit...
+#                      \177\E$S\177
+#              \E[200;1u               set shift up to transmit...
+#                      \177\E$A\177
+#              \E[201;1u               set shift down to transmit...
+#                      \177\E$B\177
+#              \E[202;1u               set shift right to transmit...
+#                      \177\E$C\177
+#              \E[203;1u               set shift left to transmit...
+#                      \177\E$D\177
+#              \E[204;1u               set shift home to transmit...
+#                      \177\E$H\177
+#              \E[212;1u               set backtab to transmit...
+#                      \177\E$I\177
+#              \E[213;1u               set shift backspace to transmit...
+#                      \177\E$^H\177
+#              \E[214;1u               set shift del to transmit...
+#                      "\E$\177"
+#       [Necessary items not mentioned in setup mode:]
+#              \E[2!w                  move to window 2
+#              \E[25;25w               define window as line 25 of memory
+#              \E[!w                   move to window 1
+#              \E[2*w                  show current line of window 2 as
+#                                              status line
+#              \E[2+x                  set meta key to use high bit
+#              \E[;3+}                 move underline to bottom of character
+#
+#      All Fkeys are set to their default transmit definitions with \E[90;3u
+#      in is2=.  IMPORTANT:  to use this terminal definition, the "quit" stty
+#      setting MUST be redefined or deactivated, because the default is
+#      contained in almost all of this terminal's Fkey strings!  If for some
+#      reason "quit" cannot be altered, the Fkeys can, but it would be
+#      necessary to change ^| to ^] in all of these definitions, and add
+#      \E[2;029!t to is2.
+# lines: is set to 24 because this terminal refuses to treat the 25th
+#      line normally.
+# ll:  Not available in power on mode, but turned on with \E[=107;207h in
+#      is2=.
+# lm:  Pointless, given that this definition locks a single screen of
+#      memory into view, but what the hey...
+# rmso: Could use \E[1;7!{ to turn off only bold and reverse (leaving any
+#      other attributes alone), but some programs expect this to turn off
+#      everything.
+# rmul: Could use \E[4!{ to turn off only underline (leaving any other
+#      attributes alone), but some programs expect this to turn off
+#      everything.
+# sgr: Attributes are set on this terminal with the string \E[ followed by
+#      a list of attribute code numbers (in decimal, separated by
+#      semicolons), followed by the character m.  The attribute code
+#      numbers are:
+#                1 for bold;
+#                2 for dim (which is ignored in power on mode);
+#                4 for underline;
+#                5 for blinking;
+#                7 for inverse;
+#                8 for not displayable; and
+#              =99 for protected (except that there are strange side
+#              effects to protected characters which make them inadvisable).
+#       The mapping of terminfo parameters to attributes is as follows:
+#              %p1 (standout) = bold and inverse together;
+#              %p2 (underline) = underline;
+#              %p3 (reverse) = inverse;
+#              %p4 (blink) = blinking;
+#              %p5 (dim) is ignored;
+#              %p6 (bold) = bold;
+#              %p7 (invisible) = not displayable;
+#              %p8 (protected) is ignored; and
+#              %p9 (alt char set) = alt char set.
+#       The code to do this is:
+#              \E[0            OUTPUT  \E[0
+#              %?%p1%p6%O      IF      (standout; bold) OR
+#              %t;1            THEN    OUTPUT  ;1
+#              %;              ENDIF
+#              %?%p2           IF      underline
+#              %t;4            THEN    OUTPUT  ;4
+#              %;              ENDIF
+#              %?%p4           IF      blink
+#              %t;5            THEN    OUTPUT  ;5
+#              %;              ENDIF
+#              %?%p1%p3%O      IF      (standout; reverse) OR
+#              %t;7            THEN    OUTPUT  ;7
+#              %;              ENDIF
+#              %?%p7           IF      invisible
+#              %t;8            THEN    OUTPUT  ;8
+#              %;              ENDIF
+#              m               OUTPUT  m
+#              %?%p9           IF      altcharset
+#              %t^N            THEN    OUTPUT  ^N
+#              %e^O            ELSE    OUTPUT  ^O
+#              %;              ENDIF
+# sgr0: Everything is turned off (including alternate character set), since
+#      there is no way of knowing what it is that the program wants turned
+#      off.
+# smul: The "underline" attribute is reconfigurable to an overline or
+#      strikethru, or (as done with \E[;3+} in is2=), to a line at the true
+#      bottom of the character cell.  This was done to allow for more readable
+#      underlined characters, and to be able to distinguish between an
+#      underlined space, an underscore, and an underlined underscore.
+# xenl: Terminal can be configured to not need this, but this "glitch"
+#      behavior is actually preferable with autowrap terminals.
+#
+# Parameters kf31= thru kf53= actually contain the strings sent by the shifted
+# Fkeys.  There are no parameters for shifted Fkeys in terminfo.  The is2
+# string modifies the 'O' in kf43 to kf46 to a '$'.
+#
+# kcbt was originally ^I but redefined in is2=.
+# kHOM was \E[H originally but redefined in is2=, as were a number of
+# other keys.
+# kDC was originally \177 but redefined in is2=.
+#
+# kbs: Shift was also ^H originally but redefined as \E$^H in is2=.
+# tsl: Go to window 2, then do an hpa=.
+#
+#------- flash=\E[8;3!}^G\E[3;3!}
+#------- flash=\E[?5h$<100>\E[?5l
+# There are two ways to flash the screen, both of which have their drawbacks. 
+# The first is to set the bell mode to video, transmit a bell character, and
+# set the bell mode back - but to what?  There is no way of knowing what the
+# user's old bell setting was before we messed with it.  Worse, the command to
+# set the bell mode also sets the key click volume, and there is no way to say
+# "leave that alone", or to know what it's set to, either.
+# The second way to do a flash is to set the screen to inverse video, pad for a
+# tenth of a second, and set it back - but like before, there's no way to know
+# that the screen wasn't ALREADY in inverse video, or that the user may prefer
+# it that way.  The point is moot anyway, since vi (and probably other
+# programs) assume that by defining flash=, you want the computer to use it
+# INSTEAD of bel=, rather than as a secondary type of signal.
+#
+#------- cvvis=\E[+{
+# The is the power on setting, which is also as visible as the cursor
+# gets.
+#-------  wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
+# Windowing is possible, but not defined here because it is also used to
+# emulate status line functions.  Allowing a program to set a window could
+# clobber the status line or render it unusable.  There is additional memory,
+# but screen scroll functions are destructive and do not make use of it.
+#
+#-------   dim=                        Not available in power on mode.
+# You have a choice of defining low intensity characters as "half bright" and
+# high intensity as "normal", or defining low as "normal" and high as "bold". 
+# No matter which you choose, only one of either "half bright" or "bold" is
+# available at any time, so taking the time to override the default is
+# pointless.
+#
+#-------  prot=\E[=0;99m
+# Not defined, because it appears to have some strange side effects.
+#------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
+#------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
+#-------   pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
+#       Available, but making them available to programs is inadvisable.
+#       The code to do this is:
+#              %?%p1%{24}%<    IF      ((key; 24) <;
+#              %p1%{30}%>               ((key; 30) >;
+#              %p1%{54}%<                (key; 54) <
+#              %A                       ) AND
+#              %O                      ) OR
+#       [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
+#              %t\E[           THEN    OUTPUT  \E[
+#              %p1%d                   OUTPUT  (key) as decimal
+#       [next line applies to pfx only]
+#              ;1                      OUTPUT  ;1
+#              u                       OUTPUT  u
+#              \177                    OUTPUT  \177
+#              %p2%s                   OUTPUT  (string) as string
+#              \177                    OUTPUT  \177
+#       [DEL chosen as delimiter, but could be any character]
+#       [implied:              ELSE    do nothing]
+#              %;              ENDIF
+#      
+#-------   rs2=
+# Not defined since anything it might do could be done faster and easier with
+# either Meta-Shift-Reset or the main power switch.
+#
+#-------  smkx=\E[1!z
+#-------  rmkx=\E[!z
+# These sequences apply to the cursor and setup keys only, not to the
+# numeric keypad.  But it doesn't matter anyway, since making these
+# available to programs is inadvisable.
+# For the key definitions below, all sequences beginning with \E$ are
+# custom and programmed into the terminal via is2.  \E$ also has no
+# meaning to any other terminal.
+#
+#------- cmdch=\E[;%p1%d!t
+# Available, but making it available to programs is inadvisable.
+#------- smxon=\E[1*q
+# Available, but making it available to programs is inadvisable.
+# Terminal will send XON/XOFF on buffer overflow.
+#------- rmxon=\E[*q
+# Available, but making it available to programs is inadvisable.
+# Terminal will not notify on buffer overflow.
+#-------   smm=\E[2+x
+#-------   rmm=\E[+x
+# Available, but making them available to programs is inadvisable.
+#
+# Printing:
+#       It's not made clear in the manuals, but based on other ansi/vt type
+#       terminals, it's a good guess that this terminal is capable of both
+#       "transparent print" (which doesn't copy data to the screen, and
+#       therefore needs mc5i: specified to say so) and "auxilliary print"
+#       (which does duplicate printed data on the screen, in which case mc4=
+#       and mc5= should use the \E[?4i and \E[?5i strings instead).
+
+hds200|Human Designed Systems HDS200, 
+       am, bw, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, lm#0, 
+       acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
+       blink=\E[0;5m, bold=\E[0;1m, cbt=\E[Z, civis=\E[6+{, 
+       clear=\E[H\E[J, cnorm=\E[+{, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
+       dsl=\E[2!w\r\n\E[!w, ed=\E[J, el=\E[K, el1=\E[1K, 
+       fsl=\E[!w, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
+       ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
+       invis=\E[0;8m, 
+       is2=\E)0\017\E[m\E[=107;207h\E[90;3u\E[92;3u\E[43;1u\177\E$P\177\E[44;1u\177\E$Q\177\E[45;1u\177\E$R\177\E[46;1u\177\E$S\177\E[200;1u\177\E$A\177\E[201;1u\177\E$B\177\E[202;1u\177\E$C\177\E[203;1u\177\E$D\177\E[204;1u\177\E$H\177\E[212;1u\177\E$I\177\E[213;1u\177\E$\010\177\E[214;1u"\E$\177"\E[2!w\E[25;25w\E[!w\E[2*w\E[2+x\E[;3+}, 
+       kDC=\E$\177, kHOM=\E$H, kLFT=\E$D, kRIT=\E$C, kbs=^H, 
+       kcbt=\E$I, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\177, kent=^M, kf1=^\001\r, kf10=^\010\r, 
+       kf11=^\011\r, kf12=^\012\r, kf13=\EOP, kf14=\EOQ, 
+       kf15=\EOR, kf16=\EOS, kf17=^\017\r, kf18=^\018\r, 
+       kf19=^\019\r, kf2=^\002\r, kf20=^\020\r, kf21=^\021\r, 
+       kf22=^\022\r, kf23=^\023\r, kf3=^\003\r, kf31=^\031\r, 
+       kf32=^\032\r, kf33=^\033\r, kf34=^\034\r, kf35=^\035\r, 
+       kf36=^\036\r, kf37=^\037\r, kf38=^\038\r, kf39=^\039\r, 
+       kf4=^\004\r, kf40=^\040\r, kf41=^\041\r, kf42=^\042\r, 
+       kf43=\E$P, kf44=\E$Q, kf45=\E$R, kf46=\E$S, kf47=^\047\r, 
+       kf48=^\048\r, kf49=^\049\r, kf5=^\005\r, kf50=^\050\r, 
+       kf51=^\051\r, kf52=^\052\r, kf53=^\053\r, kf6=^\006\r, 
+       kf7=^\007\r, kf8=^\008\r, kf9=^\009\r, khome=\E[H, 
+       kind=\E[T, knp=\E[U, kpp=\E[V, kri=\E[S, ll=\E[H\E[A, 
+       mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\E[E, rc=\E8, 
+       rev=\E[0;7m, ri=\EM, rmacs=^O, rmir=\E[4l, rmso=\E[m\017, 
+       rmul=\E[m\017, sc=\E7, 
+       sgr=\E[0%?%p1%p6%O%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%O%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smir=\E[4h, smso=\E[0;1;7m, 
+       smul=\E[0;4m, tbc=\E[3g, tsl=\E[2!w\E[%i%p1%dG, 
+       vpa=\E[%i%p1%dd, 
+
 # <ht> through <el> included to specify padding needed in raw mode.
 # (avt-ns: added empty <acsc> to suppress a tic warning --esr)
 avt-ns|concept avt no status line, 
 # <ht> through <el> included to specify padding needed in raw mode.
 # (avt-ns: added empty <acsc> to suppress a tic warning --esr)
 avt-ns|concept avt no status line, 
-       am, eo, mir, ul, xenl, xon, 
+       OTbs, am, eo, mir, ul, xenl, xon, 
        cols#80, it#8, lines#24, lm#192, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        clear=\E[H\E[J$<38>, cnorm=\E[=119l, cr=^M, 
        cols#80, it#8, lines#24, lm#192, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        clear=\E[H\E[J$<38>, cnorm=\E[=119l, cr=^M, 
@@ -7846,7 +11272,7 @@ avt-ns|concept avt no status line,
        dl1=\E[M$<4>, ed=\E[J$<96>, el=\E[K$<6>, home=\E[H, 
        hpa=\E[%p1%{1}%+%dG, ht=\011$<4>, hts=\EH, ich=\E[%p1%d@, 
        ich1=\E[@, il=\E[%p1%dL$<4*>, il1=\E[L$<4>, ind=\n$<8>, 
        dl1=\E[M$<4>, ed=\E[J$<96>, el=\E[K$<6>, home=\E[H, 
        hpa=\E[%p1%{1}%+%dG, ht=\011$<4>, hts=\EH, ich=\E[%p1%d@, 
        ich1=\E[@, il=\E[%p1%dL$<4*>, il1=\E[L$<4>, ind=\n$<8>, 
-       invis=\E8m, ip=$<4>, is1=\E[=103l\E[=205l, 
+       invis=\E[8m, ip=$<4>, is1=\E[=103l\E[=205l, 
        is2=\E[1*q\E[2!t\E[7!t\E[=4;101;119;122l\E[=107;118;207h\E)1\E[1Q\EW\E[!y\E[!z\E>\E[0\:0\:32!r\E[0*w\E[w\E2\r\n\E[2;27!t, 
        kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
        kdch1=\E^B\r, ked=\E^D\r, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
        is2=\E[1*q\E[2!t\E[7!t\E[=4;101;119;122l\E[=107;118;207h\E)1\E[1Q\EW\E[!y\E[!z\E>\E[0\:0\:32!r\E[0*w\E[w\E2\r\n\E[2;27!t, 
        kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
        kdch1=\E^B\r, ked=\E^D\r, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
@@ -7854,11 +11280,12 @@ avt-ns|concept avt no status line,
        mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
        pfloc=\E[%p1%d;0u#%p2%s#, pfx=\E[%p1%d;1u#%p2%s#, 
        prot=\E[99m, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, 
        mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
        pfloc=\E[%p1%d;0u#%p2%s#, pfx=\E[%p1%d;1u#%p2%s#, 
        prot=\E[99m, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, 
-       ri=\EM$<4>, rmacs=\016$<1>, rmcup=\E[w\E2\r\n, rmir=\E4l, 
-       rmkx=\E[!z\E[0;2u, rmso=\E[7!{, rmul=\E[4!{, sc=\E7, 
+       ri=\EM$<4>, rmacs=\016$<1>, rmcup=\E[w\E2\r\n, 
+       rmir=\E[4l, rmkx=\E[!z\E[0;2u, rmso=\E[7!{, rmul=\E[4!{, 
+       sc=\E7, 
        sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
        sgr0=\E[m, smacs=\017$<1>, smcup=\E[=4l\E[1;24w\E2\r, 
        sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
        sgr0=\E[m, smacs=\017$<1>, smcup=\E[=4l\E[1;24w\E2\r, 
-       smir=\E1, smkx=\E[1!z\E[0;3u, smso=\E[7m, smul=\E[4m, 
+       smir=\E[4h, smkx=\E[1!z\E[0;3u, smso=\E[7m, smul=\E[4m, 
        tbc=\E[2g, vpa=\E[%p1%{1}%+%dd, 
 avt-rv-ns|concept avt in reverse video mode/no status line, 
        flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, 
        tbc=\E[2g, vpa=\E[%p1%{1}%+%dd, 
 avt-rv-ns|concept avt in reverse video mode/no status line, 
        flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, 
@@ -7868,8 +11295,7 @@ avt-w-ns|concept avt in 132 column mode/no status line,
        use=avt-ns, 
 avt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video, 
        flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
        use=avt-ns, 
 avt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video, 
        flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
-       smcup=\E[H\E[1;24;1;132w, 
-       use=avt-ns, 
+       smcup=\E[H\E[1;24;1;132w, use=avt-ns, 
 
 # Concept AVT with status line. We get the status line using the
 # "Background status line" feature of the terminal. We swipe the
 
 # Concept AVT with status line. We get the status line using the
 # "Background status line" feature of the terminal. We swipe the
@@ -7889,15 +11315,14 @@ avt+s|concept avt status line changes,
 avt|avt-s|concept-avt|avt w/80 columns, 
        use=avt+s, use=avt-ns, 
 avt-rv|avt-rv-s|avt reverse video w/sl, 
 avt|avt-s|concept-avt|avt w/80 columns, 
        use=avt+s, use=avt-ns, 
 avt-rv|avt-rv-s|avt reverse video w/sl, 
-       flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, use=avt+s, 
-       use=avt-ns, 
+       flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, 
+       use=avt+s, use=avt-ns, 
 avt-w|avt-w-s|concept avt 132 cols+status, 
 avt-w|avt-w-s|concept avt 132 cols+status, 
-       is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, use=avt+s, 
-       use=avt-ns, 
+       is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, 
+       use=avt+s, use=avt-ns, 
 avt-w-rv|avt-w-rv-s|avt wide+status+rv, 
        flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
 avt-w-rv|avt-w-rv-s|avt wide+status+rv, 
        flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
-       smcup=\E[H\E[1;24;1;132w, 
-       use=avt+s, use=avt-ns, 
+       smcup=\E[H\E[1;24;1;132w, use=avt+s, use=avt-ns, 
 
 #### Contel Business Systems. 
 #
 
 #### Contel Business Systems. 
 #
@@ -7913,10 +11338,10 @@ contel300|contel320|c300|Contel Business Systems C-300 or C-320,
        hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
        kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
        kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
        hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
        kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
        kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
-       rmso=\E!\200, sgr0=\E!\200, smso=\E!\r, tbc=\E3, 
+       rmso=\E!\0, sgr0=\E!\0, smso=\E!\r, tbc=\E3, 
 # Contel c301 and c321 terminals.
 contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321, 
 # Contel c301 and c321 terminals.
 contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321, 
-       flash@, ich1@, ip@, rmso=\E!\200$<20>, smso=\E!\r$<20>, 
+       flash@, ich1@, ip@, rmso=\E!\0$<20>, smso=\E!\r$<20>, 
        use=contel300, 
 
 #### Data General (dg)
        use=contel300, 
 
 #### Data General (dg)
@@ -7925,13 +11350,185 @@ contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321,
 # the terminals group at Data General was shut down in 1991; all these
 # terminals have thus been discontinued.
 #
 # the terminals group at Data General was shut down in 1991; all these
 # terminals have thus been discontinued.
 #
+# DG terminals have function keys that respond to the SHIFT and CTRL keys,
+# e.g., SHIFT-F1 generates a different code from F1.  To number the keys
+# sequentially, first the unmodified key codes are listed as F1 through F15. 
+# Then their SHIFT versions are listed as F16 through F30, their CTRL versions
+# are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
+# F46 through F60.  This is done in the private "includes" below whose names
+# start with "dgkeys+".
+#
+# DG terminals generally support 8 bit characters.  For each of these terminals
+# two descriptions are supplied:
+#      1) A default description for 8 bits/character communications, which
+#         uses the default DG international character set and keyboard codes.
+#      2) A description with suffix "-7b" for 7 bits/character communications.
+#         This description must use the NON-DEFAULT native keyboard language.
+
+# Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
+# Ctrl/Shift fdkeys (kf34-kf44).
+
+dgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys, 
+       ka1=\233020z, ka3=\233021z, kc1=\233022z, kc3=\233023z, 
+       kclr=\2332J, kcub1=\233D, kcud1=\233B, kcuf1=\233C, 
+       kcuu1=\233A, kel=\233K, kf1=\233001z, kf10=\233010z, 
+       kf11=\233011z, kf12=\233012z, kf13=\233013z, 
+       kf14=\233014z, kf15=\233000z, kf16=\233101z, 
+       kf17=\233102z, kf18=\233103z, kf19=\233104z, 
+       kf2=\233002z, kf20=\233105z, kf21=\233106z, 
+       kf22=\233107z, kf23=\233108z, kf24=\233109z, 
+       kf25=\233110z, kf26=\233111z, kf27=\233112z, 
+       kf28=\233113z, kf29=\233114z, kf3=\233003z, 
+       kf30=\233100z, kf31=\233201z, kf32=\233202z, 
+       kf33=\233203z, kf34=\233204z, kf35=\233205z, 
+       kf36=\233206z, kf37=\233207z, kf38=\233208z, 
+       kf39=\233209z, kf4=\233004z, kf40=\233210z, 
+       kf41=\233211z, kf42=\233212z, kf43=\233213z, 
+       kf44=\233214z, kf45=\233200z, kf46=\233301z, 
+       kf47=\233302z, kf48=\233303z, kf49=\233304z, 
+       kf5=\233005z, kf50=\233305z, kf51=\233306z, 
+       kf52=\233307z, kf53=\233308z, kf54=\233309z, 
+       kf55=\233310z, kf56=\233311z, kf57=\233312z, 
+       kf58=\233313z, kf59=\233314z, kf6=\233006z, 
+       kf60=\233300z, kf7=\233007z, kf8=\233008z, kf9=\233009z, 
+       khome=\233H, kprt=\233i, 
+
+dgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys, 
+       ka1=\E[020z, ka3=\E[021z, kc1=\E[022z, kc3=\E[023z, 
+       kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kel=\E[K, kf1=\E[001z, kf10=\E[010z, kf11=\E[011z, 
+       kf12=\E[012z, kf13=\E[013z, kf14=\E[014z, kf15=\E[000z, 
+       kf16=\E[101z, kf17=\E[102z, kf18=\E[103z, kf19=\E[104z, 
+       kf2=\E[002z, kf20=\E[105z, kf21=\E[106z, kf22=\E[107z, 
+       kf23=\E[108z, kf24=\E[109z, kf25=\E[110z, kf26=\E[111z, 
+       kf27=\E[112z, kf28=\E[113z, kf29=\E[114z, kf3=\E[003z, 
+       kf30=\E[100z, kf31=\E[201z, kf32=\E[202z, kf33=\E[203z, 
+       kf34=\E[204z, kf35=\E[205z, kf36=\E[206z, kf37=\E[207z, 
+       kf38=\E[208z, kf39=\E[209z, kf4=\E[004z, kf40=\E[210z, 
+       kf41=\E[211z, kf42=\E[212z, kf43=\E[213z, kf44=\E[214z, 
+       kf45=\E[200z, kf46=\E[301z, kf47=\E[302z, kf48=\E[303z, 
+       kf49=\E[304z, kf5=\E[005z, kf50=\E[305z, kf51=\E[306z, 
+       kf52=\E[307z, kf53=\E[308z, kf54=\E[309z, kf55=\E[310z, 
+       kf56=\E[311z, kf57=\E[312z, kf58=\E[313z, kf59=\E[314z, 
+       kf6=\E[006z, kf60=\E[300z, kf7=\E[007z, kf8=\E[008z, 
+       kf9=\E[009z, khome=\E[H, kprt=\E[i, 
+
+dgkeys+11|Private entry describing 11 minimal-subset DG mode special keys, 
+       kclr=^L, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kel=^K, 
+       kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^a, kf13=^^b, kf14=^^c, 
+       kf15=^^d, kf16=^^e, kf17=^^f, kf18=^^g, kf19=^^h, kf2=^^r, 
+       kf20=^^i, kf21=^^j, kf22=^^k, kf23=^^1, kf24=^^2, kf25=^^3, 
+       kf26=^^4, kf27=^^5, kf28=^^6, kf29=^^7, kf3=^^s, kf30=^^8, 
+       kf31=^^9, kf32=^^\:, kf33=^^;, kf34=^^!, kf35=^^", kf36=^^#, 
+       kf37=^^$, kf38=^^%%, kf39=^^&, kf4=^^t, kf40=^^', kf41=^^(, 
+       kf42=^^), kf43=^^*, kf44=^^+, kf5=^^u, kf6=^^v, kf7=^^w, 
+       kf8=^^x, kf9=^^y, khome=^H, 
+
+dgkeys+15|Private entry describing 15 DG mode special keys, 
+       kHOM=^^^H, kLFT=^^^Y, kRIT=^^^X, ka1=^^\\, ka3=^^], kc1=^^\^, 
+       kc3=^^_, kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^|, kf13=^^}, 
+       kf14=^^~, kf15=^^p, kf16=^^a, kf17=^^b, kf18=^^c, kf19=^^d, 
+       kf2=^^r, kf20=^^e, kf21=^^f, kf22=^^g, kf23=^^h, kf24=^^i, 
+       kf25=^^j, kf26=^^k, kf27=^^l, kf28=^^m, kf29=^^n, kf3=^^s, 
+       kf30=^^`, kf31=^^1, kf32=^^2, kf33=^^3, kf34=^^4, kf35=^^5, 
+       kf36=^^6, kf37=^^7, kf38=^^8, kf39=^^9, kf4=^^t, kf40=^^\:, 
+       kf41=^^;, kf42=^^<, kf43=^^=, kf44=^^>, kf45=^^0, kf46=^^!, 
+       kf47=^^", kf48=^^#, kf49=^^$, kf5=^^u, kf50=^^%%, kf51=^^&, 
+       kf52=^^', kf53=^^(, kf54=^^), kf55=^^*, kf56=^^+, kf57=^^\,, 
+       kf58=^^-, kf59=^^., kf6=^^v, kf60=^^\s, kf7=^^w, kf8=^^x, 
+       kf9=^^y, 
+
+# Data General color terminals use the "Tektronix" color model.  The total
+# number of colors varies with the terminal model, as does support for
+# attributes used in conjunction with color.
+
+# Removed u7, u8 definitions since they conflict with tack:
+#              Preserve user-defined colors in at least some cases.
+#      u7=^^Fh,
+#              Default is ACM mode.
+#      u8=^^F}20^^Fi^^F}21,
+#
+dgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode, 
+       bce, 
+       colors#16, ncv#53, pairs#256, 
+       op=\036Ad\036Bd, 
+       setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
+       setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
+       setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c, 
+
+dg+fixed|Fixed color info for DG D430C terminals in DG mode, 
+       use=dgunix+fixed, 
+
+# Video attributes are coordinated using static variables set by "sgr", then
+# checked by "op", "seta[bf]", and "set[bf]" to refresh the attribute settings. 
+# (D=dim, U=underline, B=blink, R=reverse.)
+dg+color8|Color info for Data General D220 and D230C terminals in ANSI mode, 
+       bce, 
+       colors#8, ncv#16, pairs#64, 
+       op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m, 
+       setab=\E[4%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
+       setaf=\E[3%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
+       setb=\E[4%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
+       setf=\E[3%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
+
+dg+color|Color info for Data General D470C terminals in ANSI mode, 
+       colors#16, ncv#53, pairs#256, 
+       setab=\E[%?%p1%{8}%<%t4%p1%e=%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
+       setaf=\E[%?%p1%{8}%<%t3%p1%e<%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
+       setb=\E[%?%p1%{8}%<%t4%e=%;%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
+       setf=\E[%?%p1%{8}%<%t3%e<%;%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
+       use=dg+color8, 
+
+dgmode+color8|Color info for Data General D220/D230C terminals in DG mode, 
+       bce, 
+       colors#8, ncv#16, pairs#64, 
+       op=\036Ad\036Bd, 
+       setab=\036B%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c, 
+       setaf=\036A%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c, 
+       setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c, 
+
+dgmode+color|Color info for Data General D470C terminals in DG mode, 
+       colors#16, pairs#256, 
+       setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
+       setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
+       use=dgmode+color8, 
+
+dgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode, 
+       bce, ccc, 
+       colors#52, ncv#53, pairs#26, 
+       initp=\036RG0%p1%02X%p2%{256}%*%{1001}%/%02X%p3%{256}%*%{1001}%/%02X%p4%{256}%*%{1001}%/%02X%p5%{256}%*%{1001}%/%02X%p6%{256}%*%{1001}%/%02X%p7%{256}%*%{1001}%/%02X, 
+       oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00, 
+       op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D, 
+       scp=\036RG2%p1%02X, 
+
+# Colors are in the order:  normal, reverse, dim, dim + reverse.
+dg+ccc|Configurable color info for DG D430C terminals in DG mode, 
+       bce, ccc, 
+       colors#52, ncv#53, pairs#26, 
+       initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p3%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p4%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p5%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p6%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p7%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c, 
+       oc=\036RG01\:00??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00, 
+       op=\036RF4831\:\036RF2>31;\036RF1=31<\036RF3?31=, 
+       scp=\036RG2%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c, 
+
+# The generic DG terminal type (an 8-bit-clean subset of the 6053)
+# Initialization string 1 sets:
+#      ^R              - vertical scrolling enabled
+#      ^C              - blinking enabled
+dg-generic|Generic Data General terminal in DG mode, 
+       am, bw, msgr, xon, 
+       cols#80, lines#24, 
+       bel=^G, blink=^N, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
+       cup=\020%p2%c%p1%c, cuu1=^W, dim=^\, el=^K, ind=^J, is1=^R^C, 
+       mc0=^Q, nel=^J, rmso=^], rmul=^U, sgr0=^O^U^], smso=^\, 
+       smul=^T, use=dgkeys+11, 
 
 # According to the 4.4BSD termcap file, the dg200 <cup> should be the
 # termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
 # notation that's "^P%r%+\200%+\200").  Those \200s are suspicious,
 # maybe they were originally nuls (which would fit).
 
 # According to the 4.4BSD termcap file, the dg200 <cup> should be the
 # termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
 # notation that's "^P%r%+\200%+\200").  Those \200s are suspicious,
 # maybe they were originally nuls (which would fit).
+
 dg200|data general dasher 200, 
 dg200|data general dasher 200, 
-       am, bw, 
+       OTbs, am, bw, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
        cup=\020%p2%c%p1%c, cuu1=^W, el=^K, home=^H, ind=^J, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
        cup=\020%p2%c%p1%c, cuu1=^W, el=^K, home=^H, ind=^J, 
@@ -7939,14 +11536,16 @@ dg200|data general dasher 200,
        kf2=^^r, kf3=^^s, kf4=^^t, kf5=^^u, kf6=^^v, kf7=^^w, kf8=^^x, 
        kf9=^^y, khome=^H, lf0=f10, nel=^J, rmso=^^E, rmul=^U, 
        smso=^^D, smul=^T, 
        kf2=^^r, kf3=^^s, kf4=^^t, kf5=^^u, kf6=^^v, kf7=^^w, kf8=^^x, 
        kf9=^^y, khome=^H, lf0=f10, nel=^J, rmso=^^E, rmul=^U, 
        smso=^^D, smul=^T, 
+
 # Data General 210/211 (and 410?)      from Lee Pearson (umich!lp) via BRL
 dg210|dg-ansi|Data General 210/211, 
        am, 
        cols#80, lines#24, 
 # Data General 210/211 (and 410?)      from Lee Pearson (umich!lp) via BRL
 dg210|dg-ansi|Data General 210/211, 
        am, 
        cols#80, lines#24, 
-       clear=\E[2J, cud1=\E[B, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
-       ed=\E[J, el=\E[K, home=\E[H, kcub1=\E[D, kcud1=\E[B, 
-       kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, nel=\r\E[H\E[A\n, 
-       rmso=\E[0;m, rmul=\E[0;m, smso=\E[7;m, smul=\E[4;m, 
+       OTnl=\E[B, clear=\E[2J, cud1=\E[B, cup=\E[%i%p1%d;%p2%dH, 
+       cuu1=\E[A, ed=\E[J, el=\E[K, home=\E[H, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
+       nel=\r\E[H\E[A\n, rmso=\E[0;m, rmul=\E[0;m, smso=\E[7;m, 
+       smul=\E[4;m, 
 # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
 # courtesy of Carlos Rucalde of Vantage Software, Inc.
 # (dg211: this had <cup=\020%r%.%>., which was an ancient termcap hangover.
 # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
 # courtesy of Carlos Rucalde of Vantage Software, Inc.
 # (dg211: this had <cup=\020%r%.%>., which was an ancient termcap hangover.
@@ -7954,11 +11553,13 @@ dg210|dg-ansi|Data General 210/211,
 dg211|Data General d211, 
        cnorm=^L, cvvis=^L^R, ht=^I, ind@, kbs=^Y, kf0@, kf1@, kf2@, kf3@, 
        kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, lf0@, nel=^M^Z, rmcup=^L, 
 dg211|Data General d211, 
        cnorm=^L, cvvis=^L^R, ht=^I, ind@, kbs=^Y, kf0@, kf1@, kf2@, kf3@, 
        kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, lf0@, nel=^M^Z, rmcup=^L, 
-       rmso=\036E$<\200/>, smcup=^L^R, smso=\036D$<5/>
-       use=dg200, 
-# dg450 from cornell
+       rmso=\036E$<\0/>, smcup=^L^R, smso=\036D$<5/>, use=dg200
+
+# dg450 from Cornell (not official)
 dg450|dg6134|data general 6134, 
        cub1@, cuf1=^X, use=dg200, 
 dg450|dg6134|data general 6134, 
        cub1@, cuf1=^X, use=dg200, 
+
+# Not official...
 # Note: lesser Dasher terminals will not work with vi because vi insists upon
 # having a command to move straight down from any position on the bottom line
 # and scroll the screen up, or a direct vertical scroll command.  The 460 and
 # Note: lesser Dasher terminals will not work with vi because vi insists upon
 # having a command to move straight down from any position on the bottom line
 # and scroll the screen up, or a direct vertical scroll command.  The 460 and
@@ -7969,56 +11570,513 @@ dg450|dg6134|data general 6134,
 # grounds that there is no matching ":ml:"
 # fixed garbled ":k9=\E[00\:z:" capability -- esr)
 dg460-ansi|Data General Dasher 460 in ANSI-mode, 
 # grounds that there is no matching ":ml:"
 # fixed garbled ":k9=\E[00\:z:" capability -- esr)
 dg460-ansi|Data General Dasher 460 in ANSI-mode, 
-       am, msgr, ul, 
+       OTbs, am, msgr, ul, 
        cols#80, it#8, lines#24, 
        cols#80, it#8, lines#24, 
-       blink=\E[5m, clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
-       cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, 
-       dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
-       il1=\E[L, ind=\E[S, is2=^^F@, kbs=\E[D, kcub1=\E[D, 
-       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[001z, 
-       kf1=\E[002z, kf2=\E[003z, kf3=\E[004z, kf4=\E[005z, 
-       kf5=\E[006z, kf6=\E[007z, kf7=\E[008z, kf8=\E[009z, 
-       kf9=\E[010z, khome=\E[H, lf0=f1, lf1=f2, lf2=f3, lf3=f4, 
-       lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf9=f10, rev=\E[7m, ri=\E[T, 
-       rmso=\E[m, rmul=\E[05, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
-# From: Wayne Throop <mcnc!rti-sel!rtp47!throopw>
+       OTnl=\ED, blink=\E[5m, clear=\E[2J, cub1=^H, cud1=\E[B, 
+       cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, 
+       dim=\E[2m, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
+       ich1=\E[@, il1=\E[L, ind=\E[S, is2=^^F@, kbs=\E[D, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kf0=\E[001z, kf1=\E[002z, kf2=\E[003z, kf3=\E[004z, 
+       kf4=\E[005z, kf5=\E[006z, kf6=\E[007z, kf7=\E[008z, 
+       kf8=\E[009z, kf9=\E[010z, khome=\E[H, lf0=f1, lf1=f2, lf2=f3, 
+       lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf9=f10, rev=\E[7m, 
+       ri=\E[T, rmso=\E[m, rmul=\E[05, sgr0=\E[m, smso=\E[7m, 
+       smul=\E[4m, 
+# From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
 # Data General 605x     
 # Ought to work for a Model 6242, Type D210 as well as a 605x.
 # Note that the cursor-down key transmits ^Z.  Job control users, beware!
 # This also matches a posted description of something called a `Dasher 100'
 # so there's a dg100 alias here. 
 # (dg6053: the 4.4BSD file had <cub1=^H>, <cud1=^J>, <cuf1=^S>. -- esr) 
 # Data General 605x     
 # Ought to work for a Model 6242, Type D210 as well as a 605x.
 # Note that the cursor-down key transmits ^Z.  Job control users, beware!
 # This also matches a posted description of something called a `Dasher 100'
 # so there's a dg100 alias here. 
 # (dg6053: the 4.4BSD file had <cub1=^H>, <cud1=^J>, <cuf1=^S>. -- esr) 
-dg6053|dg100|data general 6053, 
-       am, bw, ul, 
+dg6053-old|dg100|data general 6053, 
+       OTbs, am, bw, ul, 
        cols#80, lines#24, 
        cols#80, lines#24, 
-       bel=^G, clear=^L, cnorm=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X
-       cup=\020%p2%c%p1%c, cuu1=^W, cvvis=^L^R, el=^K, home=^H
-       ht=^I, is2=^R, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W
-       kf0=^^q, kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w
-       kf7=^^x, kf8=^^y, kf9=^^z, khome=^H, rmcup=^L, rmso=\200^^E
-       rmul=^U, smcup=^L^R, smso=\200\200\200\200\200\036D, 
+       OTbc=^Y, bel=^G, clear=^L, cnorm=^L, cr=^M, cub1=^Y, cud1=^Z
+       cuf1=^X, cup=\020%p2%c%p1%c, cuu1=^W, cvvis=^L^R, el=^K
+       home=^H, ht=^I, is2=^R, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X
+       kcuu1=^W, kf0=^^q, kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v
+       kf6=^^w, kf7=^^x, kf8=^^y, kf9=^^z, khome=^H, rmcup=^L
+       rmso=\0^^E, rmul=^U, smcup=^L^R, smso=\0\0\0\0\0\036D, 
        smul=^T, 
 
        smul=^T, 
 
-#### Datamedia (dm)
+# (Some performance can be gained over the generic DG terminal type)
+dg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053, 
+       xon@, 
+       home=^P\0\0, ll=^P\0^W, use=dg-generic, 
+
+# Like 6053, but adds reverse video and more keypad and function keys.
+d200|d200-dg|Data General DASHER D200, 
+       bold=^^D^T, home@, ll@, rev=^^D, rmso=^^E^], 
+       sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;, 
+       sgr0=\017\025\035\036E, smso=^^D^\, use=dgkeys+15, 
+       use=dg6053, 
+
+# DASHER D210 series terminals in ANSI mode.
+#      Reverse video, no insert/delete character/line, 7 bits/character only.
+#
+# Initialization string 1 sets:
+#      <0              - scrolling enabled
+#      <1              - blink enabled
+#      <4              - print characters regardless of attributes
+d210|d214|Data General DASHER D210 series, 
+       am, bw, msgr, xon, 
+       cols#80, lines#24, 
+       bel=^G, blink=\E[5m, bold=\E[4;7m, clear=\E[2J, cr=^M, 
+       cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dim=\E[2m, ed=\E[J, el=\E[K, 
+       el1=\E[1K, home=\E[H, ind=^J, is1=\E[<0;<1;<4l, 
+       ll=\E[H\E[A, nel=^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
+       sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m, 
+       sgr0=\E[m, smso=\E[2;7m, smul=\E[4m, use=dgkeys+7b, 
+
+# DASHER D210 series terminals in DG mode.
+# Like D200, but adds clear to end-of-screen and needs XON/XOFF.
+d210-dg|d214-dg|Data General DASHER D210 series in DG mode, 
+       xon, 
+       ed=^^FF, use=d200-dg, 
+
+# DASHER D211 series terminals in ANSI mode.
+# Like the D210, but with 8-bit characters and local printer support.
 #
 #
-# Datamedia was headquartered in Nashua, New Hampshire in 1993.
-# As of early 1996, at least one company called `Datamedia' has been taken
-# over by:
+# Initialization string 2 sets:
+#      \E[2;1;1;1v
+#              2;1     - 8 bit operations
+#              1;1     - 8 bit (international) keyboard language
+#      \E(B            - default primary character set (U.S. ASCII)
+#      \E)4            - default secondary character set (international)
+#      ^O              - primary character set
 #
 #
-#    Axent Technologies, Inc.
-#    2400 Research Boulevard
-#    Rockville, Maryland 20850
-#    voice: +1 301/258-5043
-#      fax: +1 301/330-5756
-#    email: <info@axent.com>
+d211|d215|Data General DASHER D211 series, 
+       km, 
+       is2=\E[2;1;1;1v\E(B\E)4\017, mc0=\E[i, use=dgkeys+8b, 
+       use=d210, 
+
+# Initialization string 2 sets:
+#      \E[2;0;1;0v
+#              2;0     - 7 bit operations
+#              1;0     - 7 bit (native) keyboard language
+#      \E(0            - default character set (the keyboard native language)
+#      ^O              - primary character set
+d211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode, 
+       km@, 
+       is2=\E[2;0;1;0v\E(0\017, use=dgkeys+7b, use=d211, 
+
+# Like the D210 series, but adds support for 8-bit characters.
+#
+# Reset string 2 sets:
+#      ^^N     - secondary character set
+#      ^^FS0>  - 8 bit international character set
+#      ^^O     - primary character set
+#      ^^FS00  - default character set (matching the native keyboard language)
+#
+d211-dg|d215-dg|Data General DASHER D211 series in DG mode, 
+       km, 
+       rs2=\036N\036FS0>\036O\036FS00, use=d210-dg, 
+
+d216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode, 
+       use=d211-dg, 
+
+# Enhanced DG mode with changes to be more UNIX compatible.
+d216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode, 
+       mc5i, 
+       it#8, 
+       acsc=a\177j$k"l!m#n)q+t'u&v(w%x*, blink=^^PI, 
+       clear=^^PH, cub1=^^PD, cud1=^^PB, cuf1=^^PC, cuu1=^^PA, 
+       el=^^PE, home=^^PF, hpa=\020%p1%c\177, ht=^I, ind=^J, 
+       is1=\022\003\036P@1, is3=\036Fz0, kHOM=^^Pf, kLFT=^^Pd, 
+       kPRT=^^P1, kRIT=^^Pc, kclr=^^PH, kcub1=^^PD, kcud1=^^PB, 
+       kcuf1=^^PC, kcuu1=^^PA, kel=^^PE, khome=^^PF, kprt=^^P0, 
+       mc0=\036F?9, mc4=^^Fa, mc5=^^F`, rmacs=\036FS00, 
+       rs2=\036N\036FS0E\036O\036FS00, 
+       sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;\036P%?%p4%tI%eJ%;%?%p1%p5%|%t\034%e\035%;\036FS%?%p9%t11%e00%;, 
+       sgr0=\036PJ\025\035\036E\036FS00, smacs=\036FS11, 
+       vpa=\020\177%p1%c, use=dgkeys+15, use=d216-dg, 
+d216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines, 
+       lines#25, 
+       is3=\036Fz2, use=d216+, 
+
+d217-unix|Data General DASHER D217 in DG-UNIX mode, 
+       use=d216-unix, 
+d217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines, 
+       use=d216-unix-25, 
+
+# DASHER D220 color terminal in ANSI mode.
+# Like the D470C but with fewer colors and screen editing features.
+#
+# Initialization string 1 sets:
+#      \E[<0;<1;<4l
+#              <0      - scrolling enabled
+#              <1      - blink enabled
+#              <4      - print characters regardless of attributes
+#      \E[m            - all attributes off
+# Reset string 1 sets:
+#      \Ec             - initial mode defaults (RIS)
+#
+d220|Data General DASHER D220, 
+       mc5i@, 
+       dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec, 
+       use=dg+color8, use=d470c, 
+
+d220-7b|Data General DASHER D220 in 7 bit mode, 
+       mc5i@, 
+       dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec, 
+       use=dg+color8, use=d470c-7b, 
+
+# Initialization string 3 sets:
+#      - default cursor (solid rectangle)
+# Reset string 2 sets:
+#      ^^N     - secondary character set
+#      ^^FS0>  - 8 bit international character set
+#      ^^O     - primary character set
+#       ^^FS00  - default character set (matching the native keyboard language)
+#
+d220-dg|Data General DASHER D220 color terminal in DG mode, 
+       mc5i@, 
+       dl1@, home@, il1@, is2@, is3=\036FQ2, ll@, mc4@, mc5@, rs1@, 
+       rs2=\036N\036FS0>\036O\036FS00, use=dgmode+color8, 
+       use=d470c-dg, 
+
+# DASHER D230C color terminal in ANSI mode.
+# Like the D220 but with minor ANSI compatibility improvements.
+#
+d230c|d230|Data General DASHER D230C, 
+       blink=\E[5;50m, bold=\E[4;7;50m, dim=\E[2;50m, nel=^M^J, 
+       rev=\E[7;50m, rmkx=\E[2;1v, rmso=\E[50m, rmul=\E[50m, 
+       sgr=\E[50%?%p1%p3%|%p6%|%t;7%{1}%e%{0}%;%PR%?%p4%t;5%{1}%e%{0}%;%PB%?%p2%p6%|%t;4%{1}%e%{0}%;%PU%?%p1%p5%|%t;2%{1}%e%{0}%;%PDm\E)%?%p9%t6\016%e4\017%;, 
+       sgr0=\E[50m\E)4\017, smkx=\E[2;0v, smso=\E[2;7;50m, 
+       smul=\E[4;50m, use=dgkeys+7b, use=d220, 
+
+d230c-dg|d230-dg|Data General DASHER D230C in DG mode, 
+       use=d220-dg, 
+
+# DASHER D400/D450 series terminals.
+# These add intelligent features like insert/delete to the D200 series.
+#
+# Initialization string 2 sets:
+#      ^^FQ2           - default cursor (solid rectangle)
+#      ^^FW            - character protection disabled
+#      ^^FJ            - normal (80 column) mode
+#      ^^F\^           - horizontal scrolling enabled (for alignment)
+#      ^^FX004?        - margins at columns 0 and 79
+#      ^^F]            - horizontal scrolling disabled
+#      ^^O             - primary character set
+#      ^^FS00          - default character set (the keyboard native language)
+#      - (should reset scrolling regions, but that glitches the screen)
+# Reset string 1 sets:
+#      ^^FA            - all terminal defaults except scroll rate
+# Reset string 2 sets:
+#      ^^F]            - horizontal scrolling disabled
+#      ^^FT0           - jump scrolling
+#
+d400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series, 
+       mc5i, 
+       acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\036FQ0, 
+       cnorm=\036FQ2, dch1=^^K, dl1=^^FI, 
+       enacs=\036N\036FS11\036O, home=^^FG, hpa=\020%p1%c\177, 
+       ich1=^^J, il1=^^FH, 
+       is2=\036FQ2\036FW\036FJ\036F\^\036FX004?\036F]\036O\036FS00, 
+       ll=\036FG\027, mc4=^^Fa, mc5=^^F`, ri=^^I, rmacs=^^O, 
+       rs1=^^FA, rs2=\036F]\036FT0, 
+       sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;\036%?%p9%tN%eO%;, 
+       sgr0=\017\025\035\036E\036O, smacs=^^N, 
+       vpa=\020\177%p1%c, use=d210-dg, 
+
+# DASHER D410/D460 series terminals in ANSI mode.
+# These add a large number of intelligent terminal features.
+#
+# Initialization string 1 sets:
+#      \E[<0;<1;<2;<4l
+#              <0      - scrolling enabled
+#              <1      - blink enabled
+#              <2      - horizontal scrolling enabled (for alignment)
+#              <4      - print characters regardless of attributes
+#      \E[5;0v         - normal (80 column) mode
+#      \E[1;1;80w      - margins at columns 1 and 80
+#      \E[1;6;<2h
+#              1       - print all characters even if protected
+#              6       - character protection disabled
+#              <2      - horizontal scrolling disabled
+#      - (should reset scrolling regions, but that glitches the screen)
+#
+# Initialization string 2 sets:
+#      \E[3;2;2;1;1;1v
+#              3;2     - default cursor (solid rectangle)
+#              2;1     - 8 bit operations
+#              1;1     - international keyboard language
+#      \E(B            - default primary character set (U.S. ASCII)
+#      \E)4            - default secondary character set (international)
+#      ^O              - primary character set
+#
+#      Reset string 1 sets:
+#      \Ec             - initial mode defaults (RIS)
+#      \E[<2h          - horizontal scrolling disabled
+#
+# Reset string 2 sets:
+#      \E[4;0;2;1;1;1v
+#              4;0     - jump scrolling
+#              2;1     - 8 bit operations
+#              1;1     - 8 bit (international) keyboard language
+#      \E(B            - default primary character set (U.S. ASCII)
+#      \E)4            - default secondary character set (international)
+#
+d410|d411|d460|d461|Data General DASHER D410/D460 series, 
+       mc5i, 
+       acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\E[3;0v, 
+       cnorm=\E[3;2v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
+       dl1=\E[M, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
+       is1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h, 
+       is2=\E[3;2;2;1;1;1v\E(B\E)4\017, mc4=\E[4i, mc5=\E[5i, 
+       ri=\EM, rmacs=\E)4\017, rs1=\Ec\E[<2h, 
+       rs2=\E[4;0;2;1;1;1v\E(B\E)4, 
+       sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m\E)%?%p9%t6\016%e4\017%;, 
+       sgr0=\E[m\E)4\017, smacs=\E)6\016, use=d211, 
+
+# Initialization string 2 sets:
+#      \E[3;2;2;0;1;0v
+#              3;2     - default cursor (solid rectangle)
+#              2;0     - 7 bit operations
+#              1;0     - 7 bit (native) keyboard language
+#      \E(0            - default character set (the keyboard native language)
+#      ^O              - primary character set
+#
+# Reset string 2 sets:
+#      \E[4;0;2;0;1;0v
+#              4;0     - jump scrolling
+#              2;0     - 7 bit operations
+#              1;0     - 7 bit (native) keyboard language
+#      \E(0            - default character set (the keyboard native language)
+#
+d410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode, 
+       km@, 
+       enacs=\E)6, is2=\E[3;2;2;0;1;0v\E(0\017, rmacs=^O, 
+       rs2=\E[4;0;2;0;1;0v\E(0, 
+       sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, use=dgkeys+7b, use=d410, 
+
+d410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode, 
+       km, 
+       enacs@, rmacs=\036FS00, 
+       sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;\036FS%?%p9%t11%e00%;, 
+       sgr0=\017\025\035\036E\036FS00, smacs=\036FS11, 
+       use=d400-dg, 
+
+# DASHER D410/D460 series terminals in wide (126 columns) ANSI mode.
+#
+# Initialization string 1 sets:
+#      \E[<0;<1;<2;<4l
+#              <0      - scrolling enabled
+#              <1      - blink enabled
+#              <2      - horizontal scrolling enabled (for alignment)
+#              <4      - print characters regardless of attributes
+#      \E[5;1v         - compressed (135 column) mode
+#      \E[1;1;126      - margins at columns 1 and 126
+#      \E[1;6;<2h
+#              1       - print all characters even if protected
+#              6       - character protection disabled
+#              <2      - horizontal scrolling disabled
+#      - (should reset scrolling regions, but that glitches the screen)
+#
+# Reset string 1 sets:
+#      \Ec             - initial mode defaults (RIS)
+#      \E[5;1v         - compressed (135 column) mode
+#      \E[1;1;126w     - margins at columns 1 and 126
+#      \E[<2h          - horizontal scrolling disabled
+#
+d410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode, 
+       cols#126, 
+       is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h, 
+       rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, use=d410, 
+
+d410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode, 
+       cols#126, 
+       is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h, 
+       rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, use=d410-7b, 
+
+d412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG mode, 
+       use=d410-dg, 
+
+# These add intelligent features like scrolling regions.
+d412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode, 
+       civis=\036FQ0, clear=^^FE, cnorm=\036FQ5, 
+       cup=\036FP%p2%2.2X%p1%2.2X, dch1=^^K, dl1=^^FI, 
+       home=^^FG, hpa=\036FP%p1%2.2XFF, ich1=^^J, il1=^^FH, 
+       is2=\036FQ5\036FW\036FJ\036F\^\036FX004F\036O\036FS00, 
+       ll=\036FG\036PA, mc0=^A, rc=\036F}11, ri=^^I, 
+       rs1=\036FA\036FT0, rs2=\036P@1, sc=\036F}10, 
+       vpa=\036FPFF%p1%2.2X, 
+       wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X, 
+       use=d216+, 
+d412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode, 
+       cols#132, 
+       is2=\036FQ5\036FW\036FK\036F\^\036FX0083\036O\036FS00, 
+       rs2=\036P@1\036FK\036FX0083, 
+       wind=\036FB%?%p1%t%p1%2.2X1%;%p2%p1%-%{1}%+%2.2X1%?%{23}%p2%>%t001%;\036FX%p3%2.2X%p4%2.2X, 
+       use=d412-unix, 
+d412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines, 
+       lines#25, 
+       is3=\036Fz2, 
+       wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X, 
+       use=d462+, 
+d412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line, 
+       eslok, hs, 
+       clear=\036FG\036PH, fsl=\036F}01\022, 
+       is3=\036Fz2\036F}00\036FB180000\036F}01, ll@, 
+       tsl=\036F}00\036FP%p1%2.2X18\036PG, 
+       wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t%{23}%p2%-%2.2X0%;000\036FX%p3%2.2X%p4%2.2X, 
+       use=d462+, 
+
+#      Relative cursor motions are confined to the current window,
+#      which is not what the scrolling region specification expects.
+#      Thus, relative vertical cursor positioning must be deleted.
+d412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolling region, 
+       csr=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;, 
+       cud1@, cuu1@, ll@, use=d462+, 
+
+d413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode, 
+       use=d412-unix, 
+d413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode, 
+       use=d412-unix-w, 
+d413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines, 
+       use=d412-unix-25, 
+d413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line, 
+       use=d412-unix-s, 
+d413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region, 
+       use=d412-unix-sr, 
+
+d414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode, 
+       use=d413-unix, 
+d414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode, 
+       use=d413-unix-w, 
+d414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines, 
+       use=d413-unix-25, 
+d414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line, 
+       use=d413-unix-s, 
+d414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region, 
+       use=d413-unix-sr, 
+
+d430c-dg|d430-dg|Data General D430C in DG mode, 
+       use=d413-dg, use=dg+fixed, 
+d430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors, 
+       use=d413-dg, use=dg+ccc, 
+
+d430c-unix|d430-unix|Data General D430C in DG-UNIX mode, 
+       use=d413-unix, use=dgunix+fixed, 
+d430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode, 
+       use=d413-unix-w, use=dgunix+fixed, 
+d430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines, 
+       use=d413-unix-25, use=dgunix+fixed, 
+d430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line, 
+       use=d413-unix-s, use=dgunix+fixed, 
+d430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region, 
+       use=d413-unix-sr, use=dgunix+fixed, 
+d430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors, 
+       use=d413-unix, use=dgunix+ccc, 
+d430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors, 
+       use=d413-unix-w, use=dgunix+ccc, 
+d430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurable colors, 
+       use=d413-unix-25, use=dgunix+ccc, 
+d430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurable colors, 
+       use=d413-unix-s, use=dgunix+ccc, 
+d430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and configurable colors, 
+       use=d413-unix-sr, use=dgunix+ccc, 
+
+# DASHER D470C color terminal in ANSI mode.
+# Like the D460 but with 16 colors and without a compressed mode.
+#
+# Initialization string 1 sets:
+#      \E[<0;<1;<2;<4l
+#              <0      - scrolling enabled
+#              <1      - blink enabled
+#              <2      - horizontal scrolling enabled (for alignment)
+#              <4      - print characters regardless of attributes
+#      \E[1;1;80w      - margins at columns 1 and 80
+#      \E[1;6;<2h
+#              1       - print all characters even if protected
+#              6       - character protection disabled
+#              <2      - horizontal scrolling disabled
+#      - (should reset scrolling regions, but that glitches the screen)
+#
+d470c|d470|Data General DASHER D470C, 
+       is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
+       sgr=\E[%?%p1%p3%|%p6%|%t7;%{1}%e%{0}%;%PR%?%p4%t5;%{1}%e%{0}%;%PB%?%p2%p6%|%t4;%{1}%e%{0}%;%PU%?%p1%p5%|%t2;%{1}%e%{0}%;%PDm\E)%?%p9%t6\016%e4\017%;, 
+       use=dg+color, use=d460, 
+
+d470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode, 
+       is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
+       sgr=\E[%?%p1%p3%|%p6%|%t7;%{1}%e%{0}%;%PR%?%p4%t5;%{1}%e%{0}%;%PB%?%p2%p6%|%t4;%{1}%e%{0}%;%PU%?%p1%p5%|%t2;%{1}%e%{0}%;%PDm%?%p9%t\016%e\017%;, 
+       use=dg+color, use=d460-7b, 
+
+# Initialization string 2 sets:
+#      ^^FQ2           - default cursor (solid rectangle)
+#      ^^FW            - character protection disabled
+#      ^^F\^           - horizontal scrolling enabled (for alignment)
+#      ^^FX004?        - margins at columns 0 and 79
+#      ^^F]            - horizontal scrolling disabled
+#      ^^O             - primary character set
+#      ^^FS00          - default character set (the keyboard native language)
+#      - (should reset scrolling regions, but that glitches the screen)
+#
+d470c-dg|d470-dg|Data General DASHER D470C in DG mode, 
+       is2=\036FQ2\036FW\036F\^\036FX004?\036F]\036O\036FS00, 
+       use=dgmode+color, use=d460-dg, 
+
+# DASHER D555 terminal in ANSI mode.
+# Like a D411, but has an integrated phone.
+d555|Data General DASHER D555, 
+       use=d411, 
+d555-7b|Data General DASHER D555 in 7-bit mode, 
+       use=d411-7b, 
+d555-w|Data General DASHER D555 in wide mode, 
+       use=d411-w, 
+d555-7b-w|Data General DASHER D555 in wide 7-bit mode, 
+       use=d411-7b-w, 
+d555-dg|Data General DASHER D555 series in DG mode, 
+       use=d411-dg, 
+
+# DASHER D577 terminal in ANSI mode.
+# Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
+d577|Data General DASHER D577, 
+       use=d411, 
+d577-7b|Data General DASHER D577 in 7-bit mode, 
+       use=d411-7b, 
+d577-w|Data General DASHER D577 in wide mode, 
+       use=d411-w, 
+d577-7b-w|Data General DASHER D577 in wide 7-bit mode, 
+       use=d411-7b-w, 
+
+d577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode, 
+       use=d411-dg, 
+
+# DASHER D578 terminal.
+# Like a D577, but without compressed mode; like a D470C in this respect.
+#
+# Initialization string 1 sets:
+#      \E[<0;<1;<2;<4l
+#              <0      - scrolling enabled
+#              <1      - blink enabled
+#              <2      - horizontal scrolling enabled (for alignment)
+#              <4      - print characters regardless of attributes
+#      \E[1;1;80w      - margins at columns 1 and 80
+#      \E[1;6;<2h
+#              1       - print all characters even if protected
+#              6       - character protection disabled
+#              <2      - horizontal scrolling disabled
+#      - (should reset scrolling regions, but that glitches the screen)
+#
+d578|Data General DASHER D578, 
+       is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577, 
+d578-7b|Data General DASHER D578 in 7-bit mode, 
+       is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577-7b, 
+
+#### Datamedia (dm)
 #
 #
-# makers of OmniGuard client/server security software.  They are a software
-# only company and no longer make terminals.  However, the operator there
-# told me that she had once spoken to a customer looking for Datamedia
-# terminals who'd mentioned a Datamedia in New Jersey.  This is backed up
-# by comp.terminals poosting describing the ID plate on the back of a
-# "Datamedia 3000" terminal.  Was this an earlier incarnation of Axent?
-# Inquiring minds want to know...
+# Datamedia was headquartered in Nashua, New Hampshire until it went 
+# out of business in 1993, but the ID plates on the terminals referred
+# to the factory in Pennsauken, NJ.  The factory was sold to a PCB board
+# manufacturer which threw out all information about the terminals.
 #
 
 cs10|colorscan|Datamedia Color Scan 10, 
 #
 
 cs10|colorscan|Datamedia Color Scan 10, 
@@ -8035,13 +12093,16 @@ cs10-w|Datamedia Color Scan 10 with 132 columns,
 
 # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
 dm1520|dm1521|datamedia 1520, 
 
 # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
 dm1520|dm1521|datamedia 1520, 
-       am, xenl, 
+       OTbs, am, xenl, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
        home=^Y, ht=^I, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
        khome=^Y, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
        home=^Y, ht=^I, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
        khome=^Y, 
+# dm2500: this terminal has both <ich> and <smir>. Applications using 
+# termcap/terminfo directly (rather than through ncurses) might be confused.
 dm2500|datamedia2500|datamedia 2500, 
 dm2500|datamedia2500|datamedia 2500, 
+       OTbs, OTnc, 
        cols#80, lines#24, 
        bel=^G, clear=^^^^\177, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\014%p2%{96}%^%c%p1%{96}%^%c, cuu1=^Z, 
        cols#80, lines#24, 
        bel=^G, clear=^^^^\177, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\014%p2%{96}%^%c%p1%{96}%^%c, cuu1=^Z, 
@@ -8061,7 +12122,7 @@ dmchat|dmchat version of datamedia 2500,
        il1=\020\n\030\035\030\035$<1*/>, use=dm2500, 
 # (dm3025: ":MT:" changed to ":km:" -- esr)
 dm3025|datamedia 3025a, 
        il1=\020\n\030\035\030\035$<1*/>, use=dm2500, 
 # (dm3025: ":MT:" changed to ":km:" -- esr)
 dm3025|datamedia 3025a, 
-       km, 
+       OTbs, km, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\EM$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\EM$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, 
@@ -8070,7 +12131,7 @@ dm3025|datamedia 3025a,
        is2=\EQ\EU\EV, rmdc=\EQ, rmir=\EQ, rmso=\EO0, smdc=\EP, 
        smir=\EP, smso=\EO1, 
 dm3045|datamedia 3045a, 
        is2=\EQ\EU\EV, rmdc=\EQ, rmir=\EQ, rmso=\EO0, smdc=\EP, 
        smir=\EP, smso=\EO1, 
 dm3045|datamedia 3045a, 
-       am, eo, km@, ul, xenl, 
+       OTbs, am, eo, km@, ul, xenl, 
        dch1=\EB$<6>, dl1@, il1@, is2=\EU\EV, kcuf1=\EC, kcuu1=\EA, 
        kf0=\Ey\r, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, 
        kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, kf9=\Ex\r, 
        dch1=\EB$<6>, dl1@, il1@, is2=\EU\EV, kcuf1=\EC, kcuu1=\EA, 
        kf0=\Ey\r, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, 
        kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, kf9=\Ex\r, 
@@ -8122,15 +12183,15 @@ dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode,
        clear=\E[H\E[2J$<50/>, cud1=^J, 
        cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<5/>, 
        ed=\E[0J$<20/>, el=\E[0K$<20/>, use=dm80, 
        clear=\E[H\E[2J$<50/>, cud1=^J, 
        cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<5/>, 
        ed=\E[0J$<20/>, el=\E[0K$<20/>, use=dm80, 
-# From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
+# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
 dt80-sas|Datamedia DT803/DTX for SAS usage, 
        am, bw, 
        cols#80, lines#24, 
        acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
        bel=^G, clear=^L, cr=^M, 
 dt80-sas|Datamedia DT803/DTX for SAS usage, 
        am, bw, 
        cols#80, lines#24, 
        acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
        bel=^G, clear=^L, cr=^M, 
-       csr=\E=%p1%' '%+%c%' '%c\E#1\E=%p2%' '%+%c%' '%c\E#2, 
+       csr=\E=%p1%{32}%+%c%{32}%c\E#1\E=%p2%{32}%+%c%{32}%c\E#2, 
        cub1=^H, cud1=\EB, cuf1=^\, 
        cub1=^H, cud1=\EB, cuf1=^\, 
-       cup=\E=%p2%' '%+%c%p1%' '%+%c, cuu1=^_, dl1=\EM, ed=^K, 
+       cup=\E=%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, dl1=\EM, ed=^K, 
        el=^], ff=^L, home=^Y, ht=^I, hts=\E'1, il1=\EL, ind=\EB, 
        is2=\E)0\E<\EP\E'0\E$2, kclr=^L, kcub1=^H, kcud1=^J, 
        kcuf1=^\, kcuu1=^_, ked=^K, kel=^], khome=^Y, mc4=^O, mc5=^N, 
        el=^], ff=^L, home=^Y, ht=^I, hts=\E'1, il1=\EL, ind=\EB, 
        is2=\E)0\E<\EP\E'0\E$2, kclr=^L, kcub1=^H, kcud1=^J, 
        kcuf1=^\, kcuu1=^_, ked=^K, kel=^], khome=^Y, mc4=^O, mc5=^N, 
@@ -8156,8 +12217,7 @@ excel62-w|excel64-w|datamedia Excel 62 in 132 char mode,
 excel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode, 
        dch1=\E[P, flash=\E[?5l\E[?5h, kbs=^H, kcub1=^H, kcud1=^J, 
        kf5=\EOu, kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, 
 excel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode, 
        dch1=\E[P, flash=\E[?5l\E[?5h, kbs=^H, kcub1=^H, kcud1=^J, 
        kf5=\EOu, kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, 
-       smir=\E[4h, 
-       use=dt80, 
+       smir=\E[4h, use=dt80, 
 
 #### Falco
 #
 
 #### Falco
 #
@@ -8176,7 +12236,7 @@ excel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode,
 # This terminal was released around 1983 and was discontinued long ago.
 # The standout and underline highlights are the same.
 falco|ts1|ts-1|falco ts-1, 
 # This terminal was released around 1983 and was discontinued long ago.
 # The standout and underline highlights are the same.
 falco|ts1|ts-1|falco ts-1, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
@@ -8185,7 +12245,7 @@ falco|ts1|ts-1|falco ts-1,
        kf0=^A0\r, rmir=\Er, rmso=\Eg0, rmul=\Eg0, sgr0=\Eg0, 
        smir=\Eq, smso=\Eg1, smul=\Eg1, 
 falco-p|ts1p|ts-1p|falco ts-1 with paging option, 
        kf0=^A0\r, rmir=\Er, rmso=\Eg0, rmul=\Eg0, sgr0=\Eg0, 
        smir=\Eq, smso=\Eg1, smul=\Eg1, 
 falco-p|ts1p|ts-1p|falco ts-1 with paging option, 
-       am, da, db, mir, msgr, ul, 
+       OTbs, am, da, db, mir, msgr, ul, 
        cols#80, it#8, lines#24, 
        bel=^G, cbt=\EI, clear=\E*, cr=^M, cub1=^H, cud1=\E[B, 
        cuf1=\E[C, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E[A, 
        cols#80, it#8, lines#24, 
        bel=^G, cbt=\EI, clear=\E*, cr=^M, cub1=^H, cud1=\E[B, 
        cuf1=\E[C, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E[A, 
@@ -8207,16 +12267,14 @@ ts100|ts100-sp|falco ts100-sp,
        cuu1=\E[A$<2>, dch1=\E~W, dl1=\E~R, ed=\E[J$<50>, 
        el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, 
        ht=^I, hts=\EH, ich1=\E~Q, il1=\E~E, ind=^J, is1=\E~)\E~ea, 
        cuu1=\E[A$<2>, dch1=\E~W, dl1=\E~R, ed=\E[J$<50>, 
        el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, 
        ht=^I, hts=\EH, ich1=\E~Q, il1=\E~E, ind=^J, is1=\E~)\E~ea, 
-       ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, 
-       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, 
-       kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
-       kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
-       rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
+       kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
        rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
        rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
-       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>
        sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
        sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
+       use=vt100+fnkeys, 
 ts100-ctxt|falco ts-100 saving context, 
        rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100, 
 
 ts100-ctxt|falco ts-100 saving context, 
        rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100, 
 
@@ -8272,7 +12330,7 @@ f1720|f1720a|fluke 1720A,
 # made this relative to adm+sgr -- note that <invis> isn't
 # known to work for f100 but does on the f110. --esr)
 f100|freedom|freedom100|freedom model 100, 
 # made this relative to adm+sgr -- note that <invis> isn't
 # known to work for f100 but does on the f110. --esr)
 f100|freedom|freedom100|freedom model 100, 
-       am, bw, hs, mir, msgr, xon, 
+       OTbs, am, bw, hs, mir, msgr, xon, 
        cols#80, lines#24, 
        acsc=, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        cols#80, lines#24, 
        acsc=, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
@@ -8283,7 +12341,7 @@ f100|freedom|freedom100|freedom model 100,
        kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, 
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khome=^^, ri=\Ej, rmacs=\E$, rmir=\Er, 
        kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, 
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khome=^^, ri=\Ej, rmacs=\E$, rmir=\Er, 
-       smacs=\E%, smir=\Eq, tbc=\E3, tsl=\Eg\Ef, 
+       smacs=\E%%, smir=\Eq, tbc=\E3, tsl=\Eg\Ef, 
        vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
 f100-rv|freedom-rv|freedom 100 in reverse video, 
        flash=\Ed$<200>\Eb, is2=\Eg\Ef\r\Eb, use=f100, 
        vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
 f100-rv|freedom-rv|freedom 100 in reverse video, 
        flash=\Ed$<200>\Eb, is2=\Eg\Ef\r\Eb, use=f100, 
@@ -8306,8 +12364,7 @@ f110|freedom110|Liberty Freedom 110,
        flash=\Eb$<200/>\Ed, il1=\EE, ip@, is2@, kclr=^^, kdch1=\EW, 
        kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf10@, kich1=\EQ, 
        kil1=\EE, mc4=\Ea, mc5=\E`, ri=\EJ, rmacs=\E%%, rmir=\Er\EO, 
        flash=\Eb$<200/>\Ed, il1=\EE, ip@, is2@, kclr=^^, kdch1=\EW, 
        kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf10@, kich1=\EQ, 
        kil1=\EE, mc4=\Ea, mc5=\E`, ri=\EJ, rmacs=\E%%, rmir=\Er\EO, 
-       smacs=\E$, smir=\EO\Eq, smso=\EG<, tsl=\Ef, 
-       use=f100, 
+       smacs=\E$, smir=\EO\Eq, smso=\EG<, tsl=\Ef, use=f100, 
 f110-14|Liberty Freedom 110 14inch, 
        dch1@, use=f110, 
 f110-w|Liberty Freedom 110 - 132 cols, 
 f110-14|Liberty Freedom 110 14inch, 
        dch1@, use=f110, 
 f110-w|Liberty Freedom 110 - 132 cols, 
@@ -8317,7 +12374,7 @@ f110-14w|Liberty Freedom 110 14in/132 cols,
        dch1@, use=f110, 
 # (f200: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
 f200|freedom200|Liberty Freedom 200, 
        dch1@, use=f110, 
 # (f200: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
 f200|freedom200|Liberty Freedom 200, 
-       am, eslok, hs, mir, msgr, xon, 
+       OTbs, am, eslok, hs, mir, msgr, xon, 
        cols#80, it#8, lines#24, wsl#80, 
        acsc=, bel=^G, blink=\EG2, bold=\EG0, cbt=\EI, civis=\E.0, 
        clear=^Z, cnorm=\E.1, cr=^M, 
        cols#80, it#8, lines#24, wsl#80, 
        acsc=, bel=^G, blink=\EG2, bold=\EG0, cbt=\EI, civis=\E.0, 
        clear=^Z, cnorm=\E.1, cr=^M, 
@@ -8331,8 +12388,7 @@ f200|freedom200|Liberty Freedom 200,
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, 
        ri=\EJ, rmacs=\E%%, rmir=\Er, smacs=\E$, smir=\Eq, smso=\EG<, 
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, 
        ri=\EJ, rmacs=\E%%, rmir=\Er, smacs=\E$, smir=\Eq, smso=\EG<, 
-       tbc=\E3, tsl=\Ef, vpa=\E[%p1%{32}%+%c, 
-       use=adm+sgr, 
+       tbc=\E3, tsl=\Ef, vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
 f200-w|Liberty Freedom 200 - 132 cols, 
        cols#132, use=f200, 
 # The f200 has the ability to reprogram the down cursor key. The key is
 f200-w|Liberty Freedom 200 - 132 cols, 
        cols#132, use=f200, 
 # The f200 has the ability to reprogram the down cursor key. The key is
@@ -8359,6 +12415,7 @@ f200vi-w|Liberty Freedom 200 - 132 cols for vi,
 # line) by an escape sequence.  No info on this beast yet.
 # (go140: I added <rmam>/<smam> based on the init string -- esr)
 go140|graphon go-140, 
 # line) by an escape sequence.  No info on this beast yet.
 # (go140: I added <rmam>/<smam> based on the init string -- esr)
 go140|graphon go-140, 
+       OTbs, 
        cols#80, it#8, lines#24, 
        clear=\E[H\E[2J$<10/>, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
        cols#80, it#8, lines#24, 
        clear=\E[H\E[2J$<10/>, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
@@ -8373,12 +12430,13 @@ go140|graphon go-140,
 go140w|graphon go-140 in 132 column mode, 
        am, 
        cols#132, 
 go140w|graphon go-140 in 132 column mode, 
        am, 
        cols#132, 
-       is2=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q, use=go140, 
+       is2=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q, 
+       use=go140, 
 # Hacked up vt200 termcap to handle GO-225/VT220
 # From: <edm@nwnexus.WA.COM>
 # (go225: I added <rmam>/<smam> based on the init string -- esr)
 go225|go-225|Graphon 225, 
 # Hacked up vt200 termcap to handle GO-225/VT220
 # From: <edm@nwnexus.WA.COM>
 # (go225: I added <rmam>/<smam> based on the init string -- esr)
 go225|go-225|Graphon 225, 
-       am, mir, xenl, 
+       OTbs, am, mir, xenl, 
        cols#80, it#8, lines#25, vt#3, 
        blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
        cols#80, it#8, lines#25, vt#3, 
        blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
@@ -8459,7 +12517,7 @@ go225|go-225|Graphon 225,
 # not AEP!
 #
 sb1|beehive superbee, 
 # not AEP!
 #
 sb1|beehive superbee, 
-       am, bw, da, db, mir, ul, xsb, 
+       OTbs, am, bw, da, db, mir, ul, xsb, 
        cols#80, lines#25, xmc#1, 
        bel=^G, cbt=\E`$<650>, clear=\EH$<1>\EJ$<3>, cr=$<1>\r, 
        cub1=^H, cud1=^J, cuf1=\EC$<3>, cup=\EF%p2%03d%p1%03d, 
        cols#80, lines#25, xmc#1, 
        bel=^G, cbt=\E`$<650>, clear=\EH$<1>\EJ$<3>, cr=$<1>\r, 
        cub1=^H, cud1=^J, cuf1=\EC$<3>, cup=\EF%p2%03d%p1%03d, 
@@ -8475,7 +12533,8 @@ sb1|beehive superbee,
        smso=\E_1, smul=\E_0, tbc=\E3, 
 sbi|superbee|beehive superbee at Indiana U., 
        xsb, 
        smso=\E_1, smul=\E_0, tbc=\E3, 
 sbi|superbee|beehive superbee at Indiana U., 
        xsb, 
-       cr=\r$<1>, il1=1\EN\EL$<9>\EQ \EP$<9> \EO\ER\EA, use=sb1, 
+       cr=\r$<1>, il1=1\EN\EL$<9>\EQ \EP$<9> \EO\ER\EA, 
+       use=sb1, 
 # Alternate (older) description of Superbee - f1=escape, f2=^C.
 # Note: there are at least 3 kinds of superbees in the world.  The sb1
 # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
 # Alternate (older) description of Superbee - f1=escape, f2=^C.
 # Note: there are at least 3 kinds of superbees in the world.  The sb1
 # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
@@ -8493,22 +12552,32 @@ superbee-xsb|beehive super bee,
        cuf1=\EC, cup=\EF%p2%3d%p1%3d, cuu1=\EA$<3>, 
        dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, el=\EK$<3>, 
        home=\EH, ht=^I, hts=\E1, 
        cuf1=\EC, cup=\EF%p2%3d%p1%3d, cuu1=\EA$<3>, 
        dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, el=\EK$<3>, 
        home=\EH, ht=^I, hts=\E1, 
-       ind=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET
-       is2=\EH\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA
-       kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev
-       kf8=\Ew, khome=\EH, rmso=\E_3, sgr0=\E_3, smso=\E_1, tbc=\E3, 
+       ind=\n\0\0\0\n\0\0\0\EA\EK\0\0\0\ET\ET, is2=\EH\EJ
+       kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ep, kf2=\Eq
+       kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew
+       khome=\EH, rmso=\E_3, sgr0=\E_3, smso=\E_1, tbc=\E3, 
 # This loses on lines > 80 chars long, use at your own risk
 superbeeic|super bee with insert char, 
        ich1=, rmir=\ER, smir=\EQ, use=superbee-xsb, 
 sb2|sb3|fixed superbee, 
        xsb@, use=superbee, 
 
 # This loses on lines > 80 chars long, use at your own risk
 superbeeic|super bee with insert char, 
        ich1=, rmir=\ER, smir=\EQ, use=superbee-xsb, 
 sb2|sb3|fixed superbee, 
        xsb@, use=superbee, 
 
+####  Beehive Medical Electronics
+#
+# Steve Seymour <srseymour@mindspring.com> writes (Wed, 03 Feb 1999):
+# Regarding your question though; Beehive terminals weren't made by Harris.
+# They were made by Beehive Medical Electronics in Utah. They went out of
+# business in the early '80s.
+#
+# (OK, then, I don't know why a couple of these say "harris beehive".)
+#
+
 # Reports are that most of these Beehive entries (except superbee) have not
 # been tested and do not work right.  <rmso> is a trouble spot.  Be warned.
 
 # (bee: <ich1> was empty, which is obviously bogus -- esr)
 beehive|bee|harris beehive, 
 # Reports are that most of these Beehive entries (except superbee) have not
 # been tested and do not work right.  <rmso> is a trouble spot.  Be warned.
 
 # (bee: <ich1> was empty, which is obviously bogus -- esr)
 beehive|bee|harris beehive, 
-       am, mir, 
+       OTbs, am, mir, 
        cols#80, lines#24, 
        cbt=\E>, clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
        cols#80, lines#24, 
        cbt=\E>, clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
@@ -8523,7 +12592,7 @@ beehive|bee|harris beehive,
 # (beehive: <if=/usr/share/tabset/beehive> removed, no such file.  If you
 # really care, cook up one using ^F -- esr)
 beehive3|bh3m|beehiveIIIm|harris beehive 3m, 
 # (beehive: <if=/usr/share/tabset/beehive> removed, no such file.  If you
 # really care, cook up one using ^F -- esr)
 beehive3|bh3m|beehiveIIIm|harris beehive 3m, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#20, 
        bel=^G, clear=^E^R, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cuu1=^K, 
        dl1=\021$<350>, ed=^R, el=^P, home=^E, ht=^I, hts=^F, 
        cols#80, it#8, lines#20, 
        bel=^G, clear=^E^R, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cuu1=^K, 
        dl1=\021$<350>, ed=^R, el=^P, home=^E, ht=^I, hts=^F, 
@@ -8533,8 +12602,11 @@ beehive4|bh4|beehive 4,
        cols#80, lines#24, 
        bel=^G, clear=\EE, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
        cuu1=\EA, ed=\EJ, el=\EK, home=\EH, ind=^J, 
        cols#80, lines#24, 
        bel=^G, clear=\EE, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
        cuu1=\EA, ed=\EJ, el=\EK, home=\EH, ind=^J, 
+# There was an early Australian kit-built computer called a "Microbee".
+# It's not clear whether this is for one of those or for a relative
+# of the Beehive.
 microb|microbee|micro bee series, 
 microb|microbee|micro bee series, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
@@ -8549,8 +12621,7 @@ ha8675|harris 8675,
        is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU, kf1=^F, 
        kf10=\Ed, kf11=^W, kf12=\ER, kf13=\EE, kf14=\EI, kf15=\Ei, 
        kf16=\Eg, kf2=^P, kf3=^N, kf4=^V, kf5=^J, kf6=^T, kf7=^H, 
        is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU, kf1=^F, 
        kf10=\Ed, kf11=^W, kf12=\ER, kf13=\EE, kf14=\EI, kf15=\Ei, 
        kf16=\Eg, kf2=^P, kf3=^N, kf4=^V, kf5=^J, kf6=^T, kf7=^H, 
-       kf8=\177, kf9=\Ee, 
-       use=bee, 
+       kf8=\177, kf9=\Ee, use=bee, 
 # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
 # in :is: -- esr)
 ha8686|harris 8686, 
 # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
 # in :is: -- esr)
 ha8686|harris 8686, 
@@ -8563,9 +12634,10 @@ ha8686|harris 8686,
 
 #### Hazeltine
 #
 
 #### Hazeltine
 #
-# Hazeltine appears to be out of the business now (1995).  These guys were 
-# co-owners of the Terminal Brain Damage Hall Of Fame along with Harris.
-# They have a hazeltine.com domain and can be reached at:
+# Hazeltine appears to be out of the terminal business as of 1995.  These
+# guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
+# Harris. They have a hazeltine.com domain (but no web page there ) and can
+# be reached at:
 #
 #      Hazeltine
 #      450 East Pulaski Road
 #
 #      Hazeltine
 #      450 East Pulaski Road
@@ -8579,6 +12651,10 @@ ha8686|harris 8686,
 #      P.O. Box 2076
 #      Fairfield, NJ 07007-2078
 #
 #      P.O. Box 2076
 #      Fairfield, NJ 07007-2078
 #
+# They're now (1998) a subsidiary of General Electric, operating under the
+# marque "GEC-Marconi Hazeltine" and doing military avionics.  Web page
+# at <http://www.gec.com/cpd/1ncpd.htm#1.55>.
+#
 
 # Since <cuf1> is blank, when you want to erase something you
 # are out of luck.  You will have to do ^L's a lot to
 
 # Since <cuf1> is blank, when you want to erase something you
 # are out of luck.  You will have to do ^L's a lot to
@@ -8586,12 +12662,13 @@ ha8686|harris 8686,
 # vi - this terminal is too dumb for even vi.  (The code is
 # there but it isn't debugged for this case.)
 hz1000|hazeltine 1000, 
 # vi - this terminal is too dumb for even vi.  (The code is
 # there but it isn't debugged for this case.)
 hz1000|hazeltine 1000, 
+       OTbs, 
        cols#80, lines#12, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, home=^K, 
        ind=^J, 
 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
 hz1420|hazeltine 1420, 
        cols#80, lines#12, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, home=^K, 
        ind=^J, 
 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
 hz1420|hazeltine 1420, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=^J, cuf1=^P, 
        cup=\E\021%p2%c%p1%{32}%+%c, cuu1=\E^L, dl1=\E^S, 
        cols#80, lines#24, 
        bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=^J, cuf1=^P, 
        cup=\E\021%p2%c%p1%{32}%+%c, cuu1=\E^L, dl1=\E^S, 
@@ -8601,10 +12678,10 @@ hz1420|hazeltine 1420,
 # freakout with out-of-range args and tn3270.  No hz since it needs to
 # receive tildes.
 hz1500|hazeltine 1500, 
 # freakout with out-of-range args and tn3270.  No hz since it needs to
 # receive tildes.
 hz1500|hazeltine 1500, 
-       am, hz, 
+       OTbs, am, hz, 
        cols#80, lines#24, 
        bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
        cols#80, lines#24, 
        bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
-       cup=~\021%p2%p2%?%{30}%>%t%{32}%+%;%'`'%+%c%p1%'`'%+%c, 
+       cup=~\021%p2%p2%?%{30}%>%t%{32}%+%;%{96}%+%c%p1%{96}%+%c, 
        cuu1=~^L, dl1=~\023$<40>, ed=~\030$<10>, el=~^O, home=~^R, 
        il1=~\032$<40>, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^P, 
        kcuu1=~^L, khome=~^R, rmso=~^Y, smso=~^_, 
        cuu1=~^L, dl1=~\023$<40>, ed=~\030$<10>, el=~^O, home=~^R, 
        il1=~\032$<40>, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^P, 
        kcuu1=~^L, khome=~^R, rmso=~^Y, smso=~^_, 
@@ -8613,7 +12690,7 @@ hz1500|hazeltine 1500,
 # <smso=\E^Y>, but these caps were commented out in 8.3; also,
 # removed incorrect and overridden ":do=^J:" -- esr)
 hz1510|hazeltine 1510, 
 # <smso=\E^Y>, but these caps were commented out in 8.3; also,
 # removed incorrect and overridden ":do=^J:" -- esr)
 hz1510|hazeltine 1510, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, cuf1=^P, 
        cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, ed=\E^X, 
        cols#80, lines#24, 
        bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, cuf1=^P, 
        cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, ed=\E^X, 
@@ -8625,7 +12702,7 @@ hz1510|hazeltine 1510,
 # Other switches may be set for operator convenience or communication
 # requirements.
 hz1520|Hazeltine 1520, 
 # Other switches may be set for operator convenience or communication
 # requirements.
 hz1520|Hazeltine 1520, 
-       am, bw, msgr, 
+       OTbs, am, bw, msgr, 
        cols#80, lines#24, 
        bel=^G, bold=\E^_, clear=\E^\, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
        cols#80, lines#24, 
        bel=^G, bold=\E^_, clear=\E^\, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
@@ -8645,14 +12722,14 @@ hz1520-noesc|hazeltine 1520,
 # is not braindamaged.  It has tildes and backprimes and everything!
 # Be sure the auto lf/cr switch is set to cr.
 hz1552|hazeltine 1552, 
 # is not braindamaged.  It has tildes and backprimes and everything!
 # Be sure the auto lf/cr switch is set to cr.
 hz1552|hazeltine 1552, 
+       OTbs, 
        cud1=^J, dl1=\EO, il1=\EE, kf1=\EP, kf2=\EQ, kf3=\ER, lf1=blue, 
        cud1=^J, dl1=\EO, il1=\EE, kf1=\EP, kf2=\EQ, kf3=\ER, lf1=blue, 
-       lf2=red, lf3=green, 
-       use=vt52, 
+       lf2=red, lf3=green, use=vt52, 
 hz1552-rv|hazeltine 1552 reverse video, 
        cud1=^J, rmso=\ET, smso=\ES, use=hz1552, 
 # Note: h2000 won't work well because of a clash between upper case and ~'s.
 hz2000|hazeltine 2000, 
 hz1552-rv|hazeltine 1552 reverse video, 
        cud1=^J, rmso=\ET, smso=\ES, use=hz1552, 
 # Note: h2000 won't work well because of a clash between upper case and ~'s.
 hz2000|hazeltine 2000, 
-       am, 
+       OTbs, OTnc, am, 
        cols#74, lines#27, 
        bel=^G, clear=~\034$<6>, cub1=^H, cud1=^J, 
        cup=~\021%p2%c%p1%c, dl1=~\023$<6>, home=~^R, 
        cols#74, lines#27, 
        bel=^G, clear=~\034$<6>, cub1=^H, cud1=^J, 
        cup=~\021%p2%c%p1%c, dl1=~\023$<6>, home=~^R, 
@@ -8666,7 +12743,7 @@ hz2000|hazeltine 2000,
 # char as a built in function. Vi has to delete to end of line and then 
 # redraw the rest of the line.
 esprit|Hazeltine Esprit I, 
 # char as a built in function. Vi has to delete to end of line and then 
 # redraw the rest of the line.
 esprit|Hazeltine Esprit I, 
-       am, bw, 
+       OTbs, am, bw, 
        cols#80, lines#24, 
        bel=^G, cbt=\E^T, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, 
        cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
        cols#80, lines#24, 
        bel=^G, cbt=\E^T, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, 
        cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
@@ -8683,7 +12760,7 @@ esprit-am|hazeltine esprit auto-margin,
 # that the terminal would work somewhat if the auto LF/CR was turned off.
 # (hmod1: removed :dn=~^K: -- esr)
 hmod1|Hazeltine Modular 1, 
 # that the terminal would work somewhat if the auto LF/CR was turned off.
 # (hmod1: removed :dn=~^K: -- esr)
 hmod1|Hazeltine Modular 1, 
-       am, hz, 
+       OTbs, am, hz, 
        cols#80, lines#24, 
        bel=^G, cbt=~^T, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
        cup=~\021%p2%c%p1%c, cuu1=~^L, dl1=~^S, home=~^R, il1=~^Z, 
        cols#80, lines#24, 
        bel=^G, cbt=~^T, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
        cup=~\021%p2%c%p1%c, cuu1=~^L, dl1=~^S, home=~^R, il1=~^Z, 
@@ -8694,9 +12771,9 @@ hmod1|Hazeltine Modular 1,
 #      from  Will Martin <control@ALMSA-1.ARPA> via BRL
 # Like VT100, except for different "am" behavior.
 hazel|exec80|h80|he80|Hazeltine Executive 80, 
 #      from  Will Martin <control@ALMSA-1.ARPA> via BRL
 # Like VT100, except for different "am" behavior.
 hazel|exec80|h80|he80|Hazeltine Executive 80, 
-       am, 
+       OTbs, OTpt, am, 
        cols#80, it#8, lines#24, vt#3, 
        cols#80, it#8, lines#24, vt#3, 
-       bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
+       OTnl=^J, bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
        clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
        cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
        cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
        clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
        cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
        cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
@@ -8717,29 +12794,23 @@ ibm327x|line mode IBM 3270 style,
        gn, 
        clear=^M^J, el=^M, home=^M, 
 
        gn, 
        clear=^M^J, el=^M, home=^M, 
 
-# Beware! The 3101 entry IBM shipped with AIX 3 is *wrong*.  Losers...
-# From: J.B. Nicholson-Owens <jeffo@uiuc.edu> 8 Mar 94
-# (ibm3101: <if=/usr/share/tabset/ibm3101> removed, no such file -- esr)
 ibm3101|i3101|IBM 3101-10, 
 ibm3101|i3101|IBM 3101-10, 
-       am, xon, 
+       OTbs, am, xon, 
        cols#80, lines#24, 
        bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
        cols#80, lines#24, 
        bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
-       el=\EI, home=\EH, ht=^I, hts=\E0, ind=^J, kbs=^H, kcub1=\ED, 
-       kcud1=\EB, kcuf1=\EC, kcuu1=\EA, nel=^M^J, tbc=\E1, 
-#   Received from the IBM terminals division (given to DRB)
-#   June 1988 for PS/2 OS 2.2.3 cut
-ibm3151|i3151|IBM 3151, 
-       rmso=\E4@, rmul=\E4@, 
-       sgr=\E4%{64}%?%p1%{0}%>%p1%{4}%<%&%t%{8}%|%;%?%p1%{7}%=%t%{16}%|%;%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c, 
-       sgr0=\E4@, smso=\E4A, smul=\E4B, 
-       use=ibm3163, 
+       el=\EI, home=\EH, hts=\E0, ind=^J, kcub1=\ED, kcud1=\EB, 
+       kcuf1=\EC, kcuu1=\EA, nel=^M^J, tbc=\EH, 
+ibm3151|IBM 3151 display, 
+       is2=\E S, rmacs=\E>B, rmcup=\E>B, rs2=\E S, s0ds=\E>B, 
+       sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;%?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t%{80}%|%;%c%?%p9%t\E>A%e\E>B%;, 
+       sgr0=\E4@\E>B, smacs=\E>A, smcup=\E>B, use=ibm3162, 
 # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 
 # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 
-# I've commented out or translated some IBM extensions.
+# removed kend, knp, kpp -TD
 ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display, 
 ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display, 
-       am, mir, msgr, 
+       OTbs, am, mir, msgr, 
        cols#80, it#8, lines#24, 
        cols#80, it#8, lines#24, 
-       acsc=l\354q\361k\353x\370j\352m\355w\367u\365v\366t\364n\356
+       acsc=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370
        bel=^G, blink=\E4D, bold=\E4H, clear=\EH\EJ, cr=^M, cub1=\ED, 
        cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, ind=^J, 
        bel=^G, blink=\E4D, bold=\E4H, clear=\EH\EJ, cr=^M, cub1=\ED, 
        cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, ind=^J, 
@@ -8752,28 +12823,59 @@ ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display,
        kf22=\E!j\r, kf23=\E!k\r, kf24=\E!l\r, kf3=\Ec\r, 
        kf4=\Ed\r, kf5=\Ee\r, kf6=\Ef\r, kf7=\Eg\r, kf8=\Eh\r, 
        kf9=\Ei\r, khome=\EH, khts=\E0, kich1=\EP \010, kil1=\EN, 
        kf22=\E!j\r, kf23=\E!k\r, kf24=\E!l\r, kf3=\Ec\r, 
        kf4=\Ed\r, kf5=\Ee\r, kf6=\Ef\r, kf7=\Eg\r, kf8=\Eh\r, 
        kf9=\Ei\r, khome=\EH, khts=\E0, kich1=\EP \010, kil1=\EN, 
-       ktbc=\E 1, rev=\E4A, rmcup=\E>A, rmso=\E4@, rmul=\E4@, 
-       sgr=\E4%'@'%?%p1%t%'A'%|%;\n%?%p2%t%'B'%|%;\n%?%p3%t%'A'%|%;\n%?%p4%t%'D'%|%;\n%?%p5%t%'@'%|%;\n%?%p6%t%'H'%|%;\n%?%p7%t%'P'%|%;%c\n%?%p9%t\E>A%e\E<@%;, 
+       ktbc=\E 1, mc4=^P^T, mc5=^P^R, rev=\E4A, rmcup=\E>A, 
+       rmso=\E4@, rmul=\E4@, 
+       sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;%?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t%{80}%|%;%c%?%p9%t\E>A%e\E<@%;, 
        sgr0=\E4@\E<@, smcup=\E>A, smso=\E4A, smul=\E4B, 
 
        sgr0=\E4@\E<@, smcup=\E>A, smso=\E4A, smul=\E4B, 
 
-# How the 3164 sgr string works:
-#      %{32}           # push space for no special video characteristics
-#      %?%p2%t%{1}%|%; # if p2 set, then OR the 1 bit for reverse
-#      %?%p3%t%{4}%|%; # if p3 set, then OR the 4 bit for blink
-#      %?%p4%t%{2}%|%; # if p4 set, then OR the 2 bit for underline
-#      %c              # pop Pa1
-#      %{39}%p1%-      # calculate 32 + (7 - p1) for foreground
-#      %c              # pop Pa2 
-#      %{64}           # use only black background for now
-#      %c              # pop Pa3
+ibm3161-C|IBM 3161-C NLS terminal using cartridge, 
+       rmcup=\E>B, s0ds=\E>B, s1ds=\E>A, smcup=\E>B, use=ibm3161, 
+ibm3162|IBM 3162 display, 
+       blink=\E4$a, bold=\E4(a, il1=\EN, invis=\E40a, rev=\E4!a, 
+       rmso=\E4>b, rmul=\E4=b, sgr0=\E4@, smso=\E4!a, smul=\E4"a, 
+       use=ibm3161-C, 
+
+# This really should not use setab/setaf, but it is clear that the
+# original terminfo does not toggle red/blue colors as in setb/setf.
 ibm3164|i3164|IBM 3164, 
 ibm3164|i3164|IBM 3164, 
-       blink=\E4D, bold=\E4H, 
-       sgr=\E4%{32}%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c%{39}%p1%-%c%{64}%c, 
-       sgr0=\E4@, 
-       use=ibm3163, 
+       msgr, 
+       colors#8, pairs#64, 
+       op=\E4 "@, rmcup=\E!9(N\E>B, s0ds=\E>B, s1ds=\E>A, 
+       setab=\E4  %p1%{64}%+%c, 
+       setaf=\E4%?%p1%t %p1%{32}%+%c%e!'%;@, 
+       smcup=\E!9/N\E>B, use=ibm3161, 
+
+ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display, 
+       am, bw, msgr, xon, 
+       cols#80, it#8, lines#25, 
+       acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
+       cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[P, dl=\E[%p1%dM, 
+       dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, 
+       hpa=\E[%i%p1%dG, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
+       indn=\E[%p1%dS, invis=\E[8m, is2=\Ec, kbs=^H, kcbt=\E[Z, 
+       kclr=\E[144q, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
+       kcuu1=\E[A, kdch1=\E[P, ked=\E[148q, kel=\E[142q, 
+       kend=\E[146q, kf1=\E[001q, kf10=\E[010q, kf11=\E[011q, 
+       kf12=\E[012q, kf13=\E[013q, kf14=\E[014q, kf15=\E[015q, 
+       kf16=\E[016q, kf17=\E[017q, kf18=\E[018q, kf19=\E[019q, 
+       kf2=\E[002q, kf20=\E[020q, kf21=\E[021q, kf22=\E[022q, 
+       kf23=\E[023q, kf24=\E[024q, kf25=\E[025q, kf26=\E[026q, 
+       kf27=\E[027q, kf28=\E[028q, kf29=\E[029q, kf3=\E[003q, 
+       kf30=\E[030q, kf31=\E[031q, kf32=\E[032q, kf33=\E[033q, 
+       kf34=\E[034q, kf35=\E[035q, kf36=\E[036q, kf4=\E[004q, 
+       kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, 
+       kf9=\E[009q, khome=\E[H, kich1=\E[139q, kil1=\E[140q, 
+       kind=\E[151q, knp=\E[154q, kpp=\E[150q, kri=\E[155q, 
+       krmir=\E[4l, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmir=\E[4l, 
+       rmso=\E[m, rmul=\E[m, rs2=\Ec, 
+       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m, 
+       sgr0=\E[0m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
 
 ibmaed|IBM Experimental display, 
 
 ibmaed|IBM Experimental display, 
-       am, eo, msgr, 
+       OTbs, am, eo, msgr, 
        cols#80, it#8, lines#52, 
        clear=\EH\EK, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
        cols#80, it#8, lines#52, 
        clear=\EH\EK, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
@@ -8784,67 +12886,101 @@ ibm-apl|apl|IBM apl terminal simulator,
        lines#25, use=dm1520, 
 # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.  
 # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
        lines#25, use=dm1520, 
 # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.  
 # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
-ibmmono|ibm5151|IBM workstation monochrome, 
+ibmmono|IBM workstation monochrome, 
        eslok, hs, 
        bold=\EZ, dl1=\EM, dsl=\Ej\EY8 \EI\Ek, fsl=\Ek, il1=\EL, 
        invis=\EF\Ef0;\Eb0;, kbs=^H, kf0=\E<, kf1=\ES, kf2=\ET, 
        kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\EY, 
        eslok, hs, 
        bold=\EZ, dl1=\EM, dsl=\Ej\EY8 \EI\Ek, fsl=\Ek, il1=\EL, 
        invis=\EF\Ef0;\Eb0;, kbs=^H, kf0=\E<, kf1=\ES, kf2=\ET, 
        kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\EY, 
-       khome=\EH, kich1=\200, kind=\EE, knp=\EE, kpp=\Eg, kri=\EG, 
+       khome=\EH, kich1=\0, kind=\EE, knp=\EE, kpp=\Eg, kri=\EG, 
        lf0=f10, rev=\Ep, ri=\EA, rmso=\Ez, rmul=\Ew, 
        lf0=f10, rev=\Ep, ri=\EA, rmso=\Ez, rmul=\Ew, 
-       sgr0=\Ew\Eq\Ez\EB, smso=\EZ, smul=\EW, tsl=\Ej\EY8%+ \Eo, use=ibm3101, 
-ibmega|ibm5154|IBM Enhanced Color Display, 
+       sgr0=\Ew\Eq\Ez\EB, smso=\EZ, smul=\EW, tsl=\Ej\EY8%+ \Eo, 
+       use=ibm3101, 
+ibmega|IBM Enhanced Color Display, 
        cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
        cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
-       nel=^M^J, 
+       nel=^M^J, use=ibmmono, 
+# This color scheme is assumed in some recent IBM terminal descriptions
+# (green on black, emulated on a 16-color terminal).
+ibm+color|IBM color definitions, 
+       colors#8, ncv#3, pairs#64, 
+       op=\E[32m\E[40m, 
+       setb=\E[%?%p1%{0}%=%t40m%e%p1%{1}%=%t41m%e%p1%{2}%=%t42m%e%p1%{3}%=%t43m%e%p1%{4}%=%t44m%e%p1%{5}%=%t45m%e%p1%{6}%=%t46m%e%p1%{7}%=%t107m%;, 
+       setf=\E[%?%p1%{0}%=%t30m%e%p1%{1}%=%t31m%e%p1%{2}%=%t32m%e%p1%{3}%=%t33m%e%p1%{4}%=%t34m%e%p1%{5}%=%t35m%e%p1%{6}%=%t36m%e%p1%{7}%=%t97m%;, 
+ibm+16color|IBM aixterm color definitions, 
+       colors#16, pairs#256, 
+       setab=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm, 
+       setaf=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm, 
+       setb=%p1%{8}%/%{6}%*%{4}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m, 
+       setf=%p1%{8}%/%{6}%*%{3}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m, 
+ibm5154|IBM 5154 Color display, 
+       colors#8, ncv@, pairs#64, 
+       bold@, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151, 
+       use=ibm+color, 
+ibmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline, 
+       rmso=\EB, rmul=\EB, smso=\EF\Ef3;, smul=\EF\Ef2;, 
        use=ibmmono, 
        use=ibmmono, 
-ibmega-c|ibm5154-c|IBM Enhanced Color Display, 
-       rmso=\EB, rmul=\EB, smso=\EF\Ef3;, smul=\EF\Ef2;, use=ibmmono, 
 ibmvga-c|IBM VGA display color termcap, 
        cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
 ibmvga-c|IBM VGA display color termcap, 
        cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
-       nel=^M^J, 
-       use=ibmega-c, 
+       nel=^M^J, use=ibmega-c, 
 ibmvga|IBM VGA display, 
        cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
 ibmvga|IBM VGA display, 
        cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
-       nel=^M^J, 
-       use=ibmega, 
+       nel=^M^J, use=ibmega, 
 # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
 # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
-rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display, 
+rtpc|ibmapa16|IBM 6155 Extended Monochrome Graphics Display, 
        lines#32, 
        dsl=\Ej\EY@ \EI\Ek, tsl=\Ej\EY@%+ \Eo, use=ibmmono, 
        lines#32, 
        dsl=\Ej\EY@ \EI\Ek, tsl=\Ej\EY@%+ \Eo, use=ibmmono, 
+ibm6155|IBM 6155 Black & White display, 
+       blink@, bold@, use=ibm5151, 
 # Advanced Monochrome (6153) and Color (6154) Graphics Display:
 # Advanced Monochrome (6153) and Color (6154) Graphics Display:
-ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display, 
+ibmapa8c|ibmapa8|IBM 6154 Advanced Graphics Display, 
        lines#31, 
        dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmmono, 
 ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display, 
        lines#31, 
        lines#31, 
        dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmmono, 
 ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display, 
        lines#31, 
-       dim=\EF\Ef7;, dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmega-c, 
-# From: Marc Pawliger <marc@ibminet.awdpa.ibm.com>
-# also in /usr/lpp/bos/bsdsysadmin.
-# (hft-c: this entry had :kb=\E[D:kf=\E[C: on the line with ku/kd/kh; this was
-# pretty obviously mislabeled for :le: and :nd:; also ":ul=\E[4m:" was clearly
-# a typo for ":us=\E[4m:"; also ":el=\E[K:" was a typo for ":ce=\E[K:".
-# I also added <rmam>/<smam> based on the terminal reset string.
-# There was an unknown boolean ":ht:" which I assume was meant to set hardware
-# tabs, so I have inserted it#8. Finally, :ac=^N: paired with the :ae: looked
-# like a typo for :as=^N:; finally, added empty <acsc> to quiet tic -- esr)
-ibm8512|ibm8513|hft-c|IBM High Function Terminal, 
+       dim=\EF\Ef7;, dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, 
+       use=ibmega-c, 
+ibm6154|IBM 6154 Color displays, 
+       blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, 
+       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m, 
+       sgr0=\E[0;10m, use=ibm5154, 
+ibm6153|IBM 6153 Black & White display, 
+       blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, 
+       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m, 
+       sgr0=\E[0;10m, use=ibm5151, 
+ibm6153-90|IBM 6153 Black & White display, 
+       cols#90, lines#36, 
+       blink@, bold@, use=ibm5151, 
+ibm6153-40|IBM 6153 Black & White display, 
+       cols#40, lines#12, use=ibm6153-90, 
+ibm8512|ibm8513|IBM color VGA Terminal, 
        am, mir, msgr, 
        cols#80, it#8, lines#25, 
        am, mir, msgr, 
        cols#80, it#8, lines#25, 
-       acsc=, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cub1=\E[D, 
-       cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
-       dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
-       home=\E[H, il=\E[%p1%dL, il1=\E[L, is2=\Eb\E[m\017\E[?7h, 
-       kcud1=\E[B, kcuu1=\E[A, kf0=\E[010q, kf1=\E[001q, 
-       kf2=\E[002q, kf3=\E[003q, kf4=\E[004q, kf5=\E[005q, 
-       kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, kf9=\E[009q, 
-       khome=\E[H, rc=\E[u, rev=\E[7m, rmacs=^O, rmam=\E[?7l, 
-       rmcup=\E[20h, rmdc=\E[4l, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
+       acsc=jjkkllmmnnqqttuuvvwwxx, blink=\E[5m, bold=\E[1m, 
+       clear=\E[H\E[J, cub1=\E[D, cud1=^J, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, 
+       ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, il=\E[%p1%dL, 
+       il1=\E[L, is2=\Eb\E[m\017\E[?7h, kcud1=\E[B, kcuu1=\E[A, 
+       kf0=\E[010q, kf1=\E[001q, kf2=\E[002q, kf3=\E[003q, 
+       kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
+       kf8=\E[008q, kf9=\E[009q, khome=\E[H, rc=\E[u, rev=\E[7m, 
+       rmacs=^O, rmam=\E[?7l, rmcup=\E[20h, rmdc=\E[4l, 
+       rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
        rs1=\Eb\E[m\017\E[?7h\E[H\E[J, sc=\E[s, sgr0=\E[m, 
        smacs=^N, smam=\E[?7h, smcup=\E[20;4l\E[?7h\Eb, 
        smdc=\E[4h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
        rs1=\Eb\E[m\017\E[?7h\E[H\E[J, sc=\E[s, sgr0=\E[m, 
        smacs=^N, smam=\E[?7h, smcup=\E[20;4l\E[?7h\Eb, 
        smdc=\E[4h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
-hft|AIWS High Function Terminal, 
+       use=ibm8503, 
+hft-c|HFT with Color, 
+       colors#8, pairs#64, 
+       acsc=jjkkllmmnnqqttuuvvwwxx, s0ds=\E(B, s1ds=\E(0, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[0m\E(B, 
+       use=ibm5151, use=ibm+color, 
+hft-c-old|HFT with Color PC850, 
+       colors#8, pairs#64, 
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151, 
+       use=ibm+color, 
+hft-old|AIWS High Function Terminal, 
        am, xon, 
        cols#80, lines#25, 
        am, xon, 
        cols#80, lines#25, 
-       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
        cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
        ht=^I, ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, 
        cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
        ht=^I, ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, 
@@ -8853,30 +12989,60 @@ hft|AIWS High Function Terminal,
        kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, 
        kf9=\E[009q, khome=\E[H, knp=\E[153q, kpp=\E[159q, 
        ktbc=\E[010q, rev=\E[7m, rmir=\E6, rmso=\E[m, rmul=\E[m, 
        kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, 
        kf9=\E[009q, khome=\E[H, knp=\E[153q, kpp=\E[159q, 
        ktbc=\E[010q, rev=\E[7m, rmir=\E6, rmso=\E[m, rmul=\E[m, 
-       sgr0=\E[m, smir=\E6, smso=\E[7m, smul=\E[4m, 
+       sgr0=\E[m, smir=\E6, smso=\E[7m, smul=\E[4m, use=ibm+color, 
 ibm-system1|system1|ibm system/1 computer, 
        am, xt, 
        cols#80, lines#24, 
        bel=^G, clear=^Z, cub1=^H, cuf1=^\, 
        cup=\005%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, home=^K, 
        ind=^J, 
 ibm-system1|system1|ibm system/1 computer, 
        am, xt, 
        cols#80, lines#24, 
        bel=^G, clear=^Z, cub1=^H, cuf1=^\, 
        cup=\005%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, home=^K, 
        ind=^J, 
-
-# From: <pryor@math.berkeley.edu>
-ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display, 
-       eslok, hs, 
-       lines#33, 
-       dsl=\Ej\EYA \EI\Ek, fsl=\Ek, tsl=\Ej\EYA%+ \Eo, use=ibmmono, 
-ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display, 
+#       lft-pc850 : IBM Low Function Terminal Device
+#    lft "supports" underline, bold, and blink in the sense that the lft code
+#    sets all the right bits.  HOWEVER, depending upon the adapter, these
+#    attributes may or may not be supported by the device driver.
+lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device, 
+       am, bw, msgr, xon, 
+       cols#80, it#8, lines#25, 
+       acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
+       cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
+       dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[2J, el=\E[0K, 
+       home=\E[H, hpa=\E[%i%p1%dG, ich=\E[%p1%d@, il=\E[%p1%dL, 
+       il1=\E[L, ind=\ED, indn=\E[%p1%dS, invis=\E[8m, is2=\Ec, 
+       kbs=^H, kcbt=\E[Z, kclr=\E[144q, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, ked=\E[148q, 
+       kel=\E[142q, kend=\E[146q, kf1=\E[001q, kf10=\E[010q, 
+       kf11=\E[011q, kf12=\E[012q, kf13=\E[013q, kf14=\E[014q, 
+       kf15=\E[015q, kf16=\E[016q, kf17=\E[017q, kf18=\E[018q, 
+       kf19=\E[019q, kf2=\E[002q, kf20=\E[020q, kf21=\E[021q, 
+       kf22=\E[022q, kf23=\E[023q, kf24=\E[024q, kf25=\E[025q, 
+       kf26=\E[026q, kf27=\E[027q, kf28=\E[028q, kf29=\E[029q, 
+       kf3=\E[003q, kf30=\E[030q, kf31=\E[031q, kf32=\E[032q, 
+       kf33=\E[033q, kf34=\E[034q, kf35=\E[035q, kf36=\E[036q, 
+       kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
+       kf8=\E[008q, kf9=\E[009q, khome=\E[H, kich1=\E[139q, 
+       kil1=\E[140q, kind=\E[151q, knp=\E[154q, kpp=\E[150q, 
+       kri=\E[155q, krmir=\E[4l, rev=\E[7m, ri=\EL, rin=\E[%p1%dT, 
+       rmacs=\E(B, rmir=\E[4l, rmso=\E[0m, rmul=\E[0m, rs2=\Ec, 
+       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr0=\E[0m, smacs=\E(0, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
+       tbc=\E[3g, 
+ibm5081|hft|IBM Megapel Color display, 
+       acsc=jjkkllmmnnqqttuuvvwwxx, blink@, bold@, s0ds=\E(B, 
+       s1ds=\E(0, sgr0=\E[0m\E(B, use=ibm5154, 
+ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display, 
        eslok, hs, 
        lines#33, 
        eslok, hs, 
        lines#33, 
-       dsl=\Ej\EYA \EI\Ek, fsl=\Ek, tsl=\Ej\EYA%+ \Eo, use=ibmega-c, 
-ibm8514|IBM 8514 color display, 
+       dsl=\Ej\EYA \EI\Ek, fsl=\Ek, tsl=\Ej\EYA%+ \Eo, 
+       use=ibmega-c, 
+ibm8503|ibm8507|ibm8604|IBM 8503 B & W VGA display, 
+       use=hft-c, 
+ibm8514|IBM 8514/a color VGA display, 
        eslok, hs, 
        eslok, hs, 
-       lines#41, 
-       cr=^M, cud1=^J, dsl=\Ej\EYI \EI\Ek, fsl=\Ek, ht=^I, ind=^J, 
-       kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, tsl=\Ej\EYI%+ \Eo, 
-       use=ibmega, 
-ibm8514-c|IBM 8514 color display, 
+       dsl=\Ej\EYI \EI\Ek, fsl=\Ek, tsl=\Ej\EYI%+ \Eo, use=hft, 
+ibm8514-c|IBM 8514 color display with standout and underline, 
        eslok, hs, 
        lines#41, 
        cr=^M, cud1=^J, dsl=\Ej\EYI \EI\Ek, fsl=\Ek, ht=^I, ind=^J, 
        eslok, hs, 
        lines#41, 
        cr=^M, cud1=^J, dsl=\Ej\EYI \EI\Ek, fsl=\Ek, ht=^I, ind=^J, 
@@ -8884,40 +13050,44 @@ ibm8514-c|IBM 8514 color display,
        use=ibmega-c, 
 
 #
        use=ibmega-c, 
 
 #
-# AIX entries.  IBM ships these with AIX 3. 
-# AIX extension caps are commented out,
-# except for box1 which has been translated to an <acsc> string.
-#
+# AIX entries.  IBM ships these with AIX 3.2.5. 
+# -- added rc, sc based on manpage -TD
+# Note that we could use ibm+16color, but that is not how IBM defines this one.
+aixterm|IBM Aixterm Terminal Emulator, 
+       eslok, hs, 
+       acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E, 
+       fsl=\E[?F, rc=\E8, ri@, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
+       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, use=ibm6154, 
 aixterm-m|IBM AIXterm Monochrome Terminal Emulator, 
        eslok, hs, 
 aixterm-m|IBM AIXterm Monochrome Terminal Emulator, 
        eslok, hs, 
-       acsc=llqqkkxxjjmmwwuuvvttnn, bold=\E[1m, dsl=\E[?E, 
+       acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E, 
        fsl=\E[?F, ri@, s0ds=\E(B, s1ds=\E(0, 
        sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
        fsl=\E[?F, ri@, s0ds=\E(B, s1ds=\E(0, 
        sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
-       sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, 
-       use=ibm6153, 
-aixterm-m-old|IBM AIXterm Monochrome Terminal Emulator, 
+       sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, use=ibm6153, 
+aixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator, 
        eslok, hs, 
        bold=\E[1m, dsl=\E[?E, fsl=\E[?F, ri@, 
        sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
        eslok, hs, 
        bold=\E[1m, dsl=\E[?E, fsl=\E[?F, ri@, 
        sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
-       tsl=\E[?%p1%dT, 
-       use=ibm6153, 
+       tsl=\E[?%p1%dT, use=ibm6153, 
+jaixterm|IBM Kanji Aixterm Terminal Eemulator, 
+       acsc@, use=aixterm, 
 jaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator, 
 jaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator, 
-       acsc@, 
-       use=aixterm-m, 
+       acsc@, use=aixterm-m, 
 
 #### Infoton/General Terminal Corp.
 #
 
 # gt100 sounds like something DEC would come out with.  Let's hope they don't.
 i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100), 
 
 #### Infoton/General Terminal Corp.
 #
 
 # gt100 sounds like something DEC would come out with.  Let's hope they don't.
 i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100), 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\Ef%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dl1=\EM, 
        ed=\EJ, el=\EK, flash=\Eb$<200/>\Ea, home=\EH, il1=\EL, 
        ind=^J, rmso=\Ea, smso=\Eb, 
 i400|infoton 400, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\Ef%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dl1=\EM, 
        ed=\EJ, el=\EK, flash=\Eb$<200/>\Ea, home=\EH, il1=\EL, 
        ind=^J, rmso=\Ea, smso=\Eb, 
 i400|infoton 400, 
-       am, 
+       OTbs, am, 
        cols#80, lines#25, 
        bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
        cup=%i\E[%p1%3d;%p2%3dH, cuu1=\E[A, 
        cols#80, lines#25, 
        bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
        cup=%i\E[%p1%3d;%p2%3dH, cuu1=\E[A, 
@@ -8937,6 +13107,284 @@ infoton,
        bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cuu1=^\, 
        ed=^K, ind=^J, ll=^H^\, 
 
        bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cuu1=^\, 
        ed=^K, ind=^J, ll=^H^\, 
 
+# The ICL6402 was actually the Kokusai Display System 6402.
+# The 6404 was the KDS7372 (color version of the 6402).
+# 
+# ICL6404 control codes follow:
+#
+#code            function
+#~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+#ctrl-A          set SOM position at cursor position
+#ctrl-G          Bell
+#ctrl-H          Backspace
+#ctrl-I          Horiz tab
+#ctrl-J          Linefeed
+#ctrl-K          Cursor up
+#ctrl-L          Cursor right
+#ctrl-M          Carriage return
+#ctrl-N          Disable xon/xoff to host
+#ctrl-O          Enable xon/xoff to host
+#ctrl-R          Enable bidirectional mode
+#ctrl-T          Disable bidirectional mode
+#ctrl-V          Cursor down
+#ctrl-Z          Clear unprotected data to insert char
+#ctrl-^          Cursor home
+#ctrl-_          Newline
+#
+#ESC             lead-in char for multiple character command
+#
+#ESC space R     execute power on sequence
+#ESC ! p1 p2     define scroll region:
+#                p1 = scroll top    line:  20h - 37h
+#                p1 = scroll bottom line:  20h - 37h
+#ESC "           unlock keyboard
+#ESC #           lock keyboard
+#ESC $           Semi-graphics mode on
+#ESC %           Semi-graphics mode off
+#ESC &           protect mode on
+#ESC '           protect mode off
+#ESC (           write protect mode off (full intensity)
+#ESC )           write protect mode on (half intensity)
+#
+#ESC *           clear screen
+#ESC +           clear unprotected data to insert char
+#ESC ,           clear unprotected data to half intensity spaces
+#ESC - p1 p2 p3 p4     address cursor to page, row, column:
+#                      p1 = page number  0 - 3
+#                      p2 = row          20h - 7fh
+#                      p3 = column (lo)  20h - 7fh
+#                      p4 = column (hi)  20h - 21h (only 132 col)
+#ESC . p1        set cursor style:
+#                p1 = 0  invisible cursor
+#                p1 = 1  block blinking cursor
+#                p1 = 2  block steady cursor
+#                p1 = 3  underline blinking cursor
+#                p1 = 4  underline steady cursor
+#ESC /           transmit cursor location (page, row, column)
+#ESC 0 p1 p2 p3 p4     program edit key:
+#                      p1 = edit key code: '@'-'S', '`'-'s'
+#                      p2 p3 p4 = program data (3 bytes)
+#
+#ESC 1           set tab
+#ESC 2           clear tab at cursor
+#ESC 3           clear all tabs
+#ESC 4           send unprotect line to cursor
+#ESC 5           send unprotect page to cursor
+#ESC 6           send line to cursor
+#ESC 7           send page to cursor
+#ESC 8 n         set scroll mode:
+#                n = 0   set jump scroll
+#                n = 1   set smooth scroll
+#ESC 9 n         control display:
+#                n = 0   display off
+#                n = 1   display on
+#ESC :           clear unprotected data to null
+#ESC ;           clear unprotected data to insert char
+#
+#ESC <           keyclick on
+#ESC = p1 p2     address cursor to row, column
+#                p1 = row          20h - 7fh
+#                p2 = column (lo)  20h - 7fh
+#                p3 = column (hi)  20h - 21h (only 132 col)
+#ESC >           keyclick off
+#ESC ?           transmit cursor location (row, column)
+#
+#ESC @           copy print mode on
+#ESC A           copy print mode off
+#ESC B           block mode on
+#ESC C           block mode off (conversation mode)
+#ESC D F         set full duplex
+#ESC D H         set half duplex
+#ESC E           line insert
+#ESC F p1 p2     set page colour (p1 = f/grnd, p2 = b/grnd)
+#                0 = black, 1 = red,     2 = green, 3 = yellow
+#                4 = blue,  5 = magenta, 6 = cyan,  7 = white
+#ESC G n         set serial field attribute (n = 30h - 3Fh)
+#ESC H n         full graphics mode:
+#                n = 0  exit full graphics mode
+#                n = 1  enter full graphics mode
+#ESC I           back tab
+#ESC J           back page
+#ESC K           forward page
+#
+#ESC L           unformatted page print
+#ESC M L         move window left  (132 col mode only)
+#ESC M R         move window right (132 col mode only)
+#ESC N           set page edit (clear line edit)
+#ESC O           set line edit (clear page edit)
+#ESC P           formatted page print
+#ESC Q           character insert
+#ESC R           line delete
+#ESC S           send message unprotected only
+#ESC T           erase line to insert char
+#ESC U           set monitor mode   (see ESC X, ESC u)
+#
+#ESC V n         select video attribute mode:
+#                n = 0   serial field attribute mode
+#                n = 1   parallel character attribute mode
+#ESC V 2 n       define line attribute:
+#                n = 0   single width single height
+#                n = 1   single width double height
+#                n = 2   double width single height
+#                n = 3   double width double height
+#ESC V 3 n       select character font:
+#                n = 0   system font
+#                n = 1   user defined font
+#ESC V 4 n       select screen mode:
+#                n = 0   page screen mode
+#                n = 1   virtual screen mode
+#ESC V 5 n       control mouse mode:
+#                n = 0   disable mouse
+#                n = 1   enable sample mode
+#                n = 2   send mouse information
+#                n = 3   enable request mode
+#ESC W           character delete
+#ESC X           clear monitor mode (see ESC U, ESC u)
+#ESC Y           erase page to insert char
+#
+#ESC Z n         send user/status line:
+#                n = 0   send user line
+#                n = 1   send status line
+#                n = 2   send terminal ID
+#ESC [ p1 p2 p3  set character attribute (parallel char mode):
+#                p1: 0 = normal
+#                    1 = blank
+#                    2 = blink
+#                    3 = blink blank (= blank)
+#                    4 = reverse
+#                    5 = reverse blank
+#                    6 = reverse blink
+#                    7 = reverse blink blank (= reverse blank)
+#                    8 = underline
+#                    9 = underline blank
+#                    : = underline blink
+#                    ; = underline blink blank
+#                    < = reverse underline
+#                    = = reverse underline blank
+#                    > = reverse underline blink
+#                    ? = reverse underline blink blank
+#                p2, p3: f/grnd, b/grnd colour
+#                (see ESC F for colours)
+#                use ZZ for mono, eg.
+#                    ESC [ 0 Z Z for normal
+#                    ESC [ 4 Z Z for inverse etc.
+#
+#ESC \ n         set page size:
+#                n = 1   24 lines/page
+#                n = 2   48 lines/page
+#                n = 3   72 lines/page
+#                n = 4   96 lines/page
+#ESC ] n         set Wordstar mode:
+#                n = 0   normal (KDS7372) mode
+#                n = 1   Wordstar mode
+#
+#ESC b           set foreground colour screen
+#
+#ESC c n         enter self-test mode:
+#                n = 0   exit self test mode
+#                n = 1   ROM test
+#                n = 2   RAM test
+#                n = 3   NVRAM test
+#                n = 4   screen display test
+#                n = 5   main/printer port test
+#                n = 6   mouse port test
+#                n = 7   graphics board test
+#                n = 8   graphics memory test
+#                n = 9   display all 'E'
+#                n = :   display all 'H'
+#ESC d           set background colour screen
+#
+#ESC e n         program insert char (n = insert char)
+#ESC f text CR   load user status line with 'text'
+#
+#ESC g           display user status line on 25th line
+#ESC h           display system status line on 25th line
+#ESC i           tab
+#ESC j           reverse linefeed
+#ESC k n         duplex/local edit mode:
+#                n = 0   duplex edit mode
+#                n = 1   local edit mode
+#ESC l n         select virtual screen:
+#                n = 0   screen 1
+#                n = 1   screen 2
+#ESC m           save current config to NVRAM
+#ESC n p1        select display screen:
+#                p1 = 0  screen 1
+#                p1 = 1  screen 2
+#                p1 = 2  screen 3
+#                p1 = 3  screen 4
+#ESC o p1 p2     set characters/line and attribute:
+#                p1 = 0  80 chars/line
+#
+#ESC o p1 p2     set characters/line and attribute:
+#                p1 = 0  80 chars/line
+#                p1 = 1  132 chars/line
+#                p2 = 0  single width single height
+#                p2 = 1  single width double height
+#                p2 = 2  double width single height
+#                p2 = 3  double width double height
+#
+#ESC q           insert mode on
+#ESC r           edit mode on
+#ESC s           send message all
+#ESC t           erase line to null
+#ESC u           clear monitor mode (see ESC U, ESC X)
+#ESC v           autopage mode on
+#ESC w           autopage mode off
+#ESC x p1 p2 p3  define delimiter code...
+#ESC y           erase page to null
+#
+#ESC z 2 p1 p2 p3 p4   draw quadrangle:
+#                      p1 = starting row
+#                      p2 = starting column
+#                      p3 = end row
+#                      p4 = end column
+#
+#ESC { p1 p2 p3 p4     configure main port
+#                      (baud, stop bits, parity, word length)
+#
+#ESC | p1 p2 text Ctrl-Y    program function key with 'text':
+#                        p1 = function key code:
+#                             '1' - ';'  normal f1- f11
+#                             '<' - 'F'  shifted f1 - f11
+#                        p2 = program mode:
+#                             1 = FDX
+#                             2 = LOC
+#                             3 = HDX
+#                        Ctrl-Y = terminator
+#                        (use Ctrl-P to escape ^P, ^Y )
+#
+#ESC } p1 p2 p3 p4     configure printer port
+#                      (baud, stop bits, parity, word length)
+#ESC ~           send system status
+#
+# Codes and info from Peter Disdale <pete@pdlmail.demon.co.uk> 12 May 1997
+#
+# Entry is by esr going solely on above information and is UNTESTED.
+# This actually looks a lot like a Televideo 9xx.
+# This entry uses page 0 and is monochrome; I'm not brave enough to try
+# to make color work without a test terminal.  The <am> capability is a guess.
+# The initialization string sets conversation mode, blinking underline cursor,
+# full duplex, parallel attribute mode, display user status line, white
+# foreground, black background, normal highlight.
+#
+icl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372, 
+       OTbs, am, hs, 
+       cols#80, lines#24, 
+       bel=^G, blink=\E[2ZZ, cbt=\EI, civis=\E.0, clear=\E*, 
+       cnorm=\E.3, cr=^M, 
+       csr=\E!%+%p1%{32}%+%p2%{32} cud1=\026, cuf1=^L, 
+       cup=\E=%p1%{32}%+%c%p2%{80}%m%{32}%+%c%p2%{80}%>%{32}%+%c, 
+       cuu1=^K, cvvis=\E.1, dch1=\EW, dl1=\ER, home=^^, ht=^I, 
+       hts=\E1, il1=\EE, invis=\E[1ZZ, 
+       is1=\EC\E.3\EDF\EV1\Eg\E[0ZZ, nel=^_, rev=\E[4ZZ, 
+       rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ, 
+       rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1, 
+       sgr=\E[%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;ZZ, 
+       sgr0=\E[0ZZ, smir=\Eq, smso=\E[8ZZ, smul=\E[8ZZ, tbc=\E3, 
+icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols, 
+       rs2=\Eo1, use=icl6404, 
+
 #### Interactive Systems Corp
 #
 # ISC used to sell OEMed and customized hardware to support ISC UNIX.
 #### Interactive Systems Corp
 #
 # ISC used to sell OEMed and customized hardware to support ISC UNIX.
@@ -8948,7 +13396,7 @@ infoton,
 # (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
 # ":le=^_:" later overridden -- esr)
 intext|Interactive Systems Corporation modified owl 1200, 
 # (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
 # ":le=^_:" later overridden -- esr)
 intext|Interactive Systems Corporation modified owl 1200, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, xmc#1, 
        bel=^G, cbt=^Y, clear=\014$<132>, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^^, cup=\017%p1%{32}%+%c%p2%{32}%+%c, cuu1=^\, 
        cols#80, it#8, lines#24, xmc#1, 
        bel=^G, cbt=^Y, clear=\014$<132>, cr=^M, cub1=^H, cud1=^J, 
        cuf1=^^, cup=\017%p1%{32}%+%c%p2%{32}%+%c, cuu1=^\, 
@@ -8957,7 +13405,7 @@ intext|Interactive Systems Corporation modified owl 1200,
        kcub1=^_, kcud1=^J, kcuf1=^^, kcuu1=^\, kf0=^VJ\r, kf1=^VA\r, 
        kf2=^VB\r, kf3=^VC\r, kf4=^VD\r, kf5=^VE\r, kf6=^VF\r, 
        kf7=^VG\r, kf8=^VH\r, kf9=^VI\r, khome=^Z, rmir=^V<, 
        kcub1=^_, kcud1=^J, kcuf1=^^, kcuu1=^\, kf0=^VJ\r, kf1=^VA\r, 
        kf2=^VB\r, kf3=^VC\r, kf4=^VD\r, kf5=^VE\r, kf6=^VF\r, 
        kf7=^VG\r, kf8=^VH\r, kf9=^VI\r, khome=^Z, rmir=^V<, 
-       rmkx=^V9, rmso=^V#\s, smir=^V;, smkx=\036\:\264\026%, 
+       rmkx=^V9, rmso=^V#\s, smir=^V;, smkx=\036\:\264\026%%
        smso=^V$\,, 
 intext2|intextii|INTERACTIVE modified owl 1251, 
        am, bw, ul, 
        smso=^V$\,, 
 intext2|intextii|INTERACTIVE modified owl 1251, 
        am, bw, ul, 
@@ -8977,6 +13425,19 @@ intext2|intextii|INTERACTIVE modified owl 1251,
 
 #### Kimtron (abm, kt)
 #
 
 #### Kimtron (abm, kt)
 #
+# Kimtron seems to be history, but as March 1998 these people are still 
+# offering repair services for Kimtron equipment:
+#
+#    Com/Pair Monitor Service
+#    1105 N. Cliff Ave.
+#    Sioux Falls, South Dakota 57103
+#     
+#    WATS voice:  1-800/398-4946
+#    POTS   fax: +1 605/338-8709
+#    POTS voice: +1 605/338-9650
+#         Email: <compair@sd.cybernex.net>
+#  Internet/Web: <http://www.com-pair.com>
+#
 # Kimtron entries include (undocumented) codes for: enter dim mode,
 # enter bold mode, enter reverse mode, turn off all attributes.
 #
 # Kimtron entries include (undocumented) codes for: enter dim mode,
 # enter bold mode, enter reverse mode, turn off all attributes.
 #
@@ -8984,7 +13445,7 @@ intext2|intextii|INTERACTIVE modified owl 1251,
 # Kimtron ABM 85 added by Dual Systems
 # (abm85: removed duplicated ":kd=^J:" -- esr)
 abm85|Kimtron ABM 85, 
 # Kimtron ABM 85 added by Dual Systems
 # (abm85: removed duplicated ":kd=^J:" -- esr)
 abm85|Kimtron ABM 85, 
-       am, bw, msgr, 
+       OTbs, am, bw, msgr, 
        cols#80, it#8, lines#24, xmc#1, 
        cbt=\EI, clear=\E*, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, it#8, lines#24, xmc#1, 
        cbt=\EI, clear=\E*, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
@@ -9021,24 +13482,22 @@ abm85h|Kimtron ABM 85H native mode,
        bel=^G, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@, 
        fsl=^M, invis@, 
        is2=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El, 
        bel=^G, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@, 
        fsl=^M, invis@, 
        is2=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El, 
-       kcud1=^V, sgr0=\E(\EG0, smir=\EZ, tsl=\Eg\Ef, 
-       use=adm+sgr, use=abm85, 
+       kcud1=^V, sgr0=\E(\EG0, smir=\EZ, tsl=\Eg\Ef, use=adm+sgr, 
+       use=abm85, 
 abm85e|Kimtron ABM 85H in 920E mode, 
        xmc@, 
        bel=^G, dim=\E), flash@, 
        is2=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em, 
 abm85e|Kimtron ABM 85H in 920E mode, 
        xmc@, 
        bel=^G, dim=\E), flash@, 
        is2=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em, 
-       rev=\Ej, sgr0=\E(\Ek, smir=\EZ, 
-       use=abm85, 
+       rev=\Ej, sgr0=\E(\Ek, smir=\EZ, use=abm85, 
 abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev., 
        xmc@, 
        bel=^G, dim=\E), 
        is2=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF, 
 abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev., 
        xmc@, 
        bel=^G, dim=\E), 
        is2=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF, 
-       rev=\Ej, sgr0=\E(\Ek, smir=\EZ, 
-       use=abm85, 
+       rev=\Ej, sgr0=\E(\Ek, smir=\EZ, use=abm85, 
 # From: <malman@bbn-vax.arpa>
 # (kt7: removed obsolete :ma=^V^J^L :" -- esr)
 kt7|kimtron model kt-7, 
 # From: <malman@bbn-vax.arpa>
 # (kt7: removed obsolete :ma=^V^J^L :" -- esr)
 kt7|kimtron model kt-7, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        cbt=\EI, clear=^Z, cub1=^H, cud1=^V, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        cols#80, it#8, lines#24, 
        cbt=\EI, clear=^Z, cub1=^H, cud1=^V, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
@@ -9048,8 +13507,7 @@ kt7|kimtron model kt-7,
        kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, 
        kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, 
        kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
-       kich1=\EQ, kil1=\EE, tsl=\Ef, 
-       use=adm+sgr, 
+       kich1=\EQ, kil1=\EE, tsl=\Ef, use=adm+sgr, 
 # Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
 # other kt7 entry and the adjacent key capabilities).  Removed EE which is
 # identical to :mh:.  Removed :ES=\EGD: which is some kind of highlight
 # Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
 # other kt7 entry and the adjacent key capabilities).  Removed EE which is
 # identical to :mh:.  Removed :ES=\EGD: which is some kind of highlight
@@ -9057,7 +13515,7 @@ kt7|kimtron model kt-7,
 kt7ix|kimtron model kt-7 or 70 in IX mode, 
        am, bw, 
        cols#80, it#8, lines#25, 
 kt7ix|kimtron model kt-7 or 70 in IX mode, 
        am, bw, 
        cols#80, it#8, lines#25, 
-       acsc=lZm@k?jYt4uCvAwBqDx3nE, bel=^G, blink=\EG2, cbt=\EI, 
+       acsc=jYk?lZm@nEqDt4uCvAwBx3, bel=^G, blink=\EG2, cbt=\EI, 
        civis=\E.0, clear=\E*, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, el=\ET, fsl=^M, 
        civis=\E.0, clear=\E*, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, 
        cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, el=\ET, fsl=^M, 
@@ -9067,7 +13525,7 @@ kt7ix|kimtron model kt-7 or 70 in IX mode,
        ked=\EY, kel=\ET, kend=\EY, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, 
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EJ, 
        ked=\EY, kel=\ET, kend=\EY, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, 
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EJ, 
-       nel=^M^J, pulse=\EK, rmacs=\E%, rmir=, rmso=\EG0, rmul=\EG0, 
+       nel=^M^J, pulse=\EK, rmacs=\E%%, rmir=, rmso=\EG0, rmul=\EG0, 
        sgr0=\EG0, smacs=\E$, smir=, smso=\EG4, smul=\EG8, tsl=\Ef, 
 
 #### Microdata/MDIS
        sgr0=\EG0, smacs=\E$, smir=, smso=\EG4, smul=\EG8, tsl=\Ef, 
 
 #### Microdata/MDIS
@@ -9144,10 +13602,10 @@ prism2|MDC Prism-2,
        am, bw, msgr, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
        am, bw, msgr, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
-       cup=\013%p1%' '%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
+       cup=\013%p1%{32}%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
        cuu1=^Z, ed=\EJ, el=\EK, home=^A, 
        hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
        cuu1=^Z, ed=\EJ, el=\EK, home=^A, 
        hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
-       ind=^J, kbs=^H, khome=^A, vpa=\013%p1%' '%+%c, 
+       ind=^J, kbs=^H, khome=^A, vpa=\013%p1%{32}%+%c, 
 
 # p4: Prism-4
 # -----------
 
 # p4: Prism-4
 # -----------
@@ -9164,15 +13622,15 @@ prism4|p4|P4|MDC Prism-4,
        cols#80, lines#24, wsl#72, xmc#1, 
        bel=^G, blink=^CB, civis=^]\344, clear=\014$<20>, 
        cnorm=^]\342, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
        cols#80, lines#24, wsl#72, xmc#1, 
        bel=^G, blink=^CB, civis=^]\344, clear=\014$<20>, 
        cnorm=^]\342, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
-       cup=\013%p1%' '%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
+       cup=\013%p1%{32}%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
        cuu1=^Z, dim=^CA, dsl=\035\343\035\345, ed=\EJ, el=\EK, 
        cuu1=^Z, dim=^CA, dsl=\035\343\035\345, ed=\EJ, el=\EK, 
-       fsl=^]\345, home=^A^J
+       fsl=^]\345, home=^A, 
        hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
        ind=^J, invis=^CH, kbs=^H, khome=^A, mc0=\EU, mc4=\ET, mc5=\ER, 
        rev=^CD, rmso=^C\s, rmul=^C\s, 
        hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
        ind=^J, invis=^CH, kbs=^H, khome=^A, mc0=\EU, mc4=\ET, mc5=\ER, 
        rev=^CD, rmso=^C\s, rmul=^C\s, 
-       sgr=\003%'@'%?%p1%p3%|%t%{4}%+%;%?%p2%t%{16}%+%;%?%p4%t%{2}%+%;%?%p5%t%{1}%+%;%?%p7%t%{8}%+%;%c%?%p9%t\016%e\017%;, 
+       sgr=\003%{64}%?%p1%p3%|%t%{4}%+%;%?%p2%t%{16}%+%;%?%p4%t%{2}%+%;%?%p5%t%{1}%+%;%?%p7%t%{8}%+%;%c%?%p9%t\016%e\017%;, 
        sgr0=^C\s, smso=^CD, smul=^CP, tsl=^]\343, 
        sgr0=^C\s, smso=^CD, smul=^CP, tsl=^]\343, 
-       vpa=\013%p1%' '%+%c, 
+       vpa=\013%p1%{32}%+%c, 
 
 # p5: Prism-5
 # -----------
 
 # p5: Prism-5
 # -----------
@@ -9207,8 +13665,7 @@ prism7|p7|P7|MDC Prism-7,
 #
 prism8|p8|P8|MDC Prism-8, 
        cup=\E[%i%p1%d;%p2%dH, hpa=\E[%i%p1%d`, is2=\E[<12h, 
 #
 prism8|p8|P8|MDC Prism-8, 
        cup=\E[%i%p1%d;%p2%dH, hpa=\E[%i%p1%d`, is2=\E[<12h, 
-       vpa=\E[%i%p1%dd, 
-       use=p4, 
+       vpa=\E[%i%p1%dd, use=p4, 
 
 # p8-w: Prism-8 in 132 column mode
 # --------------------------------
 
 # p8-w: Prism-8 in 132 column mode
 # --------------------------------
@@ -9379,7 +13836,7 @@ p8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition,
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khome=^A, lf1=F1, lf10=F10, lf2=F2, 
        lf3=F3, lf4=F4, lf5=F5, lf6=F6, lf7=F7, lf8=F8, lf9=F9, nel=^J^M, 
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khome=^A, lf1=F1, lf10=F10, lf2=F2, 
        lf3=F3, lf4=F4, lf5=F5, lf6=F6, lf7=F7, lf8=F8, lf9=F9, nel=^J^M, 
-       pad=\200, rev=^CD, rmso=^C\s, rmul=^C\s, sgr0=^C\s, smso=^CE, 
+       pad=\0, rev=^CD, rmso=^C\s, rmul=^C\s, sgr0=^C\s, smso=^CE, 
        smul=^C0, 
 
 #### Microterm (act, mime)
        smul=^C0, 
 
 #### Microterm (act, mime)
@@ -9394,10 +13851,10 @@ p8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition,
 # since Sytek insists ^S means xoff.
 # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
 act4|microterm|microterm act iv, 
 # since Sytek insists ^S means xoff.
 # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
 act4|microterm|microterm act iv, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<12/>, cr=^M, cub1=^H, cud1=^K, cuf1=^X, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<12/>, cr=^M, cub1=^H, cud1=^K, cuf1=^X, 
-       cup=\024%p1%{24}%+%c%p2%p2%?%'/'%>%t%'0'%+%;%'P'%+%c, 
+       cup=\024%p1%{24}%+%c%p2%p2%?%{47}%>%t%{48}%+%;%{80}%+%c, 
        cuu1=^Z, dch1=\004$<.1*/>, dl1=\027$<2.3*/>, 
        ed=\037$<2.2*/>, el=\036$<.1*/>, home=^], 
        il1=\001<2.3*/>, ind=^J, kcub1=^H, kcud1=^K, kcuf1=^X, 
        cuu1=^Z, dch1=\004$<.1*/>, dl1=\027$<2.3*/>, 
        ed=\037$<2.2*/>, el=\036$<.1*/>, home=^], 
        il1=\001<2.3*/>, ind=^J, kcub1=^H, kcud1=^K, kcuf1=^X, 
@@ -9406,7 +13863,8 @@ act4|microterm|microterm act iv,
 # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
 act5|microterm5|microterm act v, 
 # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
 act5|microterm5|microterm act v, 
-       kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, ri=\EH$<3>, uc=^H\EA, use=act4, 
+       kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, ri=\EH$<3>, uc=^H\EA, 
+       use=act4, 
 # Mimes using brightness for standout.  Half bright is really dim unless
 # you turn up the brightness so far that lines show up on the screen.
 mime-fb|full bright mime1, 
 # Mimes using brightness for standout.  Half bright is really dim unless
 # you turn up the brightness so far that lines show up on the screen.
 mime-fb|full bright mime1, 
@@ -9417,17 +13875,17 @@ mime-hb|half bright mime1,
 # the more plausible ":do=^J:" -- esr)
 # uc was at one time disabled to get around a curses bug, be wary of it
 mime|mime1|mime2|mimei|mimeii|microterm mime1, 
 # the more plausible ":do=^J:" -- esr)
 # uc was at one time disabled to get around a curses bug, be wary of it
 mime|mime1|mime2|mimei|mimeii|microterm mime1, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, vt#9, 
        bel=^G, clear=^]^C, cr=^M, cub1=^H, cud1=^J, cuf1=^X, 
        cols#80, it#8, lines#24, vt#9, 
        bel=^G, clear=^]^C, cr=^M, cub1=^H, cud1=^J, cuf1=^X, 
-       cup=\024%p1%{24}%+%c%p2%p2%?%{32}%>%t%'0'%+%;%'P'%+%c, 
+       cup=\024%p1%{24}%+%c%p2%p2%?%{32}%>%t%{48}%+%;%{80}%+%c, 
        cuu1=^Z, dl1=\027$<80>, ed=^_, el=^^, home=^], ht=\011$<2>, 
        il1=\001$<80>, ind=^J, is2=^S\E^Q, kcub1=^H, kcud1=^K, 
        kcuf1=^X, kcuu1=^Z, ri=\022$<3>, uc=^U, 
 # These termcaps (for mime2a) put the terminal in low intensity mode
 # since high intensity mode is so obnoxious.
 mime2a-s|microterm mime2a (emulating an enhanced soroc iq120), 
        cuu1=^Z, dl1=\027$<80>, ed=^_, el=^^, home=^], ht=\011$<2>, 
        il1=\001$<80>, ind=^J, is2=^S\E^Q, kcub1=^H, kcud1=^K, 
        kcuf1=^X, kcuu1=^Z, ri=\022$<3>, uc=^U, 
 # These termcaps (for mime2a) put the terminal in low intensity mode
 # since high intensity mode is so obnoxious.
 mime2a-s|microterm mime2a (emulating an enhanced soroc iq120), 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EI, dch1=\ED, 
        cols#80, lines#24, 
        bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EI, dch1=\ED, 
@@ -9437,6 +13895,7 @@ mime2a-s|microterm mime2a (emulating an enhanced soroc iq120),
        smir=\EE, smso=\E\:, smul=\E6, 
 # This is the preferred mode (but ^X can't be used as a kill character)
 mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52), 
        smir=\EE, smso=\E\:, smul=\E6, 
 # This is the preferred mode (but ^X can't be used as a kill character)
 mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52), 
+       OTbs, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=^N, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=^N, 
@@ -9450,7 +13909,8 @@ mime3a|mime1 emulating 3a,
        kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, use=adm3a, 
 mime3ax|mime-3ax|mime1 emulating enhanced 3a, 
        it#8, 
        kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, use=adm3a, 
 mime3ax|mime-3ax|mime1 emulating enhanced 3a, 
        it#8, 
-       dl1=\027$<80>, ed=^_, el=^X, ht=\011$<3>, il1=\001$<80>, use=mime3a, 
+       dl1=\027$<80>, ed=^_, el=^X, ht=\011$<3>, il1=\001$<80>, 
+       use=mime3a, 
 # Wed Mar  9 18:53:21 1983
 # We run our terminals at 2400 baud, so there might be some timing problems at
 # higher speeds. The major improvements in this model are the terminal now 
 # Wed Mar  9 18:53:21 1983
 # We run our terminals at 2400 baud, so there might be some timing problems at
 # higher speeds. The major improvements in this model are the terminal now 
@@ -9511,7 +13971,7 @@ ergo4000|microterm ergo 4000,
        bel=^G, clear=\E[H\E[2J$<80>, cr=^M, cub1=^H, cud1=\E[B, 
        cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
        dch1=\E[1P$<80>, dl1=\E[1M$<5*>, ed=\E[0J$<15>, 
        bel=^G, clear=\E[H\E[2J$<80>, cr=^M, cub1=^H, cud1=\E[B, 
        cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
        dch1=\E[1P$<80>, dl1=\E[1M$<5*>, ed=\E[0J$<15>, 
-       el=\E[0K$<13>, ht=^I, il=\E[1L$<5*>, ind=\ED$<20*>, 
+       el=\E[0K$<13>, ht=^I, il1=\E[1L$<5*>, ind=\ED$<20*>, 
        is2=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h$<300>, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
        kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3, 
        is2=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h$<300>, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
        kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3, 
@@ -9528,6 +13988,495 @@ ergo4000|microterm ergo 4000,
 # There is an NCR4103 terminal that's just a re-badged Wyse-50.
 #
 
 # There is an NCR4103 terminal that's just a re-badged Wyse-50.
 #
 
+# The following vendor-supplied termcaps were captured from the Boundless
+# Technologies site, 8 March 1998.  I removed all-upper-case names that were
+# identical, except for case, to lower-case ones.  I also uncommented the acsc
+# capabilities.X
+#
+# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
+# DEC vt200/300 with color capabilities added.
+ncr260intan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard, 
+       colors#8, pairs#64, 
+       op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       use=ncr260vt300an, 
+# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
+# DEC vt200/300 with color capabilities added.
+ncr260intwan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard, 
+       colors#8, pairs#64, 
+       op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       use=ncr260vt300wan, 
+# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
+# DEC vt200/300 with color capabilities added.
+ncr260intpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard, 
+       colors#8, pairs#64, 
+       op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       use=ncr260vt300pp, 
+# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
+# DEC vt200/300 with color capabilities added.
+ncr260intwpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard in 132 column mode, 
+       colors#8, pairs#64, 
+       op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+       use=ncr260vt300wpp, 
+# This definition for ViewPoint supports several attributes.  This means
+# that it has magic cookies (extra spaces where the attributes begin).
+# Some applications do not function well with magic cookies.  The System
+# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
+# If supporting various attributes is not vital, 'xmc#1' and the extra
+# attributes can be removed. 
+# Mapping to ASCII character set ('acsc' capability) can also be 
+# restored if needed.
+ncr260vppp|NCR 2900_260 viewpoint, 
+       am, bw, hs, km, mc5i, mir, msgr, xon, 
+       cols#80, lines#24, nlab#32, xmc#1, 
+       acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
+       cbt=\EI, civis=\E`0, clear=\014$<40>, cnorm=\E`5, 
+       cr=\r$<2>, cub1=\010$<2>, cud1=\n$<2>, cuf1=\006$<2>, 
+       cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5>, cuu1=\032$<2>, 
+       cvvis=\E`5, dch1=\EW$<2>, dim=\EGp, dl1=\El$<2>, dsl=\E`c, 
+       ed=\Ek$<2>, el=\EK$<2>, fsl=^M, home=\036$<2>, ht=^I, 
+       hts=\E1, il1=\EM$<2>, ind=\n$<2>, invis=\EG1, 
+       is2=\Ee6\E~%$<100>\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
+       kDC=\El, kEND=\Ek, kHOM=^A, kPRT=\E7, kRIT=^F, ka1=^A, ka3=\EJ, 
+       kbs=^H, kc1=\ET, kc3=\EJ, kcub1=^U, kcud1=^J, kcuf1=^F, 
+       kcuu1=^Z, kdch1=\EW, kend=\EK, kf1=^B1\r, kf10=^B\:\r, 
+       kf11=^B;\r, kf12=^B<\r, kf13=^B=\r, kf14=^B>\r, kf15=^B?\r, 
+       kf16=^B@\r, kf17=^B!\r, kf18=^B"\r, kf19=^B#\r, kf2=^B2\r, 
+       kf20=^B$\r, kf21=\002%^M, kf22=^B&\r, kf23=^B'\r, 
+       kf24=^B(\r, kf25=^B)\r, kf26=^B*\r, kf27=^B+\r, 
+       kf28=^B\,\r, kf29=^B-\r, kf3=^B3\r, kf30=^B.\r, kf31=^B/\r, 
+       kf32=^B0\r, kf4=^B4\r, kf5=^B5\r, kf6=^B6\r, kf7=^B7\r, 
+       kf8=^B8\r, kf9=^B9\r, khome=^A, kich1=\Eq, knp=\EJ, kpp=\EJ, 
+       kprt=\EP, ll=\001$<5>, mc0=\EP$<100>, mc4=^T, mc5=^R, 
+       mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<5>, 
+       nel=\037$<2>, rev=\EG4, ri=\Ej$<2>, rmacs=\EcB0\EH\003, 
+       rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
+       rs2=\Ee6\E~%$<100>\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
+       sgr0=\EG0\EH\003, smacs=\EcB1\EH\002, smir=\Eq, 
+       smso=\EG4, smul=\EG8, smxon=\Ec21, tsl=\EF, 
+ncr260vpwpp|NCR 2900_260 viewpoint wide mode, 
+       cols#132, 
+       cup=\Ea%i%p1%dR%p2%dC$<30>, 
+       is2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
+       rs2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
+       use=ncr260vppp, 
+ncr260vt100an|NCR 2900_260 vt100 with ansi kybd, 
+       am, hs, mir, msgr, xenl, xon, 
+       cols#80, lines#24, nlab#32, 
+       acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
+       blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD$<5>, 
+       cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
+       cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
+       cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
+       cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
+       dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
+       ech=\E[%p1%dX, ed=\E[0J$<5>, el=\E[0K$<3>, el1=\E[1K$<3>, 
+       fsl=\E[0$}, home=\E[H$<1>, hpa=\E[%p1%dG$<40>, ht=^I, 
+       hts=\EH, ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, 
+       il1=\E[L$<5>, ind=\ED$<5>, indn=\E[%p1%dE$<5>, 
+       invis=\E[8m, 
+       is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kdch1=\E[3~, kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, 
+       knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, nel=\EE$<5>, 
+       rc=\E8, rev=\E[7m, ri=\EM$<5>, rmacs=^O, rmir=\E[4l, 
+       rmkx=\E[?1l\E>, rmso=\E[0m, rmul=\E[0m, 
+       rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       sc=\E7, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
+       sgr0=\E[0m\017$<20>, smacs=^N, smir=\E[4h, 
+       smkx=\E[?1h\E=, smso=\E[1;7m, smul=\E[4m, tbc=\E[3g, 
+       tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, use=vt220+keypad, 
+ncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd, 
+       cols#132, 
+       cup=\E[%i%p1%d;%p2%dH$<30>, 
+       is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       use=ncr260vt100an, 
+ncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd, 
+       is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
+       kend=\E[5~, khome=\E[2~, kich1=\E[1~, knp=\E[6~, kpp=\E[3~, 
+       lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, 
+       rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       smkx=\E=, use=ncr260vt100an, 
+ncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+  kybd, 
+       cols#132, 
+       cup=\E[%i%p1%d;%p2%dH$<30>, 
+       is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       use=ncr260vt100pp, 
+ncr260vt200an|NCR 2900_260 vt200 with ansi kybd, 
+       am, hs, mir, msgr, xenl, xon, 
+       cols#80, lines#24, nlab#32, 
+       acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
+       blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
+       csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>, 
+       cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
+       cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
+       cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
+       cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
+       dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
+       ech=\E[%p1%dX$<5>, ed=\E[0J, el=\E[0K$<5>, el1=\E[1K$<5>, 
+       fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH, 
+       ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, il1=\E[L$<5>, 
+       ind=\ED$<5>, indn=\E[%p1%dE$<5>, invis=\E[8m, 
+       is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kdch1=\E[3~, kf0=\EOy, kf10=\E[21~, kf11=\E[23~, 
+       kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
+       kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
+       kf2=\EOQ, kf20=\E[34~, kf21=\E[31~, kf22=\E[32~, 
+       kf23=\E[33~, kf24=\E[34~, kf25=\E[35~, kf26=\E[1~, 
+       kf27=\E[2~, kf28=\E[3~, kf29=\E[4~, kf3=\EOR, kf30=\E[5~, 
+       kf31=\E[6~, kf32=\E[7~, kf33=\E[8~, kf34=\E[9~, 
+       kf35=\E[10~, kf4=\EOS, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
+       kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
+       kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, 
+       mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
+       ri=\EM$<5>, rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, 
+       rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
+       rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       sc=\E7, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
+       sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h, 
+       smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
+       tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
+       use=vt220+keypad, 
+ncr260vt200wan|NCR 2900_260 vt200 wide mode ansi kybd, 
+       cols#132, 
+       cup=\E[%i%p1%d;%p2%dH$<30>, 
+       is2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, 
+       rs2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, 
+       use=ncr260vt200an, 
+ncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd, 
+       ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
+       kend=\E[1~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
+       lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 
+       use=ncr260vt200an, 
+ncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+  kybd, 
+       cols#132, 
+       cup=\E[%i%p1%d;%p2%dH$<30>, 
+       is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       use=ncr260vt200pp, 
+ncr260vt300an|NCR 2900_260 vt300 with ansi kybd, 
+       am, hs, mir, msgr, xenl, xon, 
+       cols#80, lines#24, nlab#32, 
+       acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
+       blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
+       csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>, 
+       cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
+       cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
+       cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
+       cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
+       dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
+       ech=\E[%p1%dX$<5>, ed=\E[0J, el=\E[0K$<5>, el1=\E[1K$<5>, 
+       fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH, 
+       ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, il1=\E[L$<5>, 
+       ind=\ED$<5>, indn=\E[%p1%dE$<5>, invis=\E[8m, 
+       is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kdch1=\E[3~, kf0=\EOy, kf10=\E[21~, kf11=\E[23~, 
+       kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
+       kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
+       kf20=\E[34~, kf21=\E[31~, kf22=\E[32~, kf23=\E[33~, 
+       kf24=\E[34~, kf25=\E[35~, kf26=\E[1~, kf27=\E[2~, 
+       kf28=\E[3~, kf29=\E[4~, kf30=\E[5~, kf31=\E[6~, kf32=\E[7~, 
+       kf33=\E[8~, kf34=\E[9~, kf35=\E[10~, kf5=\E[M, kf6=\E[17~, 
+       kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
+       khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
+       krdo=\E[29~, kslt=\E[4~, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, 
+       nel=\EE, rc=\E8, rev=\E[7m, ri=\EM$<5>, rmacs=\017$<20>, 
+       rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
+       rmul=\E[24m, 
+       rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       sc=\E7, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
+       sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h, 
+       smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
+       tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
+       use=vt220+keypad, 
+ncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd, 
+       cols#132, 
+       cup=\E[%i%p1%d;%p2%dH$<30>, 
+       is2=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H$<200>, 
+       rs2=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H$<200>, 
+       use=ncr260vt300an, 
+ncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd, 
+       ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
+       kend=\E[1~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
+       lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 
+       use=ncr260vt300an, 
+NCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+  kybd, 
+       cols#132, 
+       cup=\E[%i%p1%d;%p2%dH$<30>, 
+       is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
+       use=ncr260vt300pp, 
+# This terminfo file contains color capabilities for the Wyse325 emulation of 
+# the NCR 2900/260C color terminal.  Because of the structure of the command
+# (escape sequence) used to set color attributes, one of the fore/background
+# colors must be preset to a given value. I have set the background color to
+# black.  The user can change this setup by altering the last section of the
+# 'setf' definition.  The escape sequence to set color attributes is 
+#              ESC d y <foreground_color> <background_color> 1  
+# In addition, the background color can be changed through the desk accessories.
+# The capablitiy 'op' sets colors to green on black (default combination).  
+#
+# NOTE:  The NCR Unix System Administrator's Shell will not function properly
+#          if the 'pairs' capability is defined. Un-Comment the 'pairs'
+#          capability and recompile if you wish to have it included. 
+#
+ncr260wy325pp|NCR 2900_260 wyse 325, 
+       am, bw, hs, km, mc5i, mir, msgr, xon, 
+       colors#16, cols#80, lines#24, ncv#33, nlab#32, 
+       acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
+       cbt=\EI, civis=\E`0, clear=\E*$<10>, cnorm=\E`1, cr=^M, 
+       cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
+       cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<10>, cuu1=\013$<5>, 
+       cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c, 
+       ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<5>, ht=^I, 
+       hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1, 
+       is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ, 
+       kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI, 
+       kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kend=\ET, 
+       kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, 
+       kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, 
+       kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, 
+       kf23=^Af\r, kf24=^Ag\r, kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, 
+       kf28=^Ak\r, kf29=^Al\r, kf3=^AB\r, kf30=^Am\r, kf31=^An\r, 
+       kf32=^Ao\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
+       kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, 
+       kprt=\EP, mc0=\EP, mc4=^T, mc5=^R, 
+       mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>, 
+       nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0, 
+       rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
+       rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       setb=\s, 
+       setf=%?%p1%{0}%=%t%{49}%e%p1%{1}%=%t%{50}%e%p1%{2}%=%t%{51}%e%p1%{3}%=%t%{52}%e%p1%{4}%=%t%{53}%e%p1%{5}%=%t%{54}%e%p1%{6}%=%t%{55}%e%p1%{7}%=%t%{64}%e%p1%{8}%=%t%{57}%e%p1%{9}%=%t%{58}%e%p1%{10}%=%t%{59}%e%p1%{11}%=%t%{60}%e%p1%{12}%=%t%{61}%e%p1%{13}%=%t%{62}%e%p1%{14}%=%t%{63}%e%p1%{15}%=%t%{56}%;\Edy%c11$<100>, 
+       sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH\002\EcB1, smam=\Ed/, 
+       smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, 
+       tsl=\EF, 
+ncr260wy325wpp|NCR 2900_260 wyse 325 wide mode, 
+       cols#132, 
+       cup=\Ea%i%p1%dR%p2%dC$<30>, 
+       is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       use=ncr260wy325pp, 
+# This definition for Wyse 350 supports several attributes.  This means
+# that it has magic cookies (extra spaces where the attributes begin).
+# Some applications do not function well with magic cookies.  The System
+# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
+# If supporting various attributes is not vital, 'xmc#1' and the extra
+# attributes can be removed. 
+# Mapping to ASCII character set ('acsc' capability) can also be 
+# restored if needed.
+# In addition, color capabilities have been added to this file.  The drawback,
+# however, is that the background color has to be black.  The foreground colors
+# are numbered 0 through 15.  
+#
+# NOTE:  The NCR Unix System Administrator's Shell does not function properly
+#          with the 'pairs' capability defined as below.  If you wish to
+#          have it included, Un-comment it and recompile (using 'tic'). 
+#
+ncr260wy350pp|NCR 2900_260 wyse 350, 
+       am, bw, hs, km, mc5i, mir, msgr, xon, 
+       colors#16, cols#80, lines#24, ncv#33, nlab#32, pairs#16, xmc#1, 
+       acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
+       cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
+       cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
+       cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<40>, cuu1=\013$<5>, 
+       cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c, 
+       ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<10>, ht=^I, 
+       hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1, 
+       is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H, 
+       kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
+       kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, 
+       kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
+       kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, 
+       kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, 
+       kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, 
+       kf3=^AB\r, kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, 
+       kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
+       khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, 
+       mc0=\EP$<10>, mc4=^T, mc5=^R, 
+       mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<20>, 
+       nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0, 
+       rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
+       rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       setb=\s, 
+       setf=%?%p1%{0}%=%t%{49}%e%p1%{1}%=%t%{50}%e%p1%{2}%=%t%{51}%e%p1%{3}%=%t%{52}%e%p1%{4}%=%t%{53}%e%p1%{5}%=%t%{54}%e%p1%{6}%=%t%{55}%e%p1%{7}%=%t%{102}%e%p1%{8}%=%t%{97}%e%p1%{9}%=%t%{98}%e%p1%{10}%=%t%{99}%e%p1%{11}%=%t%{101}%e%p1%{12}%=%t%{106}%e%p1%{13}%=%t%{110}%e%p1%{14}%=%t%{111}%e%p1%{15}%=%t%{56}%;\Em0%c$<100>, 
+       sgr0=\EG0\EH\003\EcD, smacs=\EH\002\EcB1, smam=\Ed/, 
+       smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, 
+       tsl=\EF, 
+ncr260wy350wpp|NCR 2900_260 wyse 350 wide mode, 
+       cols#132, 
+       cup=\Ea%i%p1%dR%p2%dC$<30>, 
+       is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
+       rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
+       use=ncr260wy350pp, 
+# This definition for Wyse 50+ supports several attributes.  This means
+# that it has magic cookies (extra spaces where the attributes begin).
+# Some applications do not function well with magic cookies.  The System
+# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
+# If supporting various attributes is not vital, 'xmc#1' and the extra
+# attributes can be removed. 
+# Mapping to ASCII character set ('acsc' capability) can also be 
+# restored if needed.
+# (ncr260wy50+pp: originally contained commented-out 
+# <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
+ncr260wy50+pp|NCR 2900_260 wyse 50+, 
+       am, bw, hs, km, mc5i, mir, msgr, xon, 
+       cols#80, lines#24, nlab#32, xmc#1, 
+       acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
+       cbt=\EI$<5>, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
+       cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
+       cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<30>, cuu1=\013$<5>, 
+       cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c, 
+       ed=\EY$<5>, el=\ET$<5>, fsl=^M, home=\036$<10>, 
+       ht=\011$<5>, hts=\E1$<5>, il1=\EE$<5>, ind=\n$<5>, 
+       invis=\EG1, 
+       is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H, 
+       kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
+       kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, 
+       kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
+       kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, 
+       kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, 
+       kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, 
+       kf3=^AB\r, kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, 
+       kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
+       khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, 
+       mc0=\EP$<10>, mc4=^T, mc5=^R, 
+       mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>, 
+       nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed., 
+       rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
+       rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       sgr0=\EG0\EH\003$<15>, smacs=\EH^B, smam=\Ed/, smir=\Eq, 
+       smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<5>, tsl=\EF, 
+ncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode, 
+       cols#132, 
+       cup=\Ea%i%p1%dR%p2%dC$<30>, 
+       is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
+       rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
+       use=ncr260wy50+pp, 
+ncr260wy60pp|NCR 2900_260 wyse 60, 
+       am, bw, hs, km, mc5i, mir, msgr, xon, 
+       cols#80, lines#24, nlab#32, 
+       acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
+       cbt=\EI$<15>, civis=\E`0, clear=\E*$<100>, cnorm=\E`1, 
+       cr=^M, cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
+       cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<10>, cuu1=\013$<5>, 
+       cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c, 
+       ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<25>, 
+       ht=\011$<15>, hts=\E1$<15>, il1=\EE$<5>, ind=\n$<5>, 
+       invis=\EG1, 
+       is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ, 
+       kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, 
+       kcbt=\EI$<15>, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
+       kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
+       kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
+       kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r, 
+       kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, kf25=^Ah\r, 
+       kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, kf3=^AB\r, 
+       kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, kf5=^AD\r, 
+       kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
+       kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, mc0=\EP, mc4=^T, mc5=^R, 
+       mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<30>, 
+       nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed., 
+       rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
+       rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH^B, smam=\Ed/, 
+       smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<15>, 
+       tsl=\EF, 
+ncr260wy60wpp|NCR 2900_260 wyse 60 wide mode, 
+       cols#132, 
+       cup=\Ea%i%p1%dR%p2%dC$<30>, 
+       is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
+       use=ncr260wy60pp, 
+ncr160vppp|NCR 2900_160 viewpoint, 
+       use=ncr260vppp, 
+ncr160vpwpp|NCR 2900_160 viewpoint wide mode, 
+       use=ncr260vpwpp, 
+ncr160vt100an|NCR 2900_160 vt100 with ansi kybd, 
+       use=ncr260vt100an, 
+ncr160vt100pp|NCR 2900_160 vt100 with PC+ kybd, 
+       use=ncr260vt100pp, 
+ncr160vt100wan|NCR 2900_160 vt100 wide mode ansi kybd, 
+       use=ncr260vt100wan, 
+ncr160vt100wpp|NCR 2900_160 vt100 wide mode pc+  kybd, 
+       use=ncr260vt100wpp, 
+ncr160vt200an|NCR 2900_160 vt200 with ansi kybd, 
+       use=ncr260vt200an, 
+ncr160vt200pp|NCR 2900_160 vt200 with pc+ kybd, 
+       use=ncr260vt200pp, 
+ncr160vt200wan|NCR 2900_160 vt200 wide mode ansi kybd, 
+       use=ncr260vt200wan, 
+ncr160vt200wpp|NCR 2900_160 vt200 wide mode pc+  kybd, 
+       use=ncr260vt200wpp, 
+ncr160vt300an|NCR 2900_160 vt300 with ansi kybd, 
+       use=ncr260vt300an, 
+ncr160vt300pp|NCR 2900_160 vt300 with pc+ kybd, 
+       use=ncr260vt300pp, 
+ncr160vt300wan|NCR 2900_160 vt300 wide mode ansi kybd, 
+       use=ncr260vt300wan, 
+ncr160vt300wpp|NCR 2900_160 vt300 wide mode pc+  kybd, 
+       use=ncr260vt300wpp, 
+ncr160wy50+pp|NCR 2900_160 wyse 50+, 
+       use=ncr260wy50+pp, 
+ncr160wy50+wpp|NCR 2900_160 wyse 50+ wide mode, 
+       use=ncr260wy50+wpp, 
+ncr160wy60pp|NCR 2900_160 wyse 60, 
+       use=ncr260wy60pp, 
+ncr160wy60wpp|NCR 2900_160 wyse 60 wide mode, 
+       use=ncr260wy60wpp, 
+ncrvt100an|ncrvt100pp|NCR vt100 for the 2900 terminal, 
+       am, hs, mc5i, mir, msgr, xon, 
+       cols#80, it#8, lines#24, nlab#32, 
+       acsc=``aaffgghhiijjkkllmmnnqqttuuvvwwxxyyzz~~, 
+       bel=^G, blink=\E[5m$<30>, bold=\E[1m$<30>, 
+       clear=\E[2J\E[1;1H$<300>, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr$<100>, cub=\E[%p1%dD$<30>, 
+       cub1=\E[D$<2>, cud=\E[%p1%dB$<30>, cud1=\E[B$<2>, 
+       cuf=\E[%p1%dC$<30>, cuf1=\E[C$<2>, 
+       cup=\E[%i%p1%d;%p2%dH$<100>, cuu=\E[%p1%dA$<30>, 
+       cuu1=\E[A$<2>, dch=\E[%p1%dP$<40>, dch1=\E[1P$<10>, 
+       dl=\E[%p1%dM$<70>, dl1=\E[M$<40>, dsl=\E[31l$<25>, 
+       ed=\E[0J$<300>, el=\E[0K$<30>, el1=\E[1K$<30>, 
+       enacs=\E(B\E)0$<40>, fsl=1$<10>, home=\E[H$<2>$<80>, 
+       ht=^I, hts=\EH, il=\E[%p1%dL$<80>, il1=\E[B\E[L$<80>, 
+       ind=\ED, 
+       is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0$<200>, 
+       kLFT=\E[D, kRIT=\E[C, ka1=\E[H, kbs=^H, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kent=^M, kf1=\EOP, 
+       kf2=\EOQ, kf3=\EOR, kf4=\EOS, mc0=\E[i$<100>, nel=\EE, 
+       rc=\E8, rev=\E[7m$<30>, ri=\EM$<50>, rmacs=\017$<90>, 
+       rmir=\E[4l$<80>, rmso=\E[0m$<30>, rmul=\E[0m$<30>, 
+       rs2=\Ec\E[12;31h\E[?3;4;5;10l\E[?6;7;19;25h\E[33;34l\E[0m\E(B\E)0\E%/0n\E[P\031$<200>, 
+       sc=\E7, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<100>, 
+       sgr0=\017\E[0m$<120>, smacs=\016$<90>, smir=\E[4h$<80>, 
+       smso=\E[7m$<30>, smul=\E[4m$<30>, tbc=\E[3g$<40>, 
+       tsl=\E[>+1$<70>, 
+ncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal, 
+       cols#132, 
+       is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0$<200>, 
+       rs2=\Ec\E[12;31h\E[?4;5;10l\E?3;6;7;19;25h\E[33;34l\E[0m\E(B\E)0\E%/0n\E[P\031$<200>, 
+       use=ncrvt100an, 
+#
+# Vendor-supplied NCR termcaps end here
+
 # NCR7900 DIP switches:
 #
 # Switch A:
 # NCR7900 DIP switches:
 #
 # Switch A:
@@ -9565,6 +14514,21 @@ ergo4000|microterm ergo 4000,
 # 7   - Enable / Disable CR turnoff
 # 8   - Enable / Disable backspace
 #
 # 7   - Enable / Disable CR turnoff
 # 8   - Enable / Disable backspace
 #
+# Since each attribute parameter is 0 or 1, we shift each attribute (standout,
+# reverse, blink, dim, and underline) the appropriate number of bits (by
+# multiplying the 0 or 1 by a correct factor to shift) so the bias character,
+# '@' is (effectively) "or"ed with each attribute to generate the proper third
+# character in the <ESC>0 sequence.  The <sgr> string implements the following
+# equation:
+#
+# ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17))    =>
+# ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17))
+#
+#      Where:  P1 <==> Standout attribute parameter
+#              P2 <==> Underline attribute parameter
+#              P3 <==> Reverse attribute parameter
+#              P4 <==> Blink attribute parameter
+#              P5 <==> Dim attribute parameter
 # From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
 ncr7900i|ncr7900|ncr 7900 model 1, 
        am, bw, ul, 
 # From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
 ncr7900i|ncr7900|ncr 7900 model 1, 
        am, bw, ul, 
@@ -9574,18 +14538,22 @@ ncr7900i|ncr7900|ncr 7900 model 1,
        is2=\E0@\010\E3\E4\E7, kcub1=^U, kcud1=^J, kcuf1=^F, 
        kcuu1=^Z, khome=^A, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=\E0@, 
        rmul=\E0@, 
        is2=\E0@\010\E3\E4\E7, kcub1=^U, kcud1=^J, kcuf1=^F, 
        kcuu1=^Z, khome=^A, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=\E0@, 
        rmul=\E0@, 
-       sgr=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c, 
+       sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c, 
        sgr0=\E0@, smso=\E0Q, smul=\E0`, 
 ncr7900iv|ncr 7900 model 4, 
        am, bw, eslok, hs, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
        sgr0=\E0@, smso=\E0Q, smul=\E0`, 
 ncr7900iv|ncr 7900 model 4, 
        am, bw, eslok, hs, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
-       cup=\013%p1%'@'%+%c\E\005%p2%02d, dl1=\E^O, dsl=\Ey1, 
+       cup=\013%p1%{64}%+%c\E\005%p2%02d, dl1=\E^O, dsl=\Ey1, 
        fsl=\Ek\Ey5, home=\013@\E^E00, il1=\E^N, ind=^J, kbs=^H, 
        kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, 
        kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, 
        khome=\EH, lf6=blue, lf7=red, lf8=white, nel=^M^J, 
        tsl=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo, 
        fsl=\Ek\Ey5, home=\013@\E^E00, il1=\E^N, ind=^J, kbs=^H, 
        kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, 
        kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, 
        khome=\EH, lf6=blue, lf7=red, lf8=white, nel=^M^J, 
        tsl=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo, 
+# Warning: This terminal will lock out the keyboard when it receives a CTRL-D.
+#         The user can enter a CTRL-B to get out of this locked state.
+# In <hpa>, we want to output the character given by the formula:
+#              ((col / 10) * 16) + (col % 10)          where "col" is "p1"
 ncr7901|ncr 7901 model, 
        am, bw, ul, 
        cols#80, lines#24, 
 ncr7901|ncr 7901 model, 
        am, bw, ul, 
        cols#80, lines#24, 
@@ -9596,9 +14564,9 @@ ncr7901|ncr 7901 model,
        hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J, 
        is2=\E4^O, kclr=^L, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, 
        khome=^H, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=^O, rmul=^O, 
        hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J, 
        is2=\E4^O, kclr=^L, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, 
        khome=^H, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=^O, rmul=^O, 
-       sgr=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016, 
+       sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016, 
        sgr0=^O, smso=\E0Q\016, smul=\E0`\016, 
        sgr0=^O, smso=\E0Q\016, smul=\E0`\016, 
-       vpa=\013%p1%'@'%+%c, 
+       vpa=\013%p1%{64}%+%c, 
 
 #### Perkin-Elmer (Owl)
 #
 
 #### Perkin-Elmer (Owl)
 #
@@ -9606,19 +14574,20 @@ ncr7901|ncr 7901 model,
 #
 
 bantam|pe550|pe6100|perkin elmer 550, 
 #
 
 bantam|pe550|pe6100|perkin elmer 550, 
+       OTbs, 
        cols#80, lines#24, 
        bel=^G, clear=\EK$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
        el=\EI$<20>, home=\EH, ind=^J, ll=\EH\EA, 
 fox|pe1100|perkin elmer 1100, 
        cols#80, lines#24, 
        bel=^G, clear=\EK$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
        el=\EI$<20>, home=\EH, ind=^J, ll=\EH\EA, 
 fox|pe1100|perkin elmer 1100, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
        cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
        ed=\EJ$<5.5*>, el=\EI, flash=\020\002$<200/>\020\003, 
        home=\EH, hts=\E1, ind=^J, ll=\EH\EA, tbc=\E3, 
 owl|pe1200|perkin elmer 1200, 
        cols#80, lines#24, 
        bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
        cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
        ed=\EJ$<5.5*>, el=\EI, flash=\020\002$<200/>\020\003, 
        home=\EH, hts=\E1, ind=^J, ll=\EH\EA, tbc=\E3, 
 owl|pe1200|perkin elmer 1200, 
-       am, in, 
+       OTbs, am, in, 
        cols#80, lines#24, 
        bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
        cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
        cols#80, lines#24, 
        bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
        cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
@@ -9627,7 +14596,7 @@ owl|pe1200|perkin elmer 1200,
        hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
        kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
        kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
        hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
        kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
        kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
-       rmso=\E!\200, sgr0=\E!\200, smso=\E!^H, tbc=\E3, 
+       rmso=\E!\0, sgr0=\E!\0, smso=\E!^H, tbc=\E3, 
 pe1251|pe6300|pe6312|perkin elmer 1251, 
        am, 
        cols#80, it#8, lines#24, pb#300, vt#8, xmc#1, 
 pe1251|pe6300|pe6312|perkin elmer 1251, 
        am, 
        cols#80, it#8, lines#24, pb#300, vt#8, xmc#1, 
@@ -9645,15 +14614,14 @@ pe7000m|perkin elmer 7000 series monochrome monitor,
        bel=^G, cbt=\E!Y, clear=\EK, cr=^M, cub1=\ED, cud1=\EB, 
        cuf1=\EC, cup=\ES%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
        ed=\EJ, el=\EI, home=\EH, ind=^J, 
        bel=^G, cbt=\E!Y, clear=\EK, cr=^M, cub1=\ED, cud1=\EB, 
        cuf1=\EC, cup=\ES%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
        ed=\EJ, el=\EI, home=\EH, ind=^J, 
-       is1=\E!\200\EW  7o\Egf\ES7\s, kbs=^H, kcub1=\E!V, 
-       kcud1=\E!U, kcuf1=\E!W, kcuu1=\E!T, kf0=\E!\200, kf1=\E!^A, 
+       is1=\E!\0\EW  7o\Egf\ES7\s, kbs=^H, kcub1=\E!V, 
+       kcud1=\E!U, kcuf1=\E!W, kcuu1=\E!T, kf0=\E!\0, kf1=\E!^A, 
        kf10=\E!^J, kf2=\E!^B, kf3=\E!^C, kf4=\E!^D, kf5=\E!^E, 
        kf6=\E!^F, kf7=\E!^G, kf8=\E!^H, kf9=\E!^I, khome=\E!S, 
        ll=\ES7\s, ri=\ER, 
 pe7000c|perkin elmer 7000 series colour monitor, 
        kf10=\E!^J, kf2=\E!^B, kf3=\E!^C, kf4=\E!^D, kf5=\E!^E, 
        kf6=\E!^F, kf7=\E!^G, kf8=\E!^H, kf9=\E!^I, khome=\E!S, 
        ll=\ES7\s, ri=\ER, 
 pe7000c|perkin elmer 7000 series colour monitor, 
-       is1=\E!\200\EW  7o\Egf\Eb0\Ec7\ES7\s, rmso=\Eb0, 
-       rmul=\E!\200, smso=\Eb2, smul=\E!\s, 
-       use=pe7000m, 
+       is1=\E!\0\EW  7o\Egf\Eb0\Ec7\ES7\s, rmso=\Eb0, 
+       rmul=\E!\0, smso=\Eb2, smul=\E!\s, use=pe7000m, 
 
 #### Sperry Univac
 #
 
 #### Sperry Univac
 #
@@ -9700,7 +14668,7 @@ tandem6510|adm3a repackaged by Tandem,
 # (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
 # removed <if=/usr/share/tabset/tandem653>, no such file -- esr)
 tandem653|t653x|Tandem 653x multipage terminal, 
 # (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
 # removed <if=/usr/share/tabset/tandem653>, no such file -- esr)
 tandem653|t653x|Tandem 653x multipage terminal, 
-       am, da, db, hs, 
+       OTbs, am, da, db, hs, 
        cols#80, lines#24, wsl#64, xmc#1, 
        clear=\EI, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\023%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dsl=\Eo\r, 
        cols#80, lines#24, wsl#64, xmc#1, 
        clear=\EI, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\023%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dsl=\Eo\r, 
@@ -9727,7 +14695,7 @@ dmterm|deskmate terminal,
 dt100|dt-100|Tandy DT-100 terminal, 
        xon, 
        cols#80, lines#24, xmc#1, 
 dt100|dt-100|Tandy DT-100 terminal, 
        xon, 
        cols#80, lines#24, xmc#1, 
-       acsc=kkllmmjjnnwwvvttuuqqxx, bel=^G, civis=\E[?25l, 
+       acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, civis=\E[?25l, 
        clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
        csr=\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
        clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
        csr=\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
@@ -9744,7 +14712,7 @@ dt100w|dt-100w|Tandy DT-100 terminal (wide mode),
 dt110|Tandy DT-110 emulating ansi, 
        xon, 
        cols#80, lines#24, 
 dt110|Tandy DT-110 emulating ansi, 
        xon, 
        cols#80, lines#24, 
-       acsc=kkllmmjjnnwwvvuuttqqxx, bel=^G, civis=\E[?25l, 
+       acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, civis=\E[?25l, 
        clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[0B, cuf1=\E[C, 
        cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[0A, dch1=\E[0P, 
        clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[0B, cuf1=\E[C, 
        cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[0A, dch1=\E[0P, 
@@ -9771,7 +14739,7 @@ pt210|TRS-80 PT-210 printing terminal,
 #
 
 tek|tek4012|tektronix 4012, 
 #
 
 tek|tek4012|tektronix 4012, 
-       os, 
+       OTbs, os, 
        cols#75, lines#35, 
        bel=^G, clear=\E\014$<1000>, cr=^M, cub1=^H, cud1=^J, 
        ff=\014$<1000>, is2=\E^O, 
        cols#75, lines#35, 
        bel=^G, clear=\E\014$<1000>, cr=^M, cub1=^H, cud1=^J, 
        ff=\014$<1000>, is2=\E^O, 
@@ -9800,11 +14768,11 @@ tek4015-sm|tektronix 4015 in small font,
 # reverse video.  If you like reverse video stand-out mode but don't want
 # it to flash, change the letter 'H' to 'P' in the :so: field.
 tek4023|tektronix 4023, 
 # reverse video.  If you like reverse video stand-out mode but don't want
 # it to flash, change the letter 'H' to 'P' in the :so: field.
 tek4023|tektronix 4023, 
-       am, 
-       cols#80, lines#24, vt#4, xmc#1, 
-       bel=^G, clear=\E\014$<4/>, cr=^M, cub1=^H, cud1=^J, cuf1=^I
-       cup=\034%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, rmso=^_@
-       smso=^_P, 
+       OTbs, am, 
+       OTdN#4, cols#80, lines#24, vt#4, xmc#1, 
+       OTnl=^J, bel=^G, clear=\E\014$<4/>, cr=^M, cub1=^H, cud1=^J
+       cuf1=^I, cup=\034%p2%{32}%+%c%p1%{32}%+%c, kbs=^H
+       rmso=^_@, smso=^_P, 
 # It is recommended that you run the 4025 at 4800 baud or less;
 # various bugs in the terminal appear at 9600.  It wedges at the
 # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
 # It is recommended that you run the 4025 at 4800 baud or less;
 # various bugs in the terminal appear at 9600.  It wedges at the
 # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
@@ -9821,7 +14789,7 @@ tek4023|tektronix 4023,
 # and didn't seem necessary.
 #
 tek4024|tek4025|tek4027|tektronix 4024/4025/4027, 
 # and didn't seem necessary.
 #
 tek4024|tek4025|tek4027|tektronix 4024/4025/4027, 
-       am, da, db, 
+       OTbs, am, da, db, 
        cols#80, it#8, lines#34, lm#0, 
        bel=^G, clear=\037era\r\n\n, cmdch=^_, cr=^M, 
        cub=\037lef %p1%d\r, cub1=^H, cud=\037dow %p1%d\r, 
        cols#80, it#8, lines#34, lm#0, 
        bel=^G, clear=\037era\r\n\n, cmdch=^_, cr=^M, 
        cub=\037lef %p1%d\r, cub1=^H, cud=\037dow %p1%d\r, 
@@ -9839,12 +14807,10 @@ tek4025-17|tek 4025 17 line window,
 tek4025-17-ws|tek 4025 17 line window in workspace, 
        is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r, 
        rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\r, 
 tek4025-17-ws|tek 4025 17 line window in workspace, 
        is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r, 
        rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\r, 
-       smso=\037att e\r, 
-       use=tek4025-17, 
+       smso=\037att e\r, use=tek4025-17, 
 tek4025-ex|tek4027-ex|tek 4025/4027 w/!, 
        is2=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r, 
 tek4025-ex|tek4027-ex|tek 4025/4027 w/!, 
        is2=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r, 
-       rmcup=\037com 33\r, smcup=!com 31\r, 
-       use=tek4025, 
+       rmcup=\037com 33\r, smcup=!com 31\r, use=tek4025, 
 # Tektronix 4025a
 # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
 # The following status modes are assumed for normal operation (replace the
 # Tektronix 4025a
 # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
 # The following status modes are assumed for normal operation (replace the
@@ -9866,7 +14832,7 @@ tek4025-ex|tek4027-ex|tek 4025/4027 w/!,
 # (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
 # work any more. -- esr)
 tek4025a|Tektronix 4025A, 
 # (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
 # work any more. -- esr)
 tek4025a|Tektronix 4025A, 
-       am, bw, da, db, xon, 
+       OTbs, OTpt, am, bw, da, db, xon, 
        cols#80, it#8, lines#34, 
        bel=^G, cbt=\035bac;, clear=\035era;\n\035rup;, cmdch=^], 
        cr=^M, cub=\035lef %p1%d;, cub1=^H, cud=\035dow %p1%d;, 
        cols#80, it#8, lines#34, 
        bel=^G, cbt=\035bac;, clear=\035era;\n\035rup;, cmdch=^], 
        cr=^M, cub=\035lef %p1%d;, cub1=^H, cud=\035dow %p1%d;, 
@@ -9875,6 +14841,7 @@ tek4025a|Tektronix 4025A,
        dch1=\035dch;, dl=\035dli %p1%d;, dl1=\035dli;, 
        el=\035dch 80;, hpa=\r\035rig %p1%d;, ht=^I, 
        il1=\013\035ili;, ind=^J, indn=\035dow %p1%d;, 
        dch1=\035dch;, dl=\035dli %p1%d;, dl1=\035dli;, 
        el=\035dch 80;, hpa=\r\035rig %p1%d;, ht=^I, 
        il1=\013\035ili;, ind=^J, indn=\035dow %p1%d;, 
+       rs2=!com 29\035del 0\035rss t\035buf\035buf n\035cle\035dis\035dup\035ech r\035eol\035era g\035for n\035pad 203\035pad 209\035sno n\035sto 9 17 25 33 41 49 57 65 73\035wor 0;, 
        tbc=\035sto;, 
 # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
 # Here's the command file that I use to get rogue to work on the 4025.
        tbc=\035sto;, 
 # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
 # Here's the command file that I use to get rogue to work on the 4025.
@@ -9883,7 +14850,7 @@ tek4025a|Tektronix 4025A,
 # see the cursor.)
 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
 tek4025-cr|tek 4025 for curses and rogue, 
 # see the cursor.)
 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
 tek4025-cr|tek 4025 for curses and rogue, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#33, 
        clear=\037era;, cub1=^H, cud1=^F^J, cuf1=\037rig;, 
        cup=\037jum%i%p1%d\,%p2%d;, cuu1=^K, ht=^I, ind=^F^J, 
        cols#80, it#8, lines#33, 
        clear=\037era;, cub1=^H, cud1=^F^J, cuf1=\037rig;, 
        cup=\037jum%i%p1%d\,%p2%d;, cuu1=^K, ht=^I, ind=^F^J, 
@@ -9894,10 +14861,9 @@ tek4025-cr|tek 4025 for curses and rogue,
 #      :te=\037lea p1\037lea p2\037lea p3\037lea p4\037lea pt\037lea p5\037lea p6\037lea p7\037lea p8\037lea p9/la/13\037lea p.\037lea p0\037wor 0:
 tek4025ex|4025ex|4027ex|tek 4025 w/!, 
        is2=\037com 33\r\n!sto 9\,17\,25\,33\,41\,49\,57\,65\,73\r, 
 #      :te=\037lea p1\037lea p2\037lea p3\037lea p4\037lea pt\037lea p5\037lea p6\037lea p7\037lea p8\037lea p9/la/13\037lea p.\037lea p0\037wor 0:
 tek4025ex|4025ex|4027ex|tek 4025 w/!, 
        is2=\037com 33\r\n!sto 9\,17\,25\,33\,41\,49\,57\,65\,73\r, 
-       rmcup=\037com 33\r, smcup=!com 31\r, 
-       use=tek4025, 
+       rmcup=\037com 33\r, smcup=!com 31\r, use=tek4025, 
 tek4105|tektronix 4105, 
 tek4105|tektronix 4105, 
-       am, mir, msgr, ul, xenl, xt, 
+       OTbs, am, mir, msgr, ul, xenl, xt, 
        cols#79, it#8, lines#29, 
        acsc=, bel=^G, blink=\E[=3;<7m, bold=\E[=7;<4m, cbt=\E[Z, 
        clear=\E[2J\E[H, cr=^M, cud1=\E[1B, cuf1=\E[1C, 
        cols#79, it#8, lines#29, 
        acsc=, bel=^G, blink=\E[=3;<7m, bold=\E[=7;<4m, cbt=\E[Z, 
        clear=\E[2J\E[H, cr=^M, cud1=\E[1B, cuf1=\E[1C, 
@@ -9922,17 +14888,15 @@ tek4105-30|4015 emulating 30 line vt100,
        cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
        cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
        cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
        cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
        cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
        cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
-       enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, 
-       ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, 
-       kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, 
-       kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, 
-       kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
+       enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, kbs=^H, 
+       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rc=\E8, 
        rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
        rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
        rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
        rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
-       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>
        sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
        sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
        smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
+       use=vt100+fnkeys, 
 
 # Tektronix 4105 from BRL
 # The following setup modes are assumed for normal operation:
 
 # Tektronix 4105 from BRL
 # The following setup modes are assumed for normal operation:
@@ -9955,9 +14919,9 @@ tek4105-30|4015 emulating 30 line vt100,
 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
 # "IC" cannot be used in combination with "im" & "ei".
 # "tek4105a" is just a guess:
 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
 # "IC" cannot be used in combination with "im" & "ei".
 # "tek4105a" is just a guess:
-tek4105a|Tektronix 4105, 
-       msgr, xon, 
-       cols#80, it#8, lines#30, vt#3, 
+tek4105a|Tektronix 4105, 
+       OTbs, OTpt, msgr, xon, 
+       OTkn#8, cols#80, it#8, lines#30, vt#3, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        civis=\E%!0\ETD00\E%!1, clear=\E[H\E[J, 
        cnorm=\E%!0\ETD10\E%!1, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        civis=\E%!0\ETD00\E%!1, clear=\E[H\E[J, 
        cnorm=\E%!0\ETD10\E%!1, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
@@ -9972,8 +14936,9 @@ tek4105a|Tektronix 4105,
        kf6=\EOR, kf7=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, 
        lf5=F6, lf6=F8, ll=\E[30;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
        rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1, 
        kf6=\EOR, kf7=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, 
        lf5=F6, lf6=F8, ll=\E[30;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
        rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1, 
-       rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, sc=\E7, 
-       sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h, 
+       rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
+       rs2=\030\E%!0\EKC\E\014\EKR0\EKF0\ENM0\ELBH=\ETF8000010F40\ELI100\ELLA>\ELM0\EKE0\ENF1\EKS0\END0\E%!1\Ec\E[?3;5l\E[?7;8h\E[r\E[m\E>, 
+       sc=\E7, sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h, 
        smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
 
 #
        smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
 
 #
@@ -9998,7 +14963,7 @@ tek4105a|Tektronix 4105,
 # and factory color maps.  After setting these modes, save them with NVSAVE.  No
 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
 # "IC" cannot be used in combination with "im" & "ei".
 # and factory color maps.  After setting these modes, save them with NVSAVE.  No
 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
 # "IC" cannot be used in combination with "im" & "ei".
-tek4106brl|tek4107brl|tek4109brl|Tektronix 4106, 4107, or 4109, 
+tek4106brl|tek4107brl|tek4109brl|Tektronix 4106 4107 or 4109, 
        msgr, xon, 
        cols#80, it#8, lines#32, vt#3, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
        msgr, xon, 
        cols#80, it#8, lines#32, vt#3, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
@@ -10021,7 +14986,7 @@ tek4106brl|tek4107brl|tek4109brl|Tektronix 4106, 4107, or 4109,
        smkx=\E[?1h\E=, smso=\E[7;42m, smul=\E[4m, tbc=\E[3g, 
 
 tek4107|tek4109|tektronix terminals 4107 4109, 
        smkx=\E[?1h\E=, smso=\E[7;42m, smul=\E[4m, tbc=\E[3g, 
 
 tek4107|tek4109|tektronix terminals 4107 4109, 
-       am, mir, msgr, ul, xenl, xt, 
+       OTbs, am, mir, msgr, ul, xenl, xt, 
        cols#79, it#8, lines#29, 
        bel=^G, blink=\E%!1\E[5m$<2>\E%!0, 
        bold=\E%!1\E[1m$<2>\E%!0, clear=\ELZ, cnorm=\E%!0, cr=^M, 
        cols#79, it#8, lines#29, 
        bel=^G, blink=\E%!1\E[5m$<2>\E%!0, 
        bold=\E%!1\E[1m$<2>\E%!0, clear=\ELZ, cnorm=\E%!0, cr=^M, 
@@ -10031,7 +14996,7 @@ tek4107|tek4109|tektronix terminals 4107 4109,
        kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
        rev=\E%!1\E[7m$<2>\E%0, ri=\EI, 
        rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0, 
        kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
        rev=\E%!1\E[7m$<2>\E%0, ri=\EI, 
        rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0, 
-       sgr=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%!0, 
+       sgr=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>\E%%!0, 
        sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<2>\E%!0, 
        smul=\E%!1\E[4m$<2>\E%!0, 
 # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
        sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<2>\E%!0, 
        smul=\E%!1\E[4m$<2>\E%!0, 
 # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
@@ -10064,7 +15029,7 @@ otek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series,
        rmcup=\EKA1\ELV1, smcup=\EKA0\ELV0\EMG0, 
 # The 4112 with the ANSI compatibility enhancement
 tek4112|tek4114|tektronix 4110 series, 
        rmcup=\EKA1\ELV1, smcup=\EKA0\ELV0\EMG0, 
 # The 4112 with the ANSI compatibility enhancement
 tek4112|tek4114|tektronix 4110 series, 
-       am, db, 
+       OTbs, am, db, 
        cols#80, lines#34, 
        cbt=\E[Z, clear=\E[2J\E[0;0H, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, dch1=\E[P, dl1=\E[M, 
        cols#80, lines#34, 
        cbt=\E[Z, clear=\E[2J\E[0;0H, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, dch1=\E[P, dl1=\E[M, 
@@ -10072,6 +15037,7 @@ tek4112|tek4114|tektronix 4110 series,
        ind=\E7\E[0;0H\E[M\E8, is2=\E3!1, ri=\E7\E[0;0H\E[L\E8, 
        rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
 tek4112-nd|4112 not in dialog area, 
        ind=\E7\E[0;0H\E[M\E8, is2=\E3!1, ri=\E7\E[0;0H\E[L\E8, 
        rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
 tek4112-nd|4112 not in dialog area, 
+       OTns, 
        cuu1=^K, use=tek4112, 
 tek4112-5|4112 in 5 line dialog area, 
        lines#5, use=tek4112, 
        cuu1=^K, use=tek4112, 
 tek4112-5|4112 in 5 line dialog area, 
        lines#5, use=tek4112, 
@@ -10081,7 +15047,7 @@ tek4112-5|4112 in 5 line dialog area,
 # previously \0410 and \0411 sequences...I don't *think* they were supposed
 # to be 4-digit octal -- esr)
 tek4113|tektronix 4113 color graphics with 5 line dialog area, 
 # previously \0410 and \0411 sequences...I don't *think* they were supposed
 # to be 4-digit octal -- esr)
 tek4113|tektronix 4113 color graphics with 5 line dialog area, 
-       am, da, eo, 
+       OTbs, am, da, eo, 
        cols#80, lines#5, 
        clear=\ELZ, cub1=^H, cud1=^J, cuf1=\ELM1 \ELM0, 
        flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, 
        cols#80, lines#5, 
        clear=\ELZ, cub1=^H, cud1=^J, cuf1=\ELM1 \ELM0, 
        flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, 
@@ -10093,7 +15059,7 @@ tek4113-34|tektronix 4113 color graphics with 34 line dialog area,
 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
 # :vb: needs enough delay to let you see the background color being toggled.
 tek4113-nd|tektronix 4113 color graphics with no dialog area, 
 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
 # :vb: needs enough delay to let you see the background color being toggled.
 tek4113-nd|tektronix 4113 color graphics with no dialog area, 
-       am, eo, 
+       OTbs, am, eo, 
        cols#80, it#8, lines#34, 
        clear=\E^L, cub1=^H, cud1=^J, cuf1=^I, cuu1=^K, 
        cvvis=\ELZ\EKA0, 
        cols#80, it#8, lines#34, 
        clear=\E^L, cub1=^H, cud1=^J, cuf1=^I, cuu1=^K, 
        cvvis=\ELZ\EKA0, 
@@ -10103,7 +15069,7 @@ tek4113-nd|tektronix 4113 color graphics with no dialog area,
 # This entry is from Tek. Inc.  (Brian Biehl)
 # (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
 otek4115|Tektronix 4115, 
 # This entry is from Tek. Inc.  (Brian Biehl)
 # (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
 otek4115|Tektronix 4115, 
-       am, da, db, eo, 
+       OTbs, am, da, db, eo, 
        cols#80, it#8, lines#34, 
        cbt=\E[Z, clear=\E[H\E[2J, 
        cnorm=\E%!0\ELBG8\E%!1\E[34;1H, cub1=\E[D, cud1=\E[B, 
        cols#80, it#8, lines#34, 
        cbt=\E[Z, clear=\E[H\E[2J, 
        cnorm=\E%!0\ELBG8\E%!1\E[34;1H, cub1=\E[D, cud1=\E[B, 
@@ -10145,8 +15111,7 @@ tek4125|tektronix 4125,
        lines#34, 
        csr@, dl1=\E[1M, il1=\E[1L, 
        is2=\E%\E!0\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\E!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        lines#34, 
        csr@, dl1=\E[1M, il1=\E[1L, 
        is2=\E%\E!0\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\E!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
-       rc@, sc@, smkx=\E=, 
-       use=vt100, 
+       rc@, sc@, smkx=\E=, use=vt100, 
 
 # From: <jcoker@ucbic>
 # (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
 
 # From: <jcoker@ucbic>
 # (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
@@ -10172,6 +15137,7 @@ tek4207|Tektronix 4207 graphics terminal with memory,
 # (tek4404: There was a "\!" in <smcup> that I replaced with "\E!".
 # Tab had been given as \E2I,that must be the tab-set capability -- esr)
 tek4404|tektronix 4404, 
 # (tek4404: There was a "\!" in <smcup> that I replaced with "\E!".
 # Tab had been given as \E2I,that must be the tab-set capability -- esr)
 tek4404|tektronix 4404, 
+       OTbs, 
        cols#80, it#8, lines#32, 
        blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
        cols#80, it#8, lines#32, 
        blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
@@ -10220,16 +15186,16 @@ tek4205|tektronix 4205,
        dch1=\E[1P, dim=\E[=1;<6m, dl1=\E[1M, ech=\E%p1%dX, 
        ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, home=\E[H, ht=^I, 
        ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[1L, ind=\ED, 
        dch1=\E[1P, dim=\E[=1;<6m, dl1=\E[1M, ech=\E%p1%dX, 
        ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, home=\E[H, ht=^I, 
        ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[1L, ind=\ED, 
-       initc=\E%%!0\n\ETF4\n%?%p1%{0}%=%t0\n%e%p1%{1}%=%t4\n%e%p1%{2}%=%t3\n%e%p1%{3}%=%t5\n%e%p1%{4}%=%t2\n%e%p1%{5}%=%t6\n%e%p1%{6}%=%t7\n%e1%;\n%?%p2%{125}%<%t0\n%e%p2%{250}%<%tA2\n%e%p2%{375}%<%tA?\n%e%p2%{500}%<%tC8\n%e%p2%{625}%<%tD4\n%e%p2%{750}%<%tE1\n%e%p2%{875}%<%tE\:\n%eF4%;\n%?%p3%{125}%<%t0\n%e%p3%{250}%<%tA2\n%e%p3%{375}%<%tA?\n%e%p3%{500}%<%tC8\n%e%p3%{625}%<%tD4\n%e%p3%{750}%<%tE1\n%e%p3%{875}%<%tE\:\n%eF4%;\n%?%p4%{125}%<%t0\n%e%p4%{250}%<%tA2\n%e%p4%{375}%<%tA?\n%e%p4%{500}%<%tC8\n%e%p4%{625}%<%tD4\n%e%p4%{750}%<%tE1\n%e%p4%{875}%<%tE\:\n%eF4%;\n\E%%!1, 
+       initc=\E%%!0\ETF4%?%p1%{0}%=%t0%e%p1%{1}%=%t4%e%p1%{2}%=%t3%e%p1%{3}%=%t5%e%p1%{4}%=%t2%e%p1%{5}%=%t6%e%p1%{6}%=%t7%e1%;%?%p2%{125}%<%t0%e%p2%{250}%<%tA2%e%p2%{375}%<%tA?%e%p2%{500}%<%tC8%e%p2%{625}%<%tD4%e%p2%{750}%<%tE1%e%p2%{875}%<%tE\:%eF4%;%?%p3%{125}%<%t0%e%p3%{250}%<%tA2%e%p3%{375}%<%tA?%e%p3%{500}%<%tC8%e%p3%{625}%<%tD4%e%p3%{750}%<%tE1%e%p3%{875}%<%tE\:%eF4%;%?%p4%{125}%<%t0%e%p4%{250}%<%tA2%e%p4%{375}%<%tA?%e%p4%{500}%<%tC8%e%p4%{625}%<%tD4%e%p4%{750}%<%tE1%e%p4%{875}%<%tE\:%eF4%;\E%%!1, 
        invis=\E[=6;<5, is1=\E%!0\ETM1\E%!1\E[m, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOA, 
        kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EP, kf5=\EQ, kf6=\ER, 
        kf7=\ES, 
        invis=\E[=6;<5, is1=\E%!0\ETM1\E%!1\E[m, kbs=^H, 
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOA, 
        kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EP, kf5=\EQ, kf6=\ER, 
        kf7=\ES, 
-       oc=\E%!0\n\ETFB0\n0000\n1F4F4F4\n2F400\n30F40\n4A4C<F4\n50F4F4\n6F40F4\n7F4F40\n\E%!1, 
+       oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1, 
        op=\E[39;40m, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=, 
        rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[24m, 
        op=\E[39;40m, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=, 
        rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[24m, 
-       setb=\E[=%?%p1%{0}%=%t0m\n%e%p1%{1}%=%t4m\n%e%p1%{2}%=%t3m\n%e%p1%{3}%=%t5m\n%e%p1%{4}%=%t2m\n%e%p1%{5}%=%t6m\n%e%p1%{6}%=%t7m\n%e1m%;, 
-       setf=\E[<%?%p1%{0}%=%t0m\n%e%p1%{1}%=%t4m\n%e%p1%{2}%=%t3m\n%e%p1%{3}%=%t5m\n%e%p1%{4}%=%t2m\n%e%p1%{5}%=%t6m\n%e%p1%{6}%=%t7m\n%e1m%;, 
+       setb=\E[=%?%p1%{0}%=%t0m%e%p1%{1}%=%t4m%e%p1%{2}%=%t3m%e%p1%{3}%=%t5m%e%p1%{4}%=%t2m%e%p1%{5}%=%t6m%e%p1%{6}%=%t7m%e1m%;, 
+       setf=\E[<%?%p1%{0}%=%t0m%e%p1%{1}%=%t4m%e%p1%{2}%=%t3m%e%p1%{3}%=%t5m%e%p1%{4}%=%t2m%e%p1%{5}%=%t6m%e%p1%{6}%=%t7m%e1m%;, 
        sgr0=\E[=0;<1m\E[24;25;27m\017, smacs=^N, 
        smcup=\E%%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, 
        smul=\E[4m, tbc=\E[1g, 
        sgr0=\E[=0;<1m\E[24;25;27m\017, smacs=^N, 
        smcup=\E%%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, 
        smul=\E[4m, tbc=\E[1g, 
@@ -10250,7 +15216,7 @@ tty33|tty35|model 33 or 35 teletype,
        cols#72, 
        bel=^G, cr=^M, cud1=^J, ind=^J, 
 tty37|model 37 teletype, 
        cols#72, 
        bel=^G, cr=^M, cud1=^J, ind=^J, 
 tty37|model 37 teletype, 
-       hc, os, xon, 
+       OTbs, hc, os, xon, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, 
        ind=^J, 
 
        bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, 
        ind=^J, 
 
@@ -10266,7 +15232,7 @@ tty37|model 37 teletype,
 # to get crlf, even if <cr> is not ^M.)
 # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
 tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2, 
 # to get crlf, even if <cr> is not ^M.)
 # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
 tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2, 
-       xon, 
+       OTbs, xon, 
        cols#80, lines#24, 
        clear=\EH$<20>\EJ$<80>, cr=\EG, cub1=^H, cud1=\EB, 
        cuf1=\EC, cuu1=\E7, dch1=\EP$<50>, dl1=\EM$<50>, 
        cols#80, lines#24, 
        clear=\EH$<20>\EJ$<80>, cr=\EG, cub1=^H, cud1=\EB, 
        cuf1=\EC, cuu1=\E7, dch1=\EP$<50>, dl1=\EM$<50>, 
@@ -10275,7 +15241,7 @@ tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2,
        kcub1=^H, mc4=^T, mc5=\022$<2000>, ri=\ET$<10>, rmso=\E4, 
        rs2=\023\ER$<60>, smso=\E3, tbc=\EH\E2$<80>, 
 tty43|model 43 teletype, 
        kcub1=^H, mc4=^T, mc5=\022$<2000>, ri=\ET$<10>, rmso=\E4, 
        rs2=\023\ER$<60>, smso=\E3, tbc=\EH\E2$<80>, 
 tty43|model 43 teletype, 
-       am, hc, os, xon, 
+       OTbs, am, hc, os, xon, 
        cols#132, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
 
        cols#132, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
 
@@ -10287,7 +15253,7 @@ tty43|model 43 teletype,
 scanset|sc410|sc415|Tymshare Scan Set, 
        am, bw, msgr, 
        cols#80, lines#24, 
 scanset|sc410|sc415|Tymshare Scan Set, 
        am, bw, msgr, 
        cols#80, lines#24, 
-       acsc=l<m-k4j%q\,x5, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, 
+       acsc=j%k4l<m-q\,x5, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, 
        cud1=^J, cuf1=^I, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=^K, ed=\EJ, el=\EK, home=\EH, ind=^J, kcub1=\ED, 
        kcud1=\EB, kcuf1=\EC, kcuu1=\EA, mc0=\E;3, mc4=\E;0, 
        cud1=^J, cuf1=^I, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=^K, ed=\EJ, el=\EK, home=\EH, ind=^J, kcub1=\ED, 
        kcud1=\EB, kcuf1=\EC, kcuu1=\EA, mc0=\E;3, mc4=\E;0, 
@@ -10297,14 +15263,14 @@ scanset|sc410|sc415|Tymshare Scan Set,
 #
 # If you saw a Byte Magazine cover with a terminal on it during the early
 # 1980s, it was probably one of these.  Carl Helmers liked them because
 #
 # If you saw a Byte Magazine cover with a terminal on it during the early
 # 1980s, it was probably one of these.  Carl Helmers liked them because
-# they could crank 19.2 and were cheap (that is, until he tried to program
-# one...)
+# they could crank 19.2 and were cheap (that is, he liked them until he tried
+# to program one...)
 #
 
 # Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
 # every other linefeed.
 vc303|vc103|vc203|volker-craig 303, 
 #
 
 # Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
 # every other linefeed.
 vc303|vc103|vc203|volker-craig 303, 
-       am, 
+       OTbs, OTns, am, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
        cuu1=^N, home=\013$<40>, kcub1=^H, kcud1=^J, kcuf1=^I, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
        cuu1=^N, home=\013$<40>, kcub1=^H, kcud1=^J, kcuf1=^I, 
@@ -10314,7 +15280,7 @@ vc303a|vc403a|volker-craig 303a,
        home=\031$<40>, kcuf1=^U, kcuu1=^Z, ll=^P, use=vc303, 
 # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
 vc404|volker-craig 404, 
        home=\031$<40>, kcuf1=^U, kcuu1=^Z, ll=^P, use=vc303, 
 # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
 vc404|volker-craig 404, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\030$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
        cols#80, lines#24, 
        bel=^G, clear=\030$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
@@ -10325,7 +15291,7 @@ vc404-s|volker-craig 404 w/standout mode,
 # From: <wolfgang@cs.sfu.ca>
 # (vc414: merged in cup/dl1/home from an old vc414h-noxon)
 vc414|vc414h|Volker-Craig 414H in sane escape mode., 
 # From: <wolfgang@cs.sfu.ca>
 # (vc414: merged in cup/dl1/home from an old vc414h-noxon)
 vc414|vc414h|Volker-Craig 414H in sane escape mode., 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        clear=\E\034$<40>, cud1=\E^K, cuf1=^P, 
        cup=\E\021%p2%c%p1%c$<40>, cuu1=\E^L, dch1=\E3, 
        cols#80, lines#24, 
        clear=\E\034$<40>, cud1=\E^K, cuf1=^P, 
        cup=\E\021%p2%c%p1%c$<40>, cuu1=\E^L, dch1=\E3, 
@@ -10360,7 +15326,7 @@ pcplot|pc-plot terminal emulation program,
 # I have noticed a couple of minor glitches, but nothing I can't work
 # around. (I added two capabilities from the BRL entry -- esr)
 kaypro|kaypro2|kaypro II, 
 # I have noticed a couple of minor glitches, but nothing I can't work
 # around. (I added two capabilities from the BRL entry -- esr)
 kaypro|kaypro2|kaypro II, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\032$<1/>, cr=^M, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER, ed=^W, 
        cols#80, lines#24, 
        bel=^G, clear=\032$<1/>, cr=^M, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER, ed=^W, 
@@ -10368,12 +15334,31 @@ kaypro|kaypro2|kaypro II,
 
 # From IBM, Thu May  5 19:35:27 1983
 # (ibmpc: commented out <smir>=\200R because we don't know <rmir> -- esr)
 
 # From IBM, Thu May  5 19:35:27 1983
 # (ibmpc: commented out <smir>=\200R because we don't know <rmir> -- esr)
-ibmpc|ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS), 
-       am, 
+ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS), 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=^L^K, cr=^M^^, cub1=^], cud1=^J, cuf1=^\, 
        cuu1=^^, home=^K, ind=\n$<10>, kcud1=^_, 
 
        cols#80, lines#24, 
        bel=^G, clear=^L^K, cr=^M^^, cub1=^], cud1=^J, cuf1=^\, 
        cuu1=^^, home=^K, ind=\n$<10>, kcud1=^_, 
 
+ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX, 
+       OTbs, am, bw, eo, hs, km, msgr, ul, 
+       cols#80, it#8, lines#24, 
+       acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M, 
+       cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
+       home=\E[H, hpa=\E[%i%p1%dG, ind=\E[S\E[B, 
+       indn=\E[%p1%dS\E[%p1%dB, invis=\E[30;40m, kbs=^H, 
+       kcbt=^], kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
+       kdch1=\177, kend=\E[Y, kf1=\240, kf10=\251, kf2=\241, 
+       kf3=\242, kf4=\243, kf5=\244, kf6=\245, kf7=\246, kf8=\247, 
+       kf9=\250, khome=\E[H, kich1=\E[^H, knp=\E[U, kpp=\E[V, 
+       ll=\E[24;1H, nel=^M, rev=\E[7m, ri=\E[T\E[A, 
+       rin=\E[%p1%dT\E[%p1%dA, rmso=\E[m, rmul=\E[m, 
+       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
+       sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
+
 #### Apple II
 #
 # Apple II firmware console first, then various 80-column cards and 
 #### Apple II
 #
 # Apple II firmware console first, then various 80-column cards and 
@@ -10387,7 +15372,7 @@ ibmpc|ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS),
 #      The clear key on a IIgs will do something like clear-screen, 
 #              depending on what you're in.
 appleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface, 
 #      The clear key on a IIgs will do something like clear-screen, 
 #              depending on what you're in.
 appleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface, 
-       am, bw, eo, msgr, 
+       OTbs, am, bw, eo, msgr, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
@@ -10414,12 +15399,11 @@ apple2e|Apple //e,
 # 4.20, with incoming and outgoing terminals both on 0, emulation On.
 apple2e-p|Apple //e via Pascal, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, kcub1=^H, 
 # 4.20, with incoming and outgoing terminals both on 0, emulation On.
 apple2e-p|Apple //e via Pascal, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, kcub1=^H, 
-       kcud1=^J, 
-       use=apple2e, 
+       kcud1=^J, use=apple2e, 
 # (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
 # Enable DC3/DC1 flow control with "stty ixon -ixany".
 apple-ae|ASCII Express, 
 # (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
 # Enable DC3/DC1 flow control with "stty ixon -ixany".
 apple-ae|ASCII Express, 
-       am, bw, msgr, nxon, xon, 
+       OTbs, am, bw, msgr, nxon, xon, 
        cols#80, it#8, lines#24, 
        bel=\007$<500/>, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
        cols#80, it#8, lines#24, 
        bel=\007$<500/>, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
@@ -10427,7 +15411,7 @@ apple-ae|ASCII Express,
        kcuf1=^U, kcuu1=^K, rev=^O, ri=^V, rmso=^N, rs1=^R^N, sgr0=^N, 
        smso=^O, 
 appleII|apple ii plus, 
        kcuf1=^U, kcuu1=^K, rev=^O, ri=^V, rmso=^N, rs1=^R^N, sgr0=^N, 
        smso=^O, 
 appleII|apple ii plus, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        clear=^L, cnorm=^TC2, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, cvvis=^TC6, 
        cols#80, it#8, lines#24, 
        clear=^L, cnorm=^TC2, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, cvvis=^TC6, 
@@ -10437,7 +15421,7 @@ appleII|apple ii plus,
 # Originally by Gary Ford 21NOV83
 # From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
 apple-80|apple II with smarterm 80 col, 
 # Originally by Gary Ford 21NOV83
 # From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
 apple-80|apple II with smarterm 80 col, 
-       am, bw, 
+       OTbs, am, bw, 
        cols#80, lines#24, 
        cbt=^R, clear=\014$<10*/>, cr=\r$<10*/>, cub1=^H, cud1=^J, 
        cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, 
        cols#80, lines#24, 
        cbt=^R, clear=\014$<10*/>, cr=\r$<10*/>, cub1=^H, cud1=^J, 
        cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, 
@@ -10455,7 +15439,7 @@ apple-soroc|apple emulating soroc 120,
 # Apple with videx then remove the :so: and :se: fields."
 # (apple-videx: this used to be called DaleApple -- esr)
 apple-videx|Apple with videx videoterm 80 column board with inverse video, 
 # Apple with videx then remove the :so: and :se: fields."
 # (apple-videx: this used to be called DaleApple -- esr)
 apple-videx|Apple with videx videoterm 80 column board with inverse video, 
-       am, xenl, 
+       OTbs, am, xenl, 
        cols#80, it#8, lines#24, 
        clear=\014$<300/>, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
        cols#80, it#8, lines#24, 
        clear=\014$<300/>, cub1=^H, cud1=^J, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
@@ -10466,7 +15450,7 @@ apple-videx|Apple with videx videoterm 80 column board with inverse video,
 #                            controlled by ASCII Express: Pro.
 # From Dave Shaver <isucs1!shaver>
 apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell, 
 #                            controlled by ASCII Express: Pro.
 # From Dave Shaver <isucs1!shaver>
 apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell, 
-       am, eo, xt, 
+       OTbs, am, eo, xt, 
        cols#80, lines#24, 
        acsc=, clear=^L, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
        cols#80, lines#24, 
        acsc=, clear=^L, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
@@ -10474,7 +15458,7 @@ apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell,
        is2=^V4^W06\017\rVisible Bell Installed.\016\r\n, 
        rmso=^N, smso=^O, 
 apple-uterm|Ultraterm for Apple micros, 
        is2=^V4^W06\017\rVisible Bell Installed.\016\r\n, 
        rmso=^N, smso=^O, 
 apple-uterm|Ultraterm for Apple micros, 
-       am, eo, xt, 
+       OTbs, am, eo, xt, 
        cols#80, lines#24, 
        acsc=, clear=^L, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
        cols#80, lines#24, 
        acsc=, clear=^L, cuf1=^\, 
        cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
@@ -10518,20 +15502,22 @@ apple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520),
        ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
        khome=^Y, rmso=^Z2, smso=^Z3, 
 apple-videx3|vapple|Apple II with 80 col card, 
        ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
        khome=^Y, rmso=^Z2, smso=^Z3, 
 apple-videx3|vapple|Apple II with 80 col card, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        clear=\Ev, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=\EA, el=\Ex, home=\EH, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
        kcuu1=\EA, kf0=\EP, kf1=\EQ, kf2=\ER, kf3=\E\s, kf4=\E!, 
        cols#80, lines#24, 
        clear=\Ev, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=\EA, el=\Ex, home=\EH, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
        kcuu1=\EA, kf0=\EP, kf1=\EQ, kf2=\ER, kf3=\E\s, kf4=\E!, 
-       kf5=\E", kf6=\E#, kf7=\E$, kf8=\E%, kf9=\E&, khome=\EH, 
+       kf5=\E", kf6=\E#, kf7=\E$, kf8=\E%%, kf9=\E&, khome=\EH, 
 #From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
 aepro|Apple II+ running ASCII Express Pro--vt52, 
 #From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
 aepro|Apple II+ running ASCII Express Pro--vt52, 
+       OTbs, 
        cols#80, lines#24, 
        clear=\014$<300/>, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
        el=\EK, home=\EH, 
 # UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
 apple-vm80|ap-vm80|apple with viewmax-80, 
        cols#80, lines#24, 
        clear=\014$<300/>, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
        el=\EK, home=\EH, 
 # UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
 apple-vm80|ap-vm80|apple with viewmax-80, 
+       OTbs, 
        cols#80, lines#24, 
        clear=\014$<300/>, cuf1=^\\:, 
        cup=\036%p1%{32}%+%c%p2%{32}%+%c$<100/>, cuu1=^_, 
        cols#80, lines#24, 
        clear=\014$<300/>, cuf1=^\\:, 
        cup=\036%p1%{32}%+%c%p2%{32}%+%c$<100/>, cuu1=^_, 
@@ -10542,9 +15528,9 @@ apple-vm80|ap-vm80|apple with viewmax-80,
 
 # (lisa: changed <cvvis> to <cnorm> -- esr)
 lisa|apple lisa console display (black on white), 
 
 # (lisa: changed <cvvis> to <cnorm> -- esr)
 lisa|apple lisa console display (black on white), 
-       am, eo, msgr, 
+       OTbs, am, eo, msgr, 
        cols#88, it#8, lines#32, 
        cols#88, it#8, lines#32, 
-       acsc=lfmekcjdttuvvuwsqax`nb, civis=\E[5h, clear=^L, 
+       acsc=jdkclfmenbqattuvvuwsx`, civis=\E[5h, clear=^L, 
        cnorm=\E[5l, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
        ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, 
        cnorm=\E[5l, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
        ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, 
@@ -10567,8 +15553,8 @@ liswb|apple lisa console display (white on black),
 # You can type "reset" to get them set.
 #
 lisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation, 
 # You can type "reset" to get them set.
 #
 lisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation, 
-       am, xenl, xon, 
-       cols#80, it#8, lines#24, vt#3, 
+       OTbs, OTpt, am, xenl, xon, 
+       OTkn#4, cols#80, it#8, lines#24, vt#3, 
        bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
@@ -10592,11 +15578,500 @@ lisaterm-w|Apple Lisa with Lisaterm in 132 column mode,
 # supported by MacTerminal.
 mac|macintosh|Macintosh with MacTerminal, 
        xenl, 
 # supported by MacTerminal.
 mac|macintosh|Macintosh with MacTerminal, 
        xenl, 
+       OTdN#30, 
        blink@, dch1=\E[P$<7/>, ich1=\E[@$<9/>, ip=$<7/>, use=lisa, 
 # Lisaterm in 132 column ("wide") mode.
 mac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode, 
        cols#132, use=mac, 
 
        blink@, dch1=\E[P$<7/>, ich1=\E[@$<9/>, ip=$<7/>, use=lisa, 
 # Lisaterm in 132 column ("wide") mode.
 mac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode, 
        cols#132, use=mac, 
 
+# The AppKit Terminal.app descriptions all have names beginning with
+# "nsterm". Note that the statusline (-s) versions use the window
+# titlebar as a phony status line, and may produce warnings during
+# compilation as a result ("tsl uses 0 parameters, expected 1".) Ignore
+# these warnings, or even ignore these entries entirely. Apps which
+# need to position the cursor or do other fancy stuff inside the status
+# line won't work with these entries. They're primarily useful for
+# programs like Pine which provide simple notifications in the status
+# line. Please note that non-ASCII characters don't work right in the
+# status line, since Terminal.app incorrectly interprets their Unicode
+# codepoints as MacRoman codepoints.
+# 
+# * Renamed the AppKit Terminal.app entry from "Apple_Terminal" to
+#   "nsterm" to comply with the name length and case conventions and
+#   limitations of various software packages [notably Solaris terminfo
+#   and UNIX.] A single Apple_Terminal alias is retained for
+#   backwards-compatbility.
+# 
+# * Added function key support (F1-F4). These only work in Terminal.app
+#   version 51, hopefully the capabilities won't cause problems for people
+#   using version 41.
+# 
+# * Added "full color" (-c) entries which support the 16-color mode in
+#   version 51.
+# 
+# * By default, version 51 uses UTF-8 encoding with broken altcharset
+#   support, so "ASCII" (-7) entries without altcharset support were
+#   added.
+
+# nsterm - AppKit Terminal.app
+#
+# Apple's Mac OS X includes a Terminal.app derived from the old NeXT
+# Terminal.app. It is a partial VT100 emulation with some xterm-like
+# extensions. This terminfo was written to describe versions 41
+# (shipped with Mac OS X version 10.0) and 51 (shipped with Mac OS X
+# version 10.1) of Terminal.app.
+#
+# Terminal.app runs under the Mac OS X Quartz windowing system (and
+# other AppKit-supported windowing systems.)  On the Mac OS X machine I
+# use, the executable for Terminal.app is:
+# /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
+#
+# If you're looking for a description of the full-screen system
+# console which runs under Apple's Darwin operating system on PowerPC
+# platforms, see the "xnuppc" entry instead.
+#
+# There were no function keys in version 41. In version 51, there are
+# four working function keys (F1, F2, F3 and F4.) The function keys
+# are included in all of these entries.
+#
+# It does not support mouse pointer position reporting. Under some
+# circumstances the cursor can be positioned using option-click; this
+# works by comparing the cursor position and the selected position,
+# and simulating enough cursor-key presses to move the cursor to the
+# selected position. This technique fails in all but the simplest
+# applications.
+#
+# It provides partial ANSI color support (background colors interacted
+# badly with bold in version 41, though, as reflected in :ncv:.) The
+# monochrome (-m) entries are useful if you've disabled color support
+# or use a monochrome monitor. The full color (-c) entries are useful
+# in version 51, which doesn't exhibit the background color bug. They
+# also enable an xterm-compatible 16-color mode.
+#
+# The configurable titlebar is set using xterm-compatible sequences;
+# it is used as a status bar in the statusline (-s) entries. Its width
+# depends on font sizes and window sizes, but 50 characters seems to
+# be the default for an 80x24 window.
+#
+# The MacRoman character encoding is used for some of the alternate
+# characters in the "MacRoman" entries; the "ASCII" (-7) entries
+# disable alternate character set support entirely, and the "VT100"
+# (-acs) entries rely instead on Terminal.app's own buggy VT100
+# graphics emulation, which seems to think the character encoding is
+# the old NeXT charset instead of MacRoman. The "ASCII" (-7) entries
+# are useful in Terminal.app version 51, which supports UTF-8 and
+# other ASCII-compatible character encodings but does not correctly
+# implement VT100 graphics; once VT100 graphics are correctly
+# implemented in Terminal.app, the "VT100" (-acs) entries should be
+# usable in any ASCII-compatible character encoding [except perhaps
+# in UTF-8, where some experts argue for disallowing alternate
+# characters entirely.]
+#
+# Terminal.app reports "vt100" as the terminal type, but exports
+# several environment variables which may aid detection in a shell
+# profile (i.e. .profile or .login):
+#
+# TERM=vt100
+# TERM_PROGRAM=Apple_Terminal
+# TERM_PROGRAM_VERSION=41      # in Terminal.app version 41
+# TERM_PROGRAM_VERSION=51      # in Terminal.app version 51
+#
+# For example, the following Bourne shell script would detect the
+# correct terminal type:
+#
+# if [ :"$TERM" = :"vt100" -a :"$TERM_PROGRAM" = :"Apple_Terminal" ]
+# then
+#     export TERM
+#     if [ :"$TERM_PROGRAM_VERSION" = :41 ]
+#     then
+#         TERM="nsterm"
+#     else
+#         TERM="nsterm-c-7"
+#     fi
+# fi
+#
+# In a C shell derivative, this would be accomplished by:
+#
+# if ( $?TERM && $?TERM_PROGRAM && $?TERM_PROGRAM_VERSION) then
+#     if ( :"$TERM" == :"vt100" && :"$TERM_PROGRAM" == :"Apple_Terminal" ) then
+#          if ( :"$TERM_PROGRAM_VERSION" == :41 ) then
+#              setenv TERM "nsterm"
+#          else
+#              setenv TERM "nsterm-c-7"
+#          endif
+#     endif
+# endif
+
+# The '+' entries are building blocks
+nsterm+7|AppKit Terminal.app v41+ basic capabilities w/ASCII charset, 
+       am, bw, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
+       home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J, 
+       kbs=\177, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kent=\EOM, rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l, 
+       rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
+       rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m, 
+       sgr0=\E[m\017, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m, 
+       smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, 
+       u8=\E[?1;2c, u9=\E[c, use=vt100+pfkeys, 
+
+nsterm+acs|AppKit Terminal.app v41+ basic capabilities w/VT100 alternate-charset, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       enacs=\E(B\E)0, rmacs=^O, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       smacs=^N, use=nsterm+7, 
+
+nsterm+mac|AppKit Terminal.app v41+ basic capabilities w/MacRoman alternate-charset, 
+       acsc=0#`\327a\:f\241g\261h#i\360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{\271|\255}\243~\245+\335-\366\,\334.\377, 
+       enacs=\E(B\E)0, rmacs=^O, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+       smacs=^N, use=nsterm+7, 
+
+nsterm+s|AppKit Terminal.app v41+ status-line (window titlebar) support, 
+       hs, 
+       wsl#50, 
+       dsl=\E]2;\007, fsl=^G, tsl=\E]2;, 
+
+nsterm+c|AppKit Terminal.app v51+ full color support (including 16 colors), 
+       op=\E[0m, use=ibm+16color, 
+
+nsterm+c41|AppKit Terminal.app v41 color support, 
+       colors#8, ncv#37, pairs#64, 
+       op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+
+# These are different combinations of the building blocks
+
+# ASCII charset (-7)
+nsterm-m-7|nsterm-7-m|AppKit Terminal.app v41+ w/ASCII charset (monochrome), 
+       use=nsterm+7, 
+
+nsterm-m-s-7|nsterm-7-m-s|AppKit Terminal.app v41+ w/ASCII charset (monochrome w/statusline), 
+       use=nsterm+s, use=nsterm+7, 
+
+nsterm-7|AppKit Terminal.app v41+ w/ASCII charset (color), 
+       use=nsterm+c41, use=nsterm+7, 
+
+nsterm-7-c|nsterm-c-7|AppKit Terminal.app v51+ w/ASCII charset (full color), 
+       use=nsterm+c, use=nsterm+7, 
+
+nsterm-s-7|nsterm-7-s|AppKit Terminal.app v41+ w/ASCII charset (color w/statusline), 
+       use=nsterm+s, use=nsterm+c41, use=nsterm+7, 
+
+nsterm-c-s-7|nsterm-7-c-s|AppKit Terminal.app v51+ w/ASCII charset (full color w/statusline), 
+       use=nsterm+s, use=nsterm+c, use=nsterm+7, 
+
+# VT100 alternate-charset (-acs)
+nsterm-m-acs|nsterm-acs-m|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome), 
+       use=nsterm+acs, 
+
+nsterm-m-s-acs|nsterm-acs-m-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome w/statusline), 
+       use=nsterm+s, use=nsterm+acs, 
+
+nsterm-acs|AppKit Terminal.app v41+ w/VT100 alternate-charset (color), 
+       use=nsterm+c41, use=nsterm+acs, 
+
+nsterm-c-acs|nsterm-acs-c|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color), 
+       use=nsterm+c, use=nsterm+acs, 
+
+nsterm-s-acs|nsterm-acs-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (color w/statusline), 
+       use=nsterm+s, use=nsterm+c41, use=nsterm+acs, 
+
+nsterm-c-s-acs|nsterm-acs-c-s|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color w/statusline), 
+       use=nsterm+s, use=nsterm+c, use=nsterm+acs, 
+
+# MacRoman charset
+nsterm-m|AppKit Terminal.app v41+ w/MacRoman charset (monochrome), 
+       use=nsterm+mac, 
+
+nsterm-m-s|AppKit Terminal.app v41+ w/MacRoman charset (monochrome w/statusline), 
+       use=nsterm+s, use=nsterm+mac, 
+
+nsterm|Apple_Terminal|AppKit Terminal.app v41+ w/MacRoman charset (color), 
+       use=nsterm+c41, use=nsterm+mac, 
+
+nsterm-c|AppKit Terminal.app v51+ w/MacRoman charset (full color), 
+       use=nsterm+c, use=nsterm+mac, 
+
+nsterm-s|AppKit Terminal.app v41+ w/MacRoman charset (color w/statusline), 
+       use=nsterm+s, use=nsterm+c41, use=nsterm+mac, 
+
+nsterm-c-s|AppKit Terminal.app v51+ w/MacRoman charset (full color w/statusline), 
+       use=nsterm+s, use=nsterm+c, use=nsterm+mac, 
+
+# xnuppc - Darwin PowerPC Console (a.k.a. "darwin")
+#
+# On PowerPC platforms, Apple's Darwin operating system uses a
+# full-screen system console derived from a NetBSD framebuffer
+# console. It is an ANSI-style terminal, and is not really VT-100
+# compatible.
+#
+# Under Mac OS X, this is the system console driver used while in
+# single-user mode [reachable by holding down Command-S during the
+# boot process] and when logged in using console mode [reachable by
+# typing ">console" at the graphical login prompt.]
+#
+# If you're looking for a description of the Terminal.app terminal
+# emulator which runs under the Mac OS X Quartz windowing system (and
+# other AppKit-supported windowing systems,) see the "nsterm"
+# entry instead.
+#
+# NOTE: Under Mac OS X version 10.1, the default login window does not
+# prompt for user name, instead requiring an icon to be selected from
+# a list of known users. Since the special ">console" login is not in
+# this list, you must make one of two changes in the Login Window
+# panel of the Login section of System Prefs to make the special
+# ">console" login accessible. The first option is to enable 'Show
+# "Other User" in list for network users', which will add a special
+# "Other..." icon to the graphical login panel. Selecting "Other..."
+# will present the regular graphical login prompt. The second option
+# is to change the 'Display Login Window as:' setting to 'Name and
+# password entry fields', which replaces the login panel with a
+# graphical login prompt.
+#
+# There are no function keys, at least not in Darwin 1.3.
+#
+# It has no mouse support.
+#
+# It has full ANSI color support, and color combines correctly with
+# all three supported attributes: bold, inverse-video and underline.
+# However, bold colored text is almost unreadable (bolding is
+# accomplished using shifting and or-ing, and looks smeared) so bold
+# has been excluded from the list of color-compatible attributes
+# [using (ncv)]. The monochrome entry (-m) is useful if you use a
+# monochrome monitor.
+#
+# There is one serious bug with this terminal emulation's color
+# support: repositioning the cursor onto a cell with non-matching
+# colors obliterates that cell's contents, replacing it with a blank
+# and displaying a colored cursor in the "current" colors. There is
+# no complete workaround at present [other than using the monochrome
+# (-m) entries,] but removing the (msgr) capability seemed to help.
+#
+# The "standout" chosen was simple reverse-video, although a colorful
+# standout might be more aesthetically pleasing. Similarly, the bold
+# chosen is the terminal's own smeared bold, although a simple
+# color-change might be more readable. The color-bold (-b) entries
+# uses magenta colored text for bolding instead. The fancy color (-f
+# and -f2) entries use color for bold, standout and underlined text
+# (underlined text is still underlined, though.)
+#
+# Apparently the terminal emulator does support a VT-100-style
+# alternate character set, but all the alternate character set
+# positions have been left blank in the font. For this reason, no
+# alternate character set capabilities have been included in this
+# description. The console driver appears to be ASCII-only, so (enacs)
+# has been excluded [although the VT-100 sequence does work.]
+#
+# The default Mac OS X and Darwin installation reports "vt100" as the
+# terminal type, and exports no helpful environment variables. To fix
+# this, change the "console" entry in /etc/ttys from "vt100" to
+# "xnuppc-WxH", where W and H are the character dimensions of your
+# console (see below.)
+#
+# The font used by the terminal emulator is apparently one originally
+# drawn by Ka-Ping Yee, and uses 8x16-pixel characters. This
+# file includes descriptions for the following geometries:
+#
+#     Pixels        Characters   Entry Name (append -m for monochrome)
+#    -------------------------------------------------------------------
+#     640x400       80x25        xnuppc-80x25
+#     640x480       80x30        xnuppc-80x30
+#     720x480       90x30        xnuppc-90x30
+#     800x600       100x37       xnuppc-100x37
+#     896x600       112x37       xnuppc-112x37
+#     1024x640      128x40       xnuppc-128x40
+#     1024x768      128x48       xnuppc-128x48
+#     1152x768      144x48       xnuppc-144x48
+#     1280x1024     160x64       xnuppc-160x64
+#     1600x1024     200x64       xnuppc-200x64
+#     1600x1200     200x75       xnuppc-200x75
+#     2048x1536     256x96       xnuppc-256x96
+#
+# The basic "xnuppc" entry includes no size information, and the
+# emulator includes no reporting capability, so you'll be at the mercy
+# of the TTY device (which reports incorrectly on my hardware.) The
+# color-bold entries do not include size information.
+
+# The '+' entries are building blocks
+xnuppc+basic|Darwin PowerPC Console basic capabilities, 
+       am, bce, mir, xenl, 
+       it#8, 
+       bold=\E[1m, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
+       cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dsl=\E]2;\007, ed=\E[J, el=\E[K, 
+       el1=\E[1K, home=\E[H, ht=^I, hts=\EH, ind=^J, kbs=\177, 
+       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rc=\E8, 
+       rev=\E[7m, ri=\EM, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, 
+       rmul=\E[m, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
+       sc=\E7, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m, 
+       sgr0=\E[m\017, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m, 
+       smul=\E[4m, tbc=\E[3g, use=vt100+keypad, 
+
+xnuppc+c|Darwin PowerPC Console ANSI color support, 
+       colors#8, ncv#32, pairs#64, 
+       op=\E[37;40m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
+
+xnuppc+b|Darwin PowerPC Console color-bold support, 
+       ncv#32, 
+       bold=\E[35m, 
+       sgr=\E[0%?%p6%t;35%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m, 
+       use=xnuppc+basic, 
+
+xnuppc+f|Darwin PowerPC Console fancy color support, 
+       ncv#35, 
+       sgr=\E[0%?%p6%t;35%;%?%p2%t;36;4%;%?%p1%t;33;44%;%p3%t;7%;m, 
+       smso=\E[33;44m, smul=\E[36;4m, use=xnuppc+b, 
+
+xnuppc+f2|Darwin PowerPC Console alternate fancy color support, 
+       ncv#35, 
+       bold=\E[33m, 
+       sgr=\E[0%?%p6%t;33%;%?%p2%t;34%;%?%p1%t;31;47%;%p3%t;7%;m, 
+       smso=\E[31;47m, smul=\E[34m, use=xnuppc+basic, 
+
+# Building blocks for specific screen sizes
+xnuppc+80x25|Darwin PowerPC Console 80x25 support (640x400 pixels), 
+       cols#80, lines#25, 
+
+xnuppc+80x30|Darwin PowerPC Console 80x30 support (640x480 pixels), 
+       cols#80, lines#30, 
+
+xnuppc+90x30|Darwin PowerPC Console 90x30 support (720x480 pixels), 
+       cols#90, lines#30, 
+
+xnuppc+100x37|Darwin PowerPC Console 100x37 support (800x600 pixels), 
+       cols#100, lines#37, 
+
+xnuppc+112x37|Darwin PowerPC Console 112x37 support (896x600 pixels), 
+       cols#112, lines#37, 
+
+xnuppc+128x40|Darwin PowerPC Console 128x40 support (1024x640 pixels), 
+       cols#128, lines#40, 
+
+xnuppc+128x48|Darwin PowerPC Console 128x48 support (1024x768 pixels), 
+       cols#128, lines#48, 
+
+xnuppc+144x48|Darwin PowerPC Console 144x48 support (1152x768 pixels), 
+       cols#144, lines#48, 
+
+xnuppc+160x64|Darwin PowerPC Console 160x64 support (1280x1024 pixels), 
+       cols#160, lines#64, 
+
+xnuppc+200x64|Darwin PowerPC Console 200x64 support (1600x1024 pixels), 
+       cols#200, lines#64, 
+
+xnuppc+200x75|Darwin PowerPC Console 200x75 support (1600x1200 pixels), 
+       cols#200, lines#75, 
+
+xnuppc+256x96|Darwin PowerPC Console 256x96 support (2048x1536 pixels), 
+       cols#256, lines#96, 
+
+# These are different combinations of the building blocks
+
+xnuppc-m|darwin-m|Darwin PowerPC Console (monochrome), 
+       use=xnuppc+basic, 
+
+xnuppc|darwin|Darwin PowerPC Console (color), 
+       use=xnuppc+c, use=xnuppc+basic, 
+
+xnuppc-m-b|darwin-m-b|Darwin PowerPC Console (monochrome w/color-bold), 
+       use=xnuppc+b, 
+
+xnuppc-b|darwin-b|Darwin PowerPC Console (color w/color-bold), 
+       use=xnuppc+b, use=xnuppc+c, 
+
+xnuppc-m-f|darwin-m-f|Darwin PowerPC Console (fancy monochrome), 
+       use=xnuppc+f, 
+
+xnuppc-f|darwin-f|Darwin PowerPC Console (fancy color), 
+       use=xnuppc+f, use=xnuppc+c, 
+
+xnuppc-m-f2|darwin-m-f2|Darwin PowerPC Console (alternate fancy monochrome), 
+       use=xnuppc+f2, 
+
+xnuppc-f2|darwin-f2|Darwin PowerPC Console (alternate fancy color), 
+       use=xnuppc+f2, use=xnuppc+c, 
+
+# Combinations for specific screen sizes
+xnuppc-80x25-m|darwin-80x25-m|Darwin PowerPC Console (monochrome) 80x25, 
+       use=xnuppc+80x25, use=xnuppc+basic, 
+
+xnuppc-80x25|darwin-80x25|Darwin PowerPC Console (color) 80x25, 
+       use=xnuppc+c, use=xnuppc+80x25, use=xnuppc+basic, 
+
+xnuppc-80x30-m|darwin-80x30-m|Darwin PowerPC Console (monochrome) 80x30, 
+       use=xnuppc+80x30, use=xnuppc+basic, 
+
+xnuppc-80x30|darwin-80x30|Darwin PowerPC Console (color) 80x30, 
+       use=xnuppc+c, use=xnuppc+80x30, use=xnuppc+basic, 
+
+xnuppc-90x30-m|darwin-90x30-m|Darwin PowerPC Console (monochrome) 90x30, 
+       use=xnuppc+90x30, use=xnuppc+basic, 
+
+xnuppc-90x30|darwin-90x30|Darwin PowerPC Console (color) 90x30, 
+       use=xnuppc+c, use=xnuppc+90x30, use=xnuppc+basic, 
+
+xnuppc-100x37-m|darwin-100x37-m|Darwin PowerPC Console (monochrome) 100x37, 
+       use=xnuppc+100x37, use=xnuppc+basic, 
+
+xnuppc-100x37|darwin-100x37|Darwin PowerPC Console (color) 100x37, 
+       use=xnuppc+c, use=xnuppc+100x37, use=xnuppc+basic, 
+
+xnuppc-112x37-m|darwin-112x37-m|Darwin PowerPC Console (monochrome) 112x37, 
+       use=xnuppc+112x37, use=xnuppc+basic, 
+
+xnuppc-112x37|darwin-112x37|Darwin PowerPC Console (color) 112x37, 
+       use=xnuppc+c, use=xnuppc+112x37, use=xnuppc+basic, 
+
+xnuppc-128x40-m|darwin-128x40-m|Darwin PowerPC Console (monochrome) 128x40, 
+       use=xnuppc+128x40, use=xnuppc+basic, 
+
+xnuppc-128x40|darwin-128x40|Darwin PowerPC Console (color) 128x40, 
+       use=xnuppc+c, use=xnuppc+128x40, use=xnuppc+basic, 
+
+xnuppc-128x48-m|darwin-128x48-m|Darwin PowerPC Console (monochrome) 128x48, 
+       use=xnuppc+128x48, use=xnuppc+basic, 
+
+xnuppc-128x48|darwin-128x48|Darwin PowerPC Console (color) 128x48, 
+       use=xnuppc+c, use=xnuppc+128x48, use=xnuppc+basic, 
+
+xnuppc-144x48-m|darwin-144x48-m|Darwin PowerPC Console (monochrome) 144x48, 
+       use=xnuppc+144x48, use=xnuppc+basic, 
+
+xnuppc-144x48|darwin-144x48|Darwin PowerPC Console (color) 144x48, 
+       use=xnuppc+c, use=xnuppc+144x48, use=xnuppc+basic, 
+
+xnuppc-160x64-m|darwin-160x64-m|Darwin PowerPC Console (monochrome) 160x64, 
+       use=xnuppc+160x64, use=xnuppc+basic, 
+
+xnuppc-160x64|darwin-160x64|Darwin PowerPC Console (color) 160x64, 
+       use=xnuppc+c, use=xnuppc+160x64, use=xnuppc+basic, 
+
+xnuppc-200x64-m|darwin-200x64-m|Darwin PowerPC Console (monochrome) 200x64, 
+       use=xnuppc+200x64, use=xnuppc+basic, 
+
+xnuppc-200x64|darwin-200x64|Darwin PowerPC Console (color) 200x64, 
+       use=xnuppc+c, use=xnuppc+200x64, use=xnuppc+basic, 
+
+xnuppc-200x75-m|darwin-200x75-m|Darwin PowerPC Console (monochrome) 200x75, 
+       use=xnuppc+200x75, use=xnuppc+basic, 
+
+xnuppc-200x75|darwin-200x75|Darwin PowerPC Console (color) 200x75, 
+       use=xnuppc+c, use=xnuppc+200x75, use=xnuppc+basic, 
+
+xnuppc-256x96-m|darwin-256x96-m|Darwin PowerPC Console (monochrome) 256x96, 
+       use=xnuppc+256x96, use=xnuppc+basic, 
+
+xnuppc-256x96|darwin-256x96|Darwin PowerPC Console (color) 256x96, 
+       use=xnuppc+c, use=xnuppc+256x96, use=xnuppc+basic, 
+
 #### Radio Shack/Tandy
 #
 
 #### Radio Shack/Tandy
 #
 
@@ -10604,17 +16079,17 @@ mac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode,
 # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
 # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
 coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II, 
 # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
 # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
 coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        bel=^G, blink=^_", bold=\E\:^A, civis=^E\s, 
        clear=\014$<5*/>, cnorm=^E!, cub1=^H, cud1=^J, cuf1=^F, 
        cup=\002%p2%{32}%+%c%p1%{32}%+%c$<2/>, cuu1=^I, 
        dl1=^_1, ed=^K, el=^D, home=^A, il1=^_0, kcub1=^H, kcud1=^J, 
        kcuf1=^I, kcuu1=^L, rev=^_\s, rmso=^_!, rmul=^_#, 
        cols#80, it#8, lines#24, 
        bel=^G, blink=^_", bold=\E\:^A, civis=^E\s, 
        clear=\014$<5*/>, cnorm=^E!, cub1=^H, cud1=^J, cuf1=^F, 
        cup=\002%p2%{32}%+%c%p1%{32}%+%c$<2/>, cuu1=^I, 
        dl1=^_1, ed=^K, el=^D, home=^A, il1=^_0, kcub1=^H, kcud1=^J, 
        kcuf1=^I, kcuu1=^L, rev=^_\s, rmso=^_!, rmul=^_#, 
-       sgr0=\037!\E\:\200, smso=^_\s, smul=^_", 
+       sgr0=\037!\E\:\0, smso=^_\s, smul=^_", 
 # (trs2: removed obsolete ":nl=^_:" -- esr)
 trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M, 
 # (trs2: removed obsolete ":nl=^_:" -- esr)
 trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M, 
-       am, msgr, 
+       OTbs, am, msgr, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^_, cuf1=^], 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, dl1=^K, ed=^B, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^_, cuf1=^], 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, dl1=^K, ed=^B, 
@@ -10626,9 +16101,9 @@ trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M,
 #      :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
 # I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
 trs16|trs-80 model 16 console, 
 #      :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
 # I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
 trs16|trs-80 model 16 console, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        cols#80, it#8, lines#24, 
-       acsc=l_mbk`javewcquxs, bel=^G, civis=\ERc, clear=^L, 
+       acsc=jak`l_mbquvewcxs, bel=^G, civis=\ERc, clear=^L, 
        cnorm=\ERC, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
        dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
        cnorm=\ERC, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
        dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
@@ -10643,7 +16118,7 @@ trs16|trs-80 model 16 console,
 
 # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
 atari|atari st, 
 
 # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
 atari|atari st, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#25, 
        clear=\EH\EJ, cub1=\ED, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
        cols#80, it#8, lines#25, 
        clear=\EH\EJ, cub1=\ED, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
@@ -10653,7 +16128,8 @@ atari|atari st,
 # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
 uniterm|uniterm49|UniTerm VT220 emulator with 49 lines, 
        lines#49, 
 # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
 uniterm|uniterm49|UniTerm VT220 emulator with 49 lines, 
        lines#49, 
-       is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, use=vt220, 
+       is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, 
+       use=vt220, 
 # MiNT VT52 emulation. 80 columns, 25 rows.
 # MiNT is Now TOS, the operating system which comes with all Ataris now
 # (mainly Atari Falcon). This termcap is for the VT52 emulation you get
 # MiNT VT52 emulation. 80 columns, 25 rows.
 # MiNT is Now TOS, the operating system which comes with all Ataris now
 # (mainly Atari Falcon). This termcap is for the VT52 emulation you get
@@ -10686,6 +16162,7 @@ st52|Atari ST with VT52 emulation,
 # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
 # Added a few more entries, converted caret-type control sequence (^x) entries
 # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
 # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
 # Added a few more entries, converted caret-type control sequence (^x) entries
 # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
+# Corrections by Ty Sarna <tsarna@endicor.com>, Sat Feb 28 18:55:15 1998
 #
 # :as:, :ae:                   Support for alternate character sets.
 # :ve=\E[\040p:vi=\E[\060\040p:        cursor visible/invisible.
 #
 # :as:, :ae:                   Support for alternate character sets.
 # :ve=\E[\040p:vi=\E[\060\040p:        cursor visible/invisible.
@@ -10699,8 +16176,8 @@ st52|Atari ST with VT52 emulation,
 # :k0=\E9~:    map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
 # (amiga: removed obsolete :kn#10:,
 # also added empty <acsc> to suppress a warning --esr)
 # :k0=\E9~:    map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
 # (amiga: removed obsolete :kn#10:,
 # also added empty <acsc> to suppress a warning --esr)
-amiga-old|Amiga ANSI, 
-       am, bw, xenl, 
+amiga|Amiga ANSI, 
+       OTbs, am, bw, xenl, 
        cols#80, lines#24, 
        acsc=, bel=^G, blink=\E[7;2m, bold=\E[1m, cbt=\E[Z, 
        civis=\E[0 p, clear=\E[H\E[J, cnorm=\E[ p, cub=\E[%p1%dD, 
        cols#80, lines#24, 
        acsc=, bel=^G, blink=\E[7;2m, bold=\E[1m, cbt=\E[Z, 
        civis=\E[0 p, clear=\E[H\E[J, cnorm=\E[ p, cub=\E[%p1%dD, 
@@ -10709,17 +16186,19 @@ amiga-old|Amiga ANSI,
        cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
        dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
        ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
        cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
        dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
        ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
-       indn=\E[%p1%dS, invis=\E[8m, is2=\E[20l, kbs=^H, kcub1=\ED, 
-       kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\E9~, kf1=\E0~, 
-       kf2=\E1~, kf3=\E2~, kf4=\E3~, kf5=\E4~, kf6=\E5~, kf7=\E6~, 
-       kf8=\E7~, kf9=\E8~, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT
-       rmacs=^O, rmso=\E[m, rmul=\E[m, rs1=\Ec, sgr0=\E[m, smacs=^N
-       smso=\E[7m, smul=\E[4m, 
+       indn=\E[%p1%dS, invis=\E[8m, is2=\E[20l, kbs=^H, 
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[9~, 
+       kf1=\E[0~, kf2=\E[1~, kf3=\E[2~, kf4=\E[3~, kf5=\E[4~, 
+       kf6=\E[5~, kf7=\E[6~, kf8=\E[7~, kf9=\E[8~, rev=\E[7m
+       ri=\E[T, rin=\E[%p1%dT, rmacs=^O, rmso=\E[m, rmul=\E[m
+       rs1=\Ec, sgr0=\E[m, smacs=^N, smso=\E[7m, smul=\E[4m, 
 
 # From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
 
 # From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
-# (amiga: added empty <acsc> to suppress a warning --esr)
-amiga|Amiga ANSI, 
-       bw, msgr, 
+# (amiga: added empty <acsc> to suppress a warning.
+# I'm told this entry screws up badly with AS225, the Amiga
+# TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
+amiga-h|Hans Verkuil's Amiga ANSI, 
+       OTbs, bw, msgr, 
        cols#80, lines#24, 
        acsc=, bel=^G, blink=\2337;2m, bold=\2331m, cbt=\233Z, 
        civis=\2330 p, clear=\233H\233J, cnorm=\233 p, cr=^M, 
        cols#80, lines#24, 
        acsc=, bel=^G, blink=\2337;2m, bold=\2331m, cbt=\233Z, 
        civis=\2330 p, clear=\233H\233J, cnorm=\233 p, cr=^M, 
@@ -10737,6 +16216,39 @@ amiga|Amiga ANSI,
        rmul=\2330m, rs1=\Ec, sgr0=\2330m, smacs=^N, smcup=\233?7l, 
        smso=\2337m, smul=\2334m, 
 
        rmul=\2330m, rs1=\Ec, sgr0=\2330m, smacs=^N, smcup=\233?7l, 
        smso=\2337m, smul=\2334m, 
 
+# From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
+amiga-8bit|Amiga ANSI using 8-bit controls, 
+       acsc=, dl=\233%p1%dM, dl1=\233M, il=\233%p1%dL, il1=\233L, 
+       ind=\204, indn@, ri=\215, rin@, use=amiga-h, 
+
+# From: Ruediger Kuhlmann <terminfo@ruediger-kuhlmann.de>, 18 Jul 2000
+# requires use of appropriate preferences settings.
+amiga-vnc|Amiga using VNC console (black on light gray), 
+       am, da, db, msgr, ndscr, 
+       btns#1, colors#16, cols#80, lines#24, lm#0, ncv#0, pairs#256, 
+       bel=^G, blink=\E[7;2m, bold=\E[1m, civis=\E[0p, 
+       clear=\E[H\E[J, cnorm=\E[p\E[>?6l, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       cvvis=\E[>?6h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
+       dl=\E[%p1%dM, dl1=\E[1M, ed=\E[J, el=\E[K, flash=^G, 
+       ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[1L, ind=\ED, 
+       indn=\E[%p1%dS, invis=\E8m, 
+       is2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h, 
+       kbs=^H, kcbt=\233Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
+       kcuu1=\E[A, kdch1=\177, kf0=\E[9~, kf1=\E[0~, kf2=\E[1~, 
+       kf3=\E[2~, kf4=\E[3~, kf5=\E[4~, kf6=\E[5~, kf7=\E[6~, 
+       kf8=\E[7~, kf9=\E[8~, khlp=\E[?~, khome=\E[44~, kll=\E[45~, 
+       kmous=\E[M, knp=\E[42~, kpp=\E[41~, nel=\EE, oc=\E[0m, 
+       rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmcup=\E[?7h\E[r\E[J, 
+       rmkx=\E[?1l, rmso=\E[21m, rmul=\E[24m, rs1=\Ec, 
+       rs2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h, 
+       setab=\E[%?%p1%{8}%>%t%'F'%p1%+%d%e4%p1%d%;m, 
+       setaf=\E[%?%p1%{8}%>%t%'2'%p1%+%d%e3%p1%d%;m, 
+       sgr0=\E[0m\017\E[30;85;>15m, smcup=\E[?7h, smkx=\E[?1h, 
+       smso=\E[1m, smul=\E[4m, 
+
 # Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
 #      I'm trying to write a termcap for a commodore b-128, and I'm
 # having a little trouble. I've had to map most of my control characters
 # Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
 #      I'm trying to write a termcap for a commodore b-128, and I'm
 # having a little trouble. I've had to map most of my control characters
@@ -10751,9 +16263,9 @@ amiga|Amiga ANSI,
 #
 commodore|b-128|Commodore B-128 micro, 
        am, bw, 
 #
 commodore|b-128|Commodore B-128 micro, 
        am, bw, 
-       cols#80, lines#24, pb#150, 
-       clear=\E\006$<10/>, cr=^M, cud1=^J, cuf1=^F
-       cup=\E\013%p1%2d\,%p2%2d\,$<20/>, cuu1=^P, 
+       OTdN#20, cols#80, lines#24, pb#150, 
+       OTbc=^H, OTnl=^M, clear=\E\006$<10/>, cr=^M, cud1=^J
+       cuf1=^F, cup=\E\013%p1%2d\,%p2%2d\,$<20/>, cuu1=^P, 
        dch1=\177$<10*/>, dl1=\Ed$<10*/>, el=\Eq$<10/>, 
        home=\E^E, ht=\011$<5/>, ich1=\E\n$<5/>, il1=\Ei$<10/>, 
        kcub1=^B, kcud1=^J, kcuf1=^F, kcuu1=^P, khome=\E^E, rmir=, 
        dch1=\177$<10*/>, dl1=\Ed$<10*/>, el=\Eq$<10/>, 
        home=\E^E, ht=\011$<5/>, ich1=\E\n$<5/>, il1=\Ei$<10/>, 
        kcub1=^B, kcud1=^J, kcuf1=^F, kcuu1=^P, khome=\E^E, rmir=, 
@@ -10763,6 +16275,7 @@ commodore|b-128|Commodore B-128 micro,
 #
 # North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
 northstar|North Star Advantage, 
 #
 # North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
 northstar|North Star Advantage, 
+       OTbs, 
        cols#80, lines#24, 
        clear=\004$<200/>, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1/>, ed=\017$<200/>, 
        cols#80, lines#24, 
        clear=\004$<200/>, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1/>, ed=\017$<200/>, 
@@ -10791,11 +16304,11 @@ osborne-w|osborne1-w|osborne I in 104-column mode,
        kcuf1=^L, kcuu1=^K, rmso=\E(, rmul=\Em, smso=\E), smul=\El, 
 # Osborne I    from ptsfa!rhc (Robert Cohen) via BRL
 osborne|osborne1|osborne I in 80-column mode, 
        kcuf1=^L, kcuu1=^K, rmso=\E(, rmul=\Em, smso=\E), smul=\El, 
 # Osborne I    from ptsfa!rhc (Robert Cohen) via BRL
 osborne|osborne1|osborne I in 80-column mode, 
-       am, mir, msgr, ul, xhp, 
-       cols#80, lines#24, 
+       OTbs, am, mir, msgr, ul, xhp, 
+       OTdB#4, cols#80, lines#24, 
        clear=^Z, cub1=\010$<4>, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
        clear=^Z, cub1=\010$<4>, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
-       dch1=\\EW$<4/>, dl1=\ER, el=\ET, il1=\EE, is2=^Z, kbs=^H, 
+       dch1=\EW$<4/>, dl1=\ER, el=\ET, il1=\EE, is2=^Z, kbs=^H, 
        kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmir=, rmso=\E), 
        rmul=\Em, smir=\EQ, smso=\E(, smul=\El, 
 #
        kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmir=, rmso=\E), 
        rmul=\Em, smir=\EQ, smso=\E(, smul=\El, 
 #
@@ -10803,9 +16316,9 @@ osborne|osborne1|osborne I in 80-column mode,
 # Similar to tvi920
 # Added by David Milligan and Tom Smith (SMU)
 osexec|Osborne executive, 
 # Similar to tvi920
 # Added by David Milligan and Tom Smith (SMU)
 osexec|Osborne executive, 
-       am, 
-       cols#80, lines#24, xmc#1, 
-       bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
+       OTbs, am, 
+       OTug#1, cols#80, lines#24, xmc#1, 
+       OTnl=^J, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
        is2=\Eq\Ek\Em\EA\Ex0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
        is2=\Eq\Ek\Em\EA\Ex0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
@@ -10843,9 +16356,11 @@ minix|minix console (v1.7),
        kf5=\E[G, khome=\E[H, lf0=End, lf1=PgUp, lf2=PgDn, lf3=Num +, 
        lf4=Num -, lf5=Num 5, nel=^M^J, rev=\E[7m, ri=\EM, 
        rmso=\E[0m, rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
        kf5=\E[G, khome=\E[H, lf0=End, lf1=PgUp, lf2=PgDn, lf3=Num +, 
        lf4=Num -, lf5=Num 5, nel=^M^J, rev=\E[7m, ri=\EM, 
        rmso=\E[0m, rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
+# Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
 minix-old|minix console (v1.5), 
 minix-old|minix console (v1.5), 
+       xon, 
        cols#80, it#8, lines#25, 
        cols#80, it#8, lines#25, 
-       blink=\E[5m, bold=\E[1m, clear=\E[H\E[0J, cr=^M, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[0J, cr=^M, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
@@ -10855,6 +16370,10 @@ minix-old|minix console (v1.5),
        kf0=\E[Y, kf1=\E[V, kf2=\E[U, kf3=\E[T, kf4=\E[S, kf5=\E[G, 
        khome=\E[H, nel=^M^J, rev=\E[7m, ri=\EM, rmso=\E[0m, 
        rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
        kf0=\E[Y, kf1=\E[V, kf2=\E[U, kf3=\E[T, kf4=\E[S, kf5=\E[G, 
        khome=\E[H, nel=^M^J, rev=\E[7m, ri=\EM, rmso=\E[0m, 
        rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
+# The linewrap option can be specified by editing /usr/include/minix/config.h
+# before recompiling the minix 1.5 kernel.
+minix-old-am|minix console with linewrap, 
+       am, use=minix-old, 
 
 pc-minix|minix console on an Intel box, 
        use=klone+acs, use=minix, 
 
 pc-minix|minix console on an Intel box, 
        use=klone+acs, use=minix, 
@@ -10890,14 +16409,48 @@ pc-venix|venix|IBM PC console running Venix,
 # If you know anything more about any of these, please tell me.
 #
 
 # If you know anything more about any of these, please tell me.
 #
 
+# The MAI Basic Four computer was obsolete at the end of the 1980s.
+# It may be used as a terminal by putting it in "line" mode as seen on 
+# one of the status lines.
+# Initialization is similar to CIT80. <is2> will set ANSI mode for you.  
+# Hardware tabs set by <if> at 8-spacing.  Auto line wrap causes glitches so
+# wrap mode is reset by <cvvis>.  Using <ind>=\E[S caused errors so I 
+# used \ED instead.
+# From: bf347@lafn.org (David Lawyer), 28 Jun 1997
+mai|basic4|MAI Basic Four in ansi mode, 
+       am, da, db, mir, msgr, 
+       cols#82, it#8, lines#25, 
+       bel=^G, blink=\E[5m, bold=\E[1m, clear=^]^_, cnorm=\E[?7h, 
+       cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=^X, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, cvvis=\E[?7l, dch1=\E[1P, 
+       dl1=\E[M, ed=^_, el=^^, home=^], ht=^I, 
+       if=/usr/share/tabset/vt100, il1=\E[L, ind=\ED, 
+       is2=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H, 
+       kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
+       kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
+       kf7=\EOV, kf8=\EOW, nel=^M\ED, rc=\E8, rev=\E[7m, ri=\E[T, 
+       rmir=\E[4l, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
+       smir=\E[4h, smso=\E[7m, smul=\E[4m, 
 # basis from Peter Harrison, Computer Graphics Lab, San Francisco
 #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
 # basis from Peter Harrison, Computer Graphics Lab, San Francisco
 #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
+#
+# On Sat, 7 Aug 1999, Torsten Jerzembeck <toje@nightingale.ms.sub.org> wrote:
+# The Basis 108 was a Apple II clone, manufactured by the "Basis
+# Mikrocomputer GmbH" in Munster, Germany (the company still exists today,  
+# about 1,5 km from where I live, but doesn't build own computers any
+# more). A Basis 108 featured a really heavy (cast aluminium?) case, was
+# equipped with one or two 5.25" disk drives, had a monochrome and colour
+# video output for a TV set or a dedicated monitor and several slots for
+# Apple II cards. Basis 108 were quite popular at german schools before
+# the advent of the IBM PC. They run, for example, the UCSD Pascal
+# development system (which I used even in 1993 to program the steering
+# and data recording for our school's experimental solar panel :), Apple DOS
+# or CP/M.
 # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
 basis|BASIS108 computer with terminal translation table active, 
        clear=\E*$<300/>, cud1=\n$<5000/>, ed=\EY, el=\ET, kbs=^H, 
        kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmso=\E), sgr0=\E), 
 # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
 basis|BASIS108 computer with terminal translation table active, 
        clear=\E*$<300/>, cud1=\n$<5000/>, ed=\EY, el=\ET, kbs=^H, 
        kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmso=\E), sgr0=\E), 
-       smso=\E(, 
-       use=adm3a, 
+       smso=\E(, use=adm3a, 
 # luna's BMC terminal emulator
 luna|luna68k|LUNA68K Bitmap console, 
        cols#88, lines#46, use=ansi-mini, 
 # luna's BMC terminal emulator
 luna|luna68k|LUNA68K Bitmap console, 
        cols#88, lines#46, use=ansi-mini, 
@@ -10916,20 +16469,74 @@ xerox820|x820|Xerox 820,
 #### Videotex and teletext
 #
 
 #### Videotex and teletext
 #
 
-# standard-issue France Telecom minitel terminal (made by Philips)
-# (m2-nam: had unknown :zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:; also deleted
-# unnecessary :ug#0:sg#0: and added <acsc> to quiet tic. -- esr)
-m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel, 
-       xenl, 
-       cols#80, it#8, lines#24, 
-       acsc=, clear=\E[H\E[J, cub1=^H, cuf1=\E[C, 
-       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
-       ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[L, ind=^J, ip=$<7/>, 
-       is2=\E[1;24r\E[24;1H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
-       kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
-       khome=\E[H, ri=\EM, rmacs=\E(B, rmir=\E[4l, rmso=\E[m, 
-       rmul=\E[m, sgr0=\E[m, smacs=\E(0, smir=\E[4h, smso=\E[7m, 
-       smul=\E[4m, 
+# \E\:1}       switch to te'le'informatique mode (ascii terminal/ISO 6429)
+# \E[?3l       80 columns
+# \E[?4l       scrolling on
+# \E[12h       local echo off
+# \Ec          reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
+# \E)0         G1 DEC set (line graphics)
+#
+# From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
+m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique, 
+       OTbs, eslok, hs, xenl, 
+       cols#80, it#8, lines#24, wsl#72, xmc#0, 
+       acsc=aaffggjjkkllmmnnooqqssttuuvvwwxx, bel=^G, 
+       blink=\E[5m, bold=\E[1m, civis=\E[<1h, clear=\E[H\E[J, 
+       cnorm=\E[<1l, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
+       cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
+       cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
+       dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, flash=^G, fsl=^J, 
+       home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, ip=$<7/>, 
+       is1=\E\:1}\Ec\E[?4l\E[12h, is2=\Ec\E[12h\E)0, 
+       is3=\E[?3l kbs=\010, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kf0=\EOp, 
+       kf1=\EOq, kf10=\EOp, kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu, 
+       kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, khome=\E[H, 
+       kich1=\E[4h, kil1=\E[4l, knp=\EOn, kpp=\EOR, ll=\E[24;80H, 
+       mc0=\E[i, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
+       rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
+       rs1=\Ec\E[?4l\E[12h, rs2=\Ec\E)0, sc=\E7, sgr0=\E[m, 
+       smacs=^N, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=^_@A, 
+       u6=\E[%i%d;%dR, u7=\E[6n, 
+
+# From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998
+#
+minitel1|minitel 1, 
+       am, bw, eslok, hs, hz, msgr, 
+       colors#8, cols#40, lines#24, pairs#8, 
+       acsc=+.\,\,./f0g1, bel=^G, blink=\EH, civis=^T, clear=^L, 
+       cnorm=^Q, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
+       cup=\037%p1%{65}%+%c%p2%{65}%+%c, cuu1=^K, el=^X, 
+       enacs=^Y, fsl=^J, home=^^, ind=^J, 
+       is2=\E;`ZQ\E\:iC\E\:iE\021, nel=^M^J, op=\EG, 
+       rep=%p1%c\022%p2%{63}%+%c, rev=\E], ri=^K, rmso=\E\\, 
+       setf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=%tC%e%p1%{64}%+%c%;, 
+       sgr=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;, 
+       sgr0=\EI\E\\, smso=\E], tsl=\037@%p1%{65}%+%c, 
+# is2=Fnct TE, Fnct MR, Fnct CM et pour finir: curseur ON.
+minitel1b|minitel 1-bistandard (in 40cols mode), 
+       mir, 
+       cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, 
+       cuu=\E[%p1%dA, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
+       dl1=\E[M, ed=\E[J, el1=\E[1K, il=\E[%p1%dL, il1=\E[L, 
+       is1=\E;iYA\E;jYC, kclr=\E[2J, kctab=^I, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
+       kel=^X, khome=\E[H, kich1=\E[4h, kil1=\E[L, rmir=\E[4l, 
+       smir=\E[4h, smkx=\E;iYA\E;jYC, use=minitel1, 
+# <rmkx> posait des problemes (logout en sortant de vi).
+minitel1b-80|minitel 1-bistandard (standard teleinformatique), 
+       am@, bw@, hz@, 
+       colors@, cols#80, it#8, pairs@, 
+       blink=\E[5m, bold=\E[1m, civis=\037@A\024\n, 
+       clear=\E[H\E[2J, cnorm=\037@A\021\n, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
+       ht=^I, ind=\ED, is1@, is2@, kent=\EOM, kf0=\EOp, kf1=\EOq, 
+       kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu, kf6=\EOv, kf7=\EOw, 
+       kf8=\EOx, kf9=\EOy, nel=\EE, op@, rc=\E8, rep@, rev=\E[7m, 
+       ri=\EM, rmkx@, rmso=\E[27m, rmul=\E[24m, sc=\E7, setf@, 
+       sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
+       sgr0=\E[m, smkx@, smso=\E[7m, smul=\E[4m, use=minitel1b, 
 
 ######## OBSOLETE VDT TYPES
 #
 
 ######## OBSOLETE VDT TYPES
 #
@@ -10943,7 +16550,7 @@ m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel,
 # but these caps were commented out in 8.3; also, removed overridden
 # ":do=^J:" -- esr)
 abm80|amtek business machines 80, 
 # but these caps were commented out in 8.3; also, removed overridden
 # ":do=^J:" -- esr)
 abm80|amtek business machines 80, 
-       am, bw, 
+       OTbs, am, bw, 
        cols#80, lines#24, 
        cbt=^T, clear=\E^\, cub1=^H, cud1=\E^K, cuf1=^P, 
        cup=\E\021%p2%{32}%+%c%p1%{32}%+%c, cuu1=\E^L, 
        cols#80, lines#24, 
        cbt=^T, clear=\E^\, cub1=^H, cud1=\E^K, cuf1=^P, 
        cup=\E\021%p2%{32}%+%c%p1%{32}%+%c, cuu1=\E^L, 
@@ -10987,8 +16594,7 @@ cbblit|fixterm|blit running columbus code,
        cols#88, 
        ed=\EJ, flash=\E^G, ich1@, mc4=^T, mc5=^R, mc5p=\EP%p1%03d, 
        rmir=\ER, rmso=\EV!, rmul=\EV", smir=\EQ, smso=\EU!, 
        cols#88, 
        ed=\EJ, flash=\E^G, ich1@, mc4=^T, mc5=^R, mc5p=\EP%p1%03d, 
        rmir=\ER, rmso=\EV!, rmul=\EV", smir=\EQ, smso=\EU!, 
-       smul=\EU", 
-       use=blit, 
+       smul=\EU", use=blit, 
 
 oblit|ojerq|first version of blit rom, 
        am, da, db, eo, mir, ul, xon, 
 
 oblit|ojerq|first version of blit rom, 
        am, da, db, eo, mir, ul, xon, 
@@ -11005,6 +16611,18 @@ oblit|ojerq|first version of blit rom,
 # The parent company, best known as the architects of the Internet, is
 # still around.
 #
 # The parent company, best known as the architects of the Internet, is
 # still around.
 #
+# Jeff DelPapa <dp@world.std.com> writes:
+# The bitgraph was a large white box that contained a monochrome bitmap
+# display, and a 68000 to run it.  You could download code and run it on
+# the cpu, it had 128kb (I think) of memory.  I used one in the late
+# 70's, sure beat a vt100.  It had one strange feature tho -- it used
+# the cpu to bitblt pixels to scroll, it took longer than the refresh
+# rate, and looked like a rubber sheet stretching, then snapping
+# upwards.  It had everything the early mac had, except a floppy drive a
+# small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
+# Beranek and Neuman) sold at most a few hundred of them to the real
+# world.  DOD may have bought more...
+# 
 
 # Entries for the BitGraph terminals.  The problem 
 # with scrolling in vi can only be fixed by getting BBN to put 
 
 # Entries for the BitGraph terminals.  The problem 
 # with scrolling in vi can only be fixed by getting BBN to put 
@@ -11024,7 +16642,7 @@ bg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video),
        flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, 
        use=bg2.0, 
 bg2.0|bg3.10|bbn bitgraph 2.0 or later (no init), 
        flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, 
        use=bg2.0, 
 bg2.0|bg3.10|bbn bitgraph 2.0 or later (no init), 
-       xenl, 
+       OTbs, xenl, 
        cols#85, lines#64, 
        bel=^G, clear=\E[H\E[J$<150>, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cols#85, lines#64, 
        bel=^G, clear=\E[H\E[J$<150>, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
@@ -11036,9 +16654,11 @@ bg2.0|bg3.10|bbn bitgraph 2.0 or later (no init),
        sgr0=\E[m, smkx=\E=, smso=\E[7m, 
 
 bg1.25rv|bbn bitgraph 1.25 (reverse video), 
        sgr0=\E[m, smkx=\E=, smso=\E[7m, 
 
 bg1.25rv|bbn bitgraph 1.25 (reverse video), 
-       flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, use=bg1.25, 
+       flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, 
+       use=bg1.25, 
 bg1.25nv|bbn bitgraph 1.25 (normal video), 
 bg1.25nv|bbn bitgraph 1.25 (normal video), 
-       flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h, use=bg1.25, 
+       flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h, 
+       use=bg1.25, 
 # (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
 bg1.25|bbn bitgraph 1.25, 
        cols#85, lines#64, 
 # (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
 bg1.25|bbn bitgraph 1.25, 
        cols#85, lines#64, 
@@ -11051,6 +16671,480 @@ bg1.25|bbn bitgraph 1.25,
        rmkx=\E>, rmso=\E[m, sgr0=\E[m, smam=\E[?7h, smkx=\E=, 
        smso=\E[7m, 
 
        rmkx=\E>, rmso=\E[m, sgr0=\E[m, smam=\E[?7h, smkx=\E=, 
        smso=\E[7m, 
 
+#### Bull (bq, dku, vip)
+#
+# (Adapted for terminfo; AIX extension capabilities translated -- esr)
+
+#============================================#
+# BULL QUESTAR 210 `SDP' terminals emulation #
+#============================================#
+#
+# Description written by R.K.Saunders (Bull Transac)
+#
+# Modifications written by F. Girard (Bull MTS)
+#              19-05-87 V02.00.01
+#              17-12-87 V02.00.02
+#              15-09-89 V02.00.05
+#
+#      Typical technical selections F1 (modes SDP/ROLL):
+# -------------------------------------------------------
+# |   01   02   03   04   05   06   07   08   09   10   |
+# |  1010 0011 1010 0110 0110 0001 0100 0000 0000 0000  |
+# |                                                     |
+# |   11   12   13   14   15   16   17   18   19   20   |
+# |  0000 0110 100? 0000 0000 0000 0001 0000 0000 0001  |
+# |                                                     |
+# |   21   22   23   24   25   26   27   28   29   30   |
+# |  0011 0000 0001 1000 0000 0000 0000 0000 0000 0000  |
+# |                                                     |
+# |   31   32   33   34   35   36   37   38   39   40   |
+# |  1010 0011 0000 0000 0000 0000 0000 0000 0000 0000  |
+# -------------------------------------------------------
+#      Typical firmware identification F5 "etat 6":
+#  P287.02.04b (AZERTY)
+#  P297.11.04  (24-pin: 2732)  or P798.11.04   (28-pin: 2764)
+#  P298.03.03  (monochrome)    or P374.03.02   (colour)
+#
+#      SM SDP mode (VIP command):      ^[[?=h
+#      RIS (erases screen):            ^[c
+#      DMI disable keyboard:           ^[`
+#      SM double rendition mode:       ^[[?>h
+#      RM solicited status mode:       ^[[5l
+#      RM character mode:              ^[[>l
+#      RM echoplex mode:               ^[[12l
+#      RM column tab mode:             ^[[18l
+#      RM forbid SS2 keyboard mode:    ^[[?<l
+#      SM scroll mode:                 ^[[=h
+#      FCF enable XON/XOFF:            ^[P1s^[\
+#      MTL select end msg character:   ^[[^Wp
+#      EMI enable keyboard:            ^[b
+#      RIS retour etat initial:        ^[c
+#      enable FC keypad:               ^[[?<h,
+#      MPW map status line window:     ^[PY99:98^[\
+#      SCP select status line:         ^[[0;98v
+#      ED erase entire partition:      ^[[2J
+#      SCP select main partition:      ^[[v
+#      SM character insertion mode:    ^[[4h
+#      RM character replacement mode:  ^[[4l
+#      COO cursor on:                  ^[[r
+#      COO cursor off:                 ^[[1r
+#      SGR dim (turquoise) rev attr:   ^[[2;7m
+#      SGR Data normal attr:           ^[[m
+#      SO Line-graphic mode ON:        ^N
+#      SI Line-graphic mode OFF:       ^O
+#      MC start routing to printer:    ^[[5i
+#      MC stop routing to printer:     ^M^[[4i
+#
+
+# This entry covers the following terminals:
+# dku7102, tws2102, and tws models 2105 to 2112
+tws-generic|dku7102|Bull Questar tws terminals, 
+       am, eslok, hs, mir, msgr, xenl, xhp@, xon, 
+       cols#80, it#8, lines#24, wsl#80, 
+       acsc=``aaffggj)k\,l&m#n/ooppq*rrsst'u-v+w.x%yyzz{{||}}~~, 
+       bel=^G, blink=\E[0;5m, cbt=\E[Z, civis=\E[1r, clear=\E[2J, 
+       cnorm=\E[r, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, 
+       cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, 
+       cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
+       dim=\E[0;2m, dl=\E[%p1%dM, dl1=\E[M, 
+       dsl=\EPY99\:98\E\\\E[0;98v\E[2J\E[v, ed=\E[J, el=\E[K, 
+       fsl=\E[v, home=\E[H, ht=\E[I, hts=\EH, il=\E[%p1%dL, 
+       il1=\E[L, ind=^J, invis=\E[0;8m, 
+       is1=\E[?=h\Ec\E`\E[?>h\EPY99\:98\E\\, 
+       is2=\E[5;>;12;18;?<l\E[=h\EP1s\E\\\E[\027p, 
+       is3=\Eb\E[?<h, kbs=^H, kcbt=\E[Z, kctab=\E[g, kcub1=\E[D, 
+       kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
+       ked=\E[J, kel=\E[K, kf1=\E[1u\027, kf2=\E[2u\027, 
+       kf3=\E[3u\027, kf4=\E[4u\027, kf5=\E[5u\027, 
+       kf6=\E[6u\027, kf7=\E[7u\027, kf8=\E[8u\027, khome=\E[H, 
+       khts=\EH, kil1=\E[L, krmir=\E[4l, ll=\E[H\E[A, mc0=\E[0i, 
+       mc4=\r\E[4i, mc5=\E[5i, rev=\E[0;7m, rmacs=^O, 
+       rmcup=\E[0;98v\E[2J\E[v, rmir=\E[4l, rmso=\E[m, 
+       rmul=\E[m, rs2=\E[?=h\Ec, s0ds=^O, s1ds=^N, 
+       sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
+       sgr0=\E[m\017, smacs=^N, smcup=\E[?>h\EPY99\:98\E\\, 
+       smir=\E[4h, smso=\E[0;7m, smul=\E[0;4m, tbc=\E[2g, 
+       tsl=\EPY99\:98\E\\\E[0;98v\E[2;7m, 
+tws2102-sna|dku7102-sna|BULL Questar tws2102 for SNA, 
+       dsl=\E[0;98v\E[2J\E[v, fsl=\E[v, is3=\Eb, tsl=\E[0;98v, 
+       use=tws-generic, 
+tws2103|xdku|BULL Questar tws2103, 
+       ht=^I, use=tws-generic, 
+tws2103-sna|dku7103-sna|BULL Questar tws2103 for SNA, 
+       ht=^I, use=tws2102-sna, 
+dku7102-old|BULL Questar 200 DKU7102 (microcode version < 6), 
+       clear=\E[2J\E[H, cup@, dl@, dl1@, 
+       dsl=\EPY99\:98\E\\\E[0;98v\E[2J\E[H\E[v, el=\E[K\E[m, 
+       il@, il1@, tsl=\EPY99\:98\E\\\E[0;98v\E[H\E[2;7m, 
+       use=tws-generic, 
+dku7202|BULL Questar 200 DKU7202 (colour/character attributes), 
+       blink=\E[0;2;4m, dim=\E[0;5m, ht=^I, is3=\E[?3h\Eb, 
+       smso=\E[0;4;5;7m, smul=\E[0;2m, use=tws-generic, 
+
+#=========================================================#
+# BULL QUESTAR 303 & 310 `DEC VT 320' terminals emulation #
+#=========================================================#
+#
+# Description written by J. Staerck (BULL SA)
+#       Copyright (c) 1989 BULL SA
+#---------------------------------------------------------------------------
+#  This entry is used for terminals with vt320 emulation mode
+#  and following set-up : 
+#    8 bit ISO Latin Character Set (ISO 8859-1),
+#    7 bit Control Characters, 
+#    80 columns screen.    
+#  Hereafter are some DEC vt terminals' commands. (valid on vt200 and 300)
+#  They are used in string capabilities with vt220-320 emulation mode.
+#  In the following DEC definitions, two kinds of terminfo databases are
+#    provided :
+#    1. the first with Command Sequence Introducer starting with escape 
+#       sequence in 7 bits characters ex. ESC [ : 2 chars. in 7-bit mode.
+#    2. the second with Command Sequence Introducer starting with escape 
+#       sequence in 8 bits characters ex. ESC [ : 1 char. 'CSI' =x9B.
+#      Soft Terminal Reset             esc [ ! p
+#      RIS (erases screen):            esc c
+#      DECKPNM numeric keypad mode:    esc >
+#      DECKPAM applic. keypad mode:    esc =
+#      DECSTBM Scrolling region:       esc [ r
+#      SCS select G0 = US:             esc ( B
+#      SCS select G1 = line-graphic:   esc ) 0
+#      Select 7-bit C1 controls:       esc sp F
+#      Select 8-bit C1 controls:       esc sp G
+#      Select cursor home:             esc [  H
+#      Select erase screen:            esc [  J
+#      SM KAM lock keyboard:           esc [ 2 h
+#      RM KAM unlock keyboard:         esc [ 2 l
+#      SM SRM local echo off:          esc [ 1 2 h
+#      RM SRM local echo on:           esc [ 1 2 l
+#      SM LNM New line :               esc [ 2 0 h
+#      RM LNM return = CR only:        esc [ 2 0 l
+#      SM DECCKM cursor keys mode:     esc [ ? 1 h
+#      RM DECCKM appli. keys mode:     esc [ ? 1 l
+#      SM DECANM ANSI mode on:         esc [ ? 2 h
+#      RM DECANM ANSI mode off:        esc [ ? 2 l
+#      SM DECCOLM 132-column screen:   esc [ ? 3 h
+#      RM DECCOLM 80-column screen:    esc [ ? 3 l
+#      SM DECSCLM Smooth scroll:       esc [ ? 4 h
+#      RM DECSCLM Jump scroll:         esc [ ? 4 l
+#      SM DECSCNM screen light backgr. esc [ ? 5 h
+#      RM DECSCNM screen dark backgr.  esc [ ? 5 l
+#      SM DECOM move within margins:   esc [ ? 6 h
+#      RM DECOM move outside margins:  esc [ ? 6 l
+#      SM DECAWM auto right margin:    esc [ ? 7 h
+#      RM DECAWM auto right margin:    esc [ ? 7 l
+#      SM DECARM auto repeat:          esc [ ? 8 h
+#      RM DECARM auto repeat:          esc [ ? 8 l
+#      DECSASD Select active main:     esc [ 0 $ } 
+#      DECSASD Select active status:   esc [ 1 $ } 
+#      DECSSDT Select status none:     esc [ 0 $ ~ 
+#      DECSSDT Select status indic.:   esc [ 1 $ ~ 
+#      DECSSDT Select status host-wr:  esc [ 2 $ ~ 
+#      SM DECTCEM Visible cursor:      esc [ ? 2 5 h
+#      RM DECTCEM Invisible cursor:    esc [ ? 2 5 l
+#      SM DECNCRM 7 bits NCR set:      esc [ ? 4 2 h
+#      RM DECNCRM Multi or ISO latin:  esc [ ? 4 2 l
+#      SM DECNKM numeric keypad mode:  esc [ ? 6 6 h
+#      RM DECNKM numeric keypad appl.: esc [ ? 6 6 l
+#      SM DECKBUM clavier informatique esc [ ? 6 8 h
+#      RM DECKBUM clavier bureautique: esc [ ? 6 8 l
+#      DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 " p
+# or   DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 ; 0 " p
+# or   DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 ; 2 " p
+#      DECSCL vt300 mode 7-bit ctrl:   esc [ 6 3 ; 1 " p
+#      Char. and Line attributes:      esc [ Ps ... Ps m
+# with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
+# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
+#
+
+# This entry covers BQ303, BQ306, BQ310, Q303, Q306, Q310
+bq300|Bull vt320 ISO Latin 1 80 columns terminal, 
+       am, eo, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, vt#3, wsl#80, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+       clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
+       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
+       cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
+       cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+       cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
+       dl1=\E[M, dsl=\E[1$}\E[2$~\n\E[0$}, ech=\E[%p1%dX, 
+       ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
+       flash=\E[?5h$<50>\E[?5l, fsl=\E[0$}, home=\E[H, ht=^I, 
+       hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
+       is1=\E[63;1"p\E[2h, 
+       is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
+       is3=\E[0$}\E[?25h\E[2l\E[H\E[J, ka1=\EOw, ka3=\EOy, 
+       kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
+       kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf1=\EOP, kf10=\E[21~, 
+       kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
+       kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
+       kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 
+       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
+       khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
+       krdo=\E[29~, kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, 
+       mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
+       ri=\EM, rmacs=^O, rmam=\E[?7l, rmcup=\E[?7h, rmir=\E[4l, 
+       rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=\E[!p, 
+       rs2=\E[?3l, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
+       sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr0=\E[0m\E(B, smacs=^N, smam=\E[?7h, 
+       smcup=\E[?7l\E[?1l\E(B, smir=\E[4h, smso=\E[7m, 
+       smul=\E[4m, tbc=\E[3g, tsl=\E[1$}\E[2$~, 
+bq300-rv|Bull vt320 reverse 80 columns, 
+       flash=\E[?5l$<50>\E[?5h, 
+       is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
+       use=bq300, 
+bq300-w|Bull vt320 132 columns, 
+       cols#132, wsl#132, 
+       is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
+       rs2=\E[?3h, use=bq300, 
+bq300-w-rv|Bull vt320 reverse mode 132 columns, 
+       cols#132, wsl#132, 
+       flash=\E[?5l$<50>\E[?5h, 
+       is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
+       rs2=\E[?3h, use=bq300, 
+
+#  This entry is used for terminals with vt320 emulation mode
+#  and following set-up : 
+#    8 bit ISO Latin Character Set (ISO 8859-1),
+#    8 bit Control Characters, (CSI coded as x9B for ESC [)
+#    80 columns screen.    
+#      Soft Terminal Reset             csi ! p
+#      RIS (erases screen):            esc c
+#      DECKPNM numeric keypad mode:    esc >
+#      DECKPAM applic. keypad mode:    esc =
+#      DECSTBM Scrolling region:       esc [ r
+#      SCS select G0 = US:             esc ( B
+#      SCS select G1 = line-graphic:   esc ) 0
+#      Select 7-bit C1 controls:       esc sp F
+#      Select 8-bit C1 controls:       esc sp G
+#      Select cursor home:             csi H
+#      Select erase screen:            csi J
+#      SM KAM lock keyboard:           csi 2 h
+#      RM KAM unlock keyboard:         csi 2 l
+#      SM SRM local echo off:          csi 1 2 h
+#      RM SRM local echo on:           csi 1 2 l
+#      SM LNM New line :               csi 2 0 h
+#      RM LNM return = CR only:        csi 2 0 l
+#      SM DECCKM cursor keys mode:     csi ? 1 h
+#      RM DECCKM appli. keys mode:     csi ? 1 l
+#      SM DECANM ANSI mode on:         csi ? 2 h
+#      RM DECANM ANSI mode off:        csi ? 2 l
+#      SM DECCOLM 132-column screen:   csi ? 3 h
+#      RM DECCOLM 80-column screen:    csi ? 3 l
+#      SM DECSCLM Smooth scroll:       csi ? 4 h
+#      RM DECSCLM Jump scroll:         csi ? 4 l
+#      SM DECSCNM screen light backgr. csi ? 5 h
+#      RM DECSCNM screen dark backgr.  csi ? 5 l
+#      SM DECOM move within margins:   csi ? 6 h
+#      RM DECOM move outside margins:  csi ? 6 l
+#      SM DECAWM auto right margin:    csi ? 7 h
+#      RM DECAWM auto right margin:    csi ? 7 l
+#      SM DECARM auto repeat:          csi ? 8 h
+#      RM DECARM auto repeat:          csi ? 8 l
+#      DECSASD Select active main:     csi 0 $ } 
+#      DECSASD Select active status:   csi 1 $ } 
+#      DECSSDT Select status none:     csi 0 $ ~ 
+#      DECSSDT Select status indic.:   csi 1 $ ~ 
+#      DECSSDT Select status host-wr:  csi 2 $ ~ 
+#      SM DECTCEM Visible cursor:      csi ? 2 5 h
+#      RM DECTCEM Invisible cursor:    csi ? 2 5 l
+#      SM DECNCRM 7 bits NCR set:      csi ? 4 2 h
+#      RM DECNCRM Multi or ISO latin:  csi ? 4 2 l
+#      DECSCL vt300 mode 8-bit ctrl:   csi 6 3 " p
+# or   DECSCL vt300 mode 8-bit ctrl:   csi 6 3 ; 0 " p
+#      DECSCL vt300 mode 7-bit ctrl:   csi 6 3 ; 1 " p
+#      Char. and Line attributes:      csi Ps ... Ps m
+# with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
+# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
+# (bq300-8: <cub1>,<cuf1>,<cuu1>,<cud1>,<dl1>,<il1> to get under 1024 --esr)
+bq300-8|Bull vt320 full 8 bits 80 columns, 
+       am, eo, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, vt#3, wsl#80, 
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\2335m, bold=\2331m, civis=\233?25l, 
+       clear=\233H\233J, cnorm=\233?25h, cr=^M, 
+       csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cud=\233%p1%dB, 
+       cuf=\233%p1%dC, cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, 
+       cvvis=\233?25h, dch=\233%p1%dP, dch1=\233P, 
+       dl=\233%p1%dM, dsl=\2331$}\2332$~\n\2330$}, 
+       ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, 
+       enacs=\E(B\E)0, flash=\233?5h$<50>\233?5l, fsl=\2330$}, 
+       home=\233H, ht=^I, hts=\EH, ich=\233%p1%d@, il=\233%p1%dL, 
+       ind=\ED, is1=\E[63;2"p\E[2h, 
+       is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
+       is3=\2330$}\233?25h\2332l\233H\233J, ka1=\217w, 
+       ka3=\217y, kb2=\217u, kbs=^H, kc1=\217q, kc3=\217s, 
+       kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
+       kdch1=\2333~, kf1=\217P, kf10=\23321~, kf11=\23323~, 
+       kf12=\23324~, kf13=\23325~, kf14=\23326~, kf15=\23328~, 
+       kf16=\23329~, kf17=\23331~, kf18=\23332~, kf19=\23333~, 
+       kf2=\217Q, kf20=\23334~, kf3=\217R, kf4=\217S, kf6=\23317~, 
+       kf7=\23318~, kf8=\23319~, kf9=\23320~, kfnd=\2331~, 
+       khlp=\23328~, kich1=\2332~, knp=\2336~, kpp=\2335~, 
+       krdo=\23329~, kslt=\2334~, lf1=pf1, lf2=pf2, lf3=pf3, 
+       lf4=pf4, mc0=\233i, mc4=\2334i, mc5=\2335i, nel=\EE, rc=\E8, 
+       rev=\2337m, ri=\EM, rmacs=^O, rmam=\233?7l, rmcup=\233?7h, 
+       rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m, 
+       rs1=\E[!p, rs2=\E[?3l, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
+       sgr=\233%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m%?%p9%t\E(0%e\E(B%;, 
+       sgr0=\2330m\E(B, smacs=^N, smam=\233?7h, 
+       smcup=\233?7l\233?1l\E(B, smir=\2334h, smso=\2337m, 
+       smul=\2334m, tbc=\2333g, tsl=\2331$}\2332$~, 
+bq300-8rv|Bull vt320 8-bit reverse mode 80 columns, 
+       flash=\233?5l$<50>\233?5h, 
+       is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
+       use=bq300-8, 
+bq300-8w|Bull vt320 8-bit 132 columns, 
+       cols#132, wsl#132, 
+       is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
+       rs2=\233?3h, use=bq300-8, 
+bq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns, 
+       cols#132, wsl#132, 
+       flash=\233?5l$<50>\233?5h, 
+       is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
+       rs2=\233?3h, use=bq300-8, 
+
+#  This entry is used for terminals with vt320 emulation mode
+#  a 102 keys keyboard (PC scancode !) and following set-up : 
+#    8 bit ISO Latin Character Set (ISO 8859-1),
+#    7 bit Control Characters, 
+#    80 columns screen.    
+bq300-pc|Questar 303 with PC keyboard ISO Latin 1 80 columns, 
+       kbs=^H, kdch1=\E[3~, kend=\E[4~, kf1=\E[17~, kf10=\E[28~, 
+       kf11=\E[29~, kf12=\E[31~, kf13@, kf14@, kf15@, kf16@, kf17@, 
+       kf18@, kf19@, kf2=\E[18~, kf20@, kf3=\E[19~, kf4=\E[20~, 
+       kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, 
+       kfnd@, khlp@, khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
+       krdo@, kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300, 
+bq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns, 
+       flash=\E[?5l$<50>\E[?5h, 
+       is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
+       use=bq300-pc, 
+bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal, 
+       cols#132, wsl#132, 
+       is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
+       rs2=\E[?3h, use=bq300-pc, 
+bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns, 
+       cols#132, wsl#132, 
+       flash=\E[?5l$<50>\E[?5h, 
+       is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
+       rs2=\E[?3h, use=bq300-pc, 
+#    8 bit ISO Latin Character Set (ISO 8859-1),
+#    8 bit Control Characters, 
+#    80 columns screen.    
+bq300-8-pc|Q306-8-pc|Questar 303 with PC keyboard in full 8 bits 80 columns, 
+       kbs=^H, kdch1=\2333~, kend=\2334~, kf1=\23317~, 
+       kf10=\23328~, kf11=\23329~, kf12=\23331~, kf13@, kf14@, 
+       kf15@, kf16@, kf17@, kf18@, kf19@, kf2=\23318~, kf20@, 
+       kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, 
+       kf7=\23324~, kf8=\23325~, kf9=\23326~, kfnd@, khlp@, 
+       khome=\2331~, kich1=\2332~, knp=\2336~, kpp=\2335~, krdo@, 
+       kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300-8, 
+bq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns, 
+       flash=\E[?5l$<50>\E[?5h, 
+       is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
+       use=bq300-8-pc, 
+bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns, 
+       cols#132, wsl#132, 
+       is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
+       rs2=\E[?3h, use=bq300-8-pc, 
+bq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns, 
+       cols#132, wsl#132, 
+       flash=\E[?5l$<50>\E[?5h, 
+       is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
+       rs2=\E[?3h, use=bq300-8-pc, 
+
+#======================================================#
+# BULL QUESTAR 310 `VIP 7800/8800' terminals emulation #
+#======================================================#
+
+# normal mode, 8 bits, 80 columns terminal.
+#      RES reset :                     ^[e
+#      RIS reset initial state:        ^[c
+#      BLE bell enable                 ^[h
+#      BLD bell disable                ^[g
+#      CAMS char. attr. mode set       ^[[D
+#      CAMR char. attr. mode reset     ^[[G
+#      CLR clear                       ^[`
+#      KBU keyboard unlock (set)       ^[[W
+#      KBL keyboard lock (reset)       ^[[X
+#      CM  character mode (async.)     ^[k
+#      NEP non echoplex mode (by host) ^[l
+#      EP  echoplex mode (by host)     ^[m
+#      IM  insert mode set             ^[[I
+#      IM  insert mode reset           ^[[J
+#      RMS roll mode set               ^[r
+#      RMR roll mode reset             ^[q
+#      SM78 set mode vip7800           ^[[1q
+#      SD  scroll up   (72 lines)      ^[[0s
+#      SD  scroll down (72 lines)      ^[[1s
+#      RBM block mode reset            ^[[E
+#      SLS status line set             ^[w
+#      SLR status line reset           ^[v
+#      SLL status line lock            ^[O
+#      LGS Line-graphic mode set       ^[G
+#      LGR Line-graphic mode reset     ^[F
+#      TBC tab clear (at cursor pos.)  ^[[g
+#      TBI tab initialize              ^[[N
+#      TBS tab set (at cursor pos.)    ^[p
+#      PDS  print data space           ^[[0p
+#      PHD  print host data            ^[[3p
+#      PDT  print data terminator      ^[[<p
+#      PRES print adapter reset        ^[[2p
+#      SSPR multi-part. reset          ^[[<>u
+#      SSP0 partition 0 set            ^[[00u
+#      SSP1 partition n format 1       ^[[PnPnSTRINGu
+#      SSP2 partition n format 2       ^[[PnPnSTRINGu
+#      SSP3 partition n format 3       ^[[PnPnu
+#      ATR attribute (visual)
+#          blink :                     ^[sB
+#          dim :                       ^[sL
+#          hide (blank) :              ^[sH
+#          restore :                   ^[sR
+#          inverse video :             ^[sI
+#          prot. :                     ^[sP
+#          underline :                 ^[s_
+#          reset :                     ^{
+#
+# This covers the vip7800 and BQ3155-vip7800
+vip|Bull Questar 3155-7800, 
+       am, eslok, hs, km, mc5i, msgr, xenl, xon, 
+       cols#80, it#8, lines#24, vt#3, wsl#80, 
+       acsc=0pjdkblamcnkqitgufvhwexj, bel=^G, blink=\EsB, 
+       cbt=\E[Z, clear=\E`, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
+       cup=\E[%i%p1%03d%p2%03df, cuu1=\EA, dch1=\E[P, dim=\EsL, 
+       dl1=\E[M, dsl=\Ev, ed=\EJ, el=\EK, 
+       flash=\007$<80>\007$<80>\007, fsl=\EO, home=\EH, ht=^I, 
+       hts=\Ep, ich1=\E[I, ind=^J, invis=\EsH, 
+       is2=\E[00u\E[<>001001024080024080u\E[01u, 
+       is3=\Er\E[W\E`, kHOM=\EH, kLFT=\Eo, kRIT=\Eu, kbs=^H, 
+       kcbt=\E[Z, kclr=\E`, kctab=\E[g, kcub1=\ED, kcud1=\EB, 
+       kcuf1=\EC, kcuu1=\EA, kdch1=\E[P, kdl1=\E[M, ked=\EJ, 
+       kel=\EK, kf1=\E0, kf10=\ET, kf11=\E\\, kf12=\E\^, kf13@, kf14@, 
+       kf15@, kf16@, kf17@, kf18@, kf19@, kf2=\E2, kf20@, kf21=\E1, 
+       kf22=\E5, kf23=\E7, kf24=\E9, kf25=\E;, kf26=\E=, kf27=\E?, 
+       kf28=\EQ, kf29=\ES, kf3=\E6, kf30=\EV, kf31=\E], kf32=\E_, 
+       kf4=\E8, kf5=\E\:, kf6=\E<, kf7=\E>, kf8=\EP, kf9=\ER, 
+       khome=\EH, khts=\Ep, kich1=\E[I, kil1=\E[L, kind=\E[0s, 
+       kll=\EH\EA, kri=\E[1s, krmir=\E[J, ktbc=\E[N, lf1=pf1, 
+       lf2=pf2, lf3=pf3, lf4=pf4, ll=\EH\EA, mc0=\E[0p, mc4=\E[<p, 
+       mc5=\E[3p, nel=^M, prot=\EsP, rev=\EsI, 
+       ri=\EA\EJ\EH\E[L$<10>, rmacs=\EF, rmir=\E[J, rmso=\EsR, 
+       rmul=\EsR, rs1=\Ec, rs2=\E[G, s0ds=\EF, s1ds=\EG, 
+       sgr0=\EsR\EsU\EF, smacs=\EG, smir=\E[I, smso=\EsI, 
+       smul=\Es_, tbc=\E[N, tsl=\Ew, 
+# normal screen, 8 bits, 132 columns terminal.
+vip-w|vip7800-w|Q310-vip-w|Q310-vip-w-am|Questar 3155-vip7800 wide, 
+       cols#132, wsl#132, 
+       is2=\E[00u\E[<>001001024132024132u\E[01u, use=vip, 
+vip-H|vip7800-H|Q310-vip-H|Q310-vip-H-am|Questar 3155-vip7800 72 lines, 
+       lines#72, 
+       is2=\E[00u\E[<>001001024080072080u\E[01u, use=vip, 
+vip-Hw|vip7800-Hw|Q310-vip-Hw|Questar 3155-vip7800 wide 72 lines, 
+       cols#132, lines#72, wsl#132, 
+       is2=\E[00u\E[<>001001024132072132u\E[01u, use=vip, 
+
 #### Chromatics
 #
 
 #### Chromatics
 #
 
@@ -11070,7 +17164,7 @@ cg7900|chromatics|chromatics 7900,
        rmcup=\001W0\,40\,85\,48\,\014\001W0\,0\,85\,48\,\001M0\,40\,, 
        rmso=\001C1\,\001c2\,, 
        smcup=\001P0\001O1\001R1\001C4\,\001c0\,\014\001M0\,42\,WARNING DOUBLE ENTER ESCAPE and \025\001C1\,\001c2\,\001W0\,0\,79\,39\,, 
        rmcup=\001W0\,40\,85\,48\,\014\001W0\,0\,85\,48\,\001M0\,40\,, 
        rmso=\001C1\,\001c2\,, 
        smcup=\001P0\001O1\001R1\001C4\,\001c0\,\014\001M0\,42\,WARNING DOUBLE ENTER ESCAPE and \025\001C1\,\001c2\,\001W0\,0\,79\,39\,, 
-       smso=\001C4\,\001c7\,, uc=\001\001_\001\200, 
+       smso=\001C4\,\001c7\,, uc=\001\001_\001\0, 
 
 #### Computer Automation
 #
 
 #### Computer Automation
 #
@@ -11087,7 +17181,7 @@ ca22851|computer automation 22851,
 
 # This entry has correct padding and the undocumented "ri" capability
 cyb83|xl83|cybernex xl-83, 
 
 # This entry has correct padding and the undocumented "ri" capability
 cyb83|xl83|cybernex xl-83, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<62>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
        cup=\027%p1%{32}%+%c%p2%{32}%+%c, cuu1=^N, 
        cols#80, lines#24, 
        bel=^G, clear=\014$<62>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
        cup=\027%p1%{32}%+%c%p2%{32}%+%c, cuu1=^N, 
@@ -11095,7 +17189,7 @@ cyb83|xl83|cybernex xl-83,
        kcud1=^J, kcuf1=^I, kcuu1=^N, ri=^N, 
 # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
 cyb110|mdl110|cybernex mdl-110, 
        kcud1=^J, kcuf1=^I, kcuu1=^N, ri=^N, 
 # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
 cyb110|mdl110|cybernex mdl-110, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=\030$<70>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
        cols#80, lines#24, 
        bel=^G, clear=\030$<70>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
        cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
@@ -11113,11 +17207,54 @@ cyb110|mdl110|cybernex mdl-110,
 #
 
 dp3360|datapoint|datapoint 3360, 
 #
 
 dp3360|datapoint|datapoint 3360, 
-       am, 
+       OTbs, am, 
        cols#82, lines#25, 
        bel=^G, clear=^]^_, cr=^M, cub1=^H, cud1=^J, cuf1=^X, cuu1=^Z, 
        ed=^_, el=^^, home=^], ind=^J, 
 
        cols#82, lines#25, 
        bel=^G, clear=^]^_, cr=^M, cub1=^H, cud1=^J, cuf1=^X, cuu1=^Z, 
        ed=^_, el=^^, home=^], ind=^J, 
 
+# From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
+# The Datapoint 8242 Workstation was sold at least between 1985 
+# and 1989. To make the terminal work with this entry, press 
+# CONTROL-INT-INT to take the terminal off-line, and type (opt). 
+# Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO 
+# CR/LF off. Use control-shift-[] as escape key, control-I as tab, 
+# shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
+# fact unusable because the strings sent by the terminal conflict
+# with other keys).
+# The terminal is capable of displaying "box draw" characters.
+# For each graphic character you must send 2 ESC's (\E\E) followed 
+# by a control character as follows: 
+#         character        meaning
+#         =========        =======
+#         ctrl-E           top tee
+#         ctrl-F           right tee
+#         ctrl-G           bottom tee
+#         ctrl-H           left tee
+#         ctrl-I           cross
+#         ctrl-J           top left corner
+#         ctrl-K           top right corner
+#         ctrl-L           bottom left corner
+#         ctrl-M           bottom right corner
+#         ctrl-N           horizontal line
+#         ctrl-O           vertical line
+# Unfortunately this cannot be fitted into the termcap/terminfo 
+# description scheme. 
+dp8242|datapoint 8242, 
+       msgr, 
+       cols#80, lines#25, 
+       bel=^G, civis=^Y, clear=\025\E\004\027\030, cnorm=^X, 
+       cr=^M, cub1=^H, cud1=^J, 
+       cup=\011%p2%'\0'%+%c%p1%'\0'%+%c, dl1=\E^Z, ed=^W, el=^V, 
+       home=^U, ht=^I, il1=\E^T, ind=^C, 
+       is1=\E\014\E\016\0\230\0\317\025\027\030\E\004, 
+       kbs=^H, kcub1=^D, kcud1=^B, kcuf1=^F, kcuu1=^E, kf1=^G\Ee, 
+       kf10=\EK\Ea, kf2=^I\Ed, kf3=^J\Ec, kf4=^J\Eb, kf5=^S\Ea, 
+       kf6=\EO\Ee, kf7=\EN\Ed, kf8=\EM\Ec, kf9=\EL\Eb, nel=^M^J, 
+       rep=\E\023%p1%c%p2%c, ri=^K, rmso=\E^D, rmul=\E^D, 
+       rs1=\E\014\E\016\0\230\0\317\025\027\030\E\004, 
+       smso=\E^E, smul=\E^F, 
+       wind=\E\014\E\016%p1%'\0'%+%c%p2%'\0'%+%c%p3%'\0'%+%c%p4%'\0'%+%c\025, 
+
 #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
 #
 # These entries are DEC's official terminfos for its older terminals.
 #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
 #
 # These entries are DEC's official terminfos for its older terminals.
@@ -11127,18 +17264,20 @@ dp3360|datapoint|datapoint 3360,
 #
 
 gt40|dec gt40, 
 #
 
 gt40|dec gt40, 
-       os, 
+       OTbs, os, 
        cols#72, lines#30, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, 
 gt42|dec gt42, 
        cols#72, lines#30, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, 
 gt42|dec gt42, 
-       os, 
+       OTbs, os, 
        cols#72, lines#40, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, 
 vt50|dec vt50, 
        cols#72, lines#40, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, 
 vt50|dec vt50, 
+       OTbs, 
        cols#80, lines#12, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, 
 vt50h|dec vt50h, 
        cols#80, lines#12, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, 
 vt50h|dec vt50h, 
+       OTbs, 
        cols#80, lines#12, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
        cols#80, lines#12, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
@@ -11155,7 +17294,7 @@ vt61|vt-61|vt61.5|dec vt61,
 # The gigi does standout with red!
 # (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
 gigi|vk100|dec gigi graphics terminal, 
 # The gigi does standout with red!
 # (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
 gigi|vk100|dec gigi graphics terminal, 
-       am, xenl, 
+       OTbs, am, xenl, 
        cols#84, lines#24, 
        bel=^G, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cols#84, lines#24, 
        bel=^G, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
@@ -11174,6 +17313,7 @@ gigi|vk100|dec gigi graphics terminal,
 # a format program, so you had to buy pre-formatted floppies from DEC at
 # a hefty premium!).
 pro350|decpro|dec pro console, 
 # a format program, so you had to buy pre-formatted floppies from DEC at
 # a hefty premium!).
 pro350|decpro|dec pro console, 
+       OTbs, 
        cols#80, it#8, lines#24, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        clear=\EH\EJ, cub1=^H, cud1=\EB, cuf1=\EC, 
        cols#80, it#8, lines#24, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        clear=\EH\EJ, cub1=^H, cud1=\EB, cuf1=\EC, 
@@ -11184,14 +17324,13 @@ pro350|decpro|dec pro console,
        rmso=\E^N, rmul=\E^C, smacs=\EF, smso=\E^H, smul=\E^D, 
 
 dw1|decwriter I, 
        rmso=\E^N, rmul=\E^C, smacs=\EF, smso=\E^H, smul=\E^D, 
 
 dw1|decwriter I, 
-       hc, os, 
+       OTbs, hc, os, 
        cols#72, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, 
 dw2|decwriter|dw|decwriter II, 
        cols#72, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, 
 dw2|decwriter|dw|decwriter II, 
-       hc, os, 
+       OTbs, hc, os, 
        cols#132, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
        cols#132, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
-
 # \E(B         Use U.S. character set (otherwise # => british pound !)
 # \E[20l       Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
 # \E[w         10 char/in pitch
 # \E(B         Use U.S. character set (otherwise # => british pound !)
 # \E[20l       Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
 # \E[w         10 char/in pitch
@@ -11209,14 +17348,14 @@ dw2|decwriter|dw|decwriter II,
 #       The dw3 does standout with wide characters.
 #
 dw3|la120|decwriter III, 
 #       The dw3 does standout with wide characters.
 #
 dw3|la120|decwriter III, 
-       hc, os, 
+       OTbs, hc, os, 
        cols#132, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, 
        is1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>, 
        is2=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r, 
        kbs=^H, rmso=\E[w, sgr0=\E[w, smso=\E[6w, 
 dw4|decwriter IV, 
        cols#132, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, 
        is1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>, 
        is2=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r, 
        kbs=^H, rmso=\E[w, sgr0=\E[w, smso=\E[6w, 
 dw4|decwriter IV, 
-       am, hc, os, 
+       OTbs, am, hc, os, 
        cols#132, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, is2=\Ec, kbs=^H, 
        kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, 
        cols#132, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, is2=\Ec, kbs=^H, 
        kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, 
@@ -11231,8 +17370,7 @@ ln03|dec ln03 laser printer,
 ln03-w|dec ln03 laser printer 132 cols, 
        cols#132, 
        bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
 ln03-w|dec ln03 laser printer 132 cols, 
        cols#132, 
        bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
-       kcud1=^J, nel=^M^J, 
-       use=ln03, 
+       kcud1=^J, nel=^M^J, use=ln03, 
 
 #### Delta Data (dd)
 #
 
 #### Delta Data (dd)
 #
@@ -11242,10 +17380,10 @@ ln03-w|dec ln03 laser printer 132 cols,
 # There are BSD-derived termcap entries floating around for this puppy
 # that are *certainly* wrong.
 delta|dd5000|delta data 5000, 
 # There are BSD-derived termcap entries floating around for this puppy
 # that are *certainly* wrong.
 delta|dd5000|delta data 5000, 
-       am, 
+       OTbs, am, 
        cols#80, lines#27, 
        bel=^G, clear=^NR, cub1=^H, cud1=^J, cuf1=^Y, 
        cols#80, lines#27, 
        bel=^G, clear=^NR, cub1=^H, cud1=^J, cuf1=^Y, 
-       cup=\017%p1%p1%{16}%m%{2}%*%-%'9'%+%c%p2%p2%{16}%m%{2}%*%-%'9'%+%c, 
+       cup=\017%p1%p1%{16}%m%{2}%*%-%{57}%+%c%p2%p2%{16}%m%{2}%*%-%{57}%+%c, 
        cuu1=^Z, dch1=^NV, el=^NU, home=^NQ, ind=^J, 
 
 #### Digital Data Research (ddr)
        cuu1=^Z, dch1=^NV, el=^NU, home=^NQ, ind=^J, 
 
 #### Digital Data Research (ddr)
@@ -11253,7 +17391,7 @@ delta|dd5000|delta data 5000,
 
 # (ddr: I added <rmam>/<smam> based on the init string -- esr)
 ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator, 
 
 # (ddr: I added <rmam>/<smam> based on the init string -- esr)
 ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator, 
-       am, xenl, 
+       OTbs, am, xenl, 
        cols#80, it#8, lines#24, vt#3, 
        blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
        clear=\E[H\E[2J$<50/>, csr=\E[%i%p1%d;%p2%dr, cub1=^H, 
        cols#80, it#8, lines#24, vt#3, 
        blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
        clear=\E[H\E[2J$<50/>, csr=\E[%i%p1%d;%p2%dr, cub1=^H, 
@@ -11291,7 +17429,7 @@ ps300|Picture System 300,
 #
 
 terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200, 
 #
 
 terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200, 
-       hc, os, 
+       OTbs, hc, os, 
        cols#120, 
        bel=^G, cr=^M, cud1=^J, ind=^J, 
 
        cols#120, 
        bel=^G, cr=^M, cud1=^J, ind=^J, 
 
@@ -11334,7 +17472,7 @@ terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200,
 # (h19: I added <rmam>/<smam> based on the init string;
 # also added empty <acsc> to suppress a tic warning -- esr)
 h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode, 
 # (h19: I added <rmam>/<smam> based on the init string;
 # also added empty <acsc> to suppress a tic warning -- esr)
 h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode, 
-       am, mir, msgr, 
+       OTbs, am, mir, msgr, 
        cols#80, it#8, lines#24, 
        acsc=, bel=^G, clear=\E[2J, cnorm=\E[>4l, cr=^M, cub1=^H, 
        cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, 
        cols#80, it#8, lines#24, 
        acsc=, bel=^G, clear=\E[2J, cnorm=\E[>4l, cr=^M, cub1=^H, 
        cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, 
@@ -11348,28 +17486,37 @@ h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode,
        smacs=\E[10m, smam=\E[?7h, smir=\E[4h, smso=\E[7m, 
 h19-bs|heathkit w/keypad shifted, 
        rmkx=\Eu, smkx=\Et, use=h19-b, 
        smacs=\E[10m, smam=\E[?7h, smir=\E[4h, smso=\E[7m, 
 h19-bs|heathkit w/keypad shifted, 
        rmkx=\Eu, smkx=\Et, use=h19-b, 
-h19-smul|heathkit w/keypad shifted/underscore cursor, 
-       rmkx=\Eu, smkx=\Et, 
-       use=h19-u, 
+h19-us|h19us|h19-smul|heathkit w/keypad shifted/underscore cursor, 
+       rmkx=\Eu, smkx=\Et, use=h19-u, 
 # (h19: merged in <ip> from BSDI hp19-e entry>;
 # also added empty <acsc> to suppress a tic warning --esr)
 # (h19: merged in <ip> from BSDI hp19-e entry>;
 # also added empty <acsc> to suppress a tic warning --esr)
+# From: Tim Pierce <twp@skepsis.com>, 23 Feb 1998 
+# Tim tells us that:
+# I have an old Zenith-19 terminal at home that still gets a lot of use.
+# This terminal suffers from the same famous insert-mode padding lossage
+# that has been acknowledged for the Z29 terminal.  Emacs is nearly
+# unusable on this box, since even a half-scroll up or down the window
+# causes flaming terminal death.
+#   
+# On the Z19, the only way I have found around this problem is to remove
+# the :al: and :dl: entries entirely.  No amount of extra padding will
+# help (I have tried up to 20000).  Removing <il1=\EL$> and <dl1=\EM$>
+# makes Emacs a little slower, but it remains in the land of the living.
+# Big win.
 h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19, 
 h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19, 
-       am, eslok, hs, mir, msgr, 
+       OTbs, am, eslok, hs, mir, msgr, 
        cols#80, it#8, lines#24, 
        acsc=, bel=^G, clear=\EE, cnorm=\Ey4, cr=^M, cub1=^H, cud1=\EB, 
        cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
        cols#80, it#8, lines#24, 
        acsc=, bel=^G, clear=\EE, cnorm=\Ey4, cr=^M, cub1=^H, cud1=\EB, 
        cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
-       cvvis=\Ex4, dch1=\EN, dl1=\EM$<1*>, ed=\EJ, el=\EK
-       fsl=\Ek\Ey5, home=\EH, ht=^I, il1=\EL$<1*>, ind=^J
-       ip=<1.5/>, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC
-       kcuu1=\EA, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW
-       kf6=\EP, kf7=\EQ, kf8=\ER, khome=\EH, lf6=blue, lf7=red
-       lf8=white, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, smacs=\EF
-       smir=\E@, smso=\Ep, tsl=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo, 
+       cvvis=\Ex4, dch1=\EN, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH
+       ht=^I, ind=^J, ip=<1.5/>, kbs=^H, kcub1=\ED, kcud1=\EB
+       kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV
+       kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, khome=\EH, lf6=blue
+       lf7=red, lf8=white, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq
+       smacs=\EF, smir=\E@, smso=\Ep
+       tsl=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo, 
 h19-u|heathkit with underscore cursor, 
        cnorm@, cvvis@, use=h19-b, 
 h19-u|heathkit with underscore cursor, 
        cnorm@, cvvis@, use=h19-b, 
-h19-us|h19us|heathkit w/keypad shifted/underscore cursor, 
-       rmkx=\Eu, smkx=\Et, 
-       use=h19-u, 
 h19-g|h19g|heathkit w/block cursor, 
        cnorm=\Ex4, use=h19-b, 
 alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19, 
 h19-g|h19g|heathkit w/block cursor, 
        cnorm=\Ex4, use=h19-b, 
 alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19, 
@@ -11417,10 +17564,10 @@ alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19,
 # (z29: added empty <acsc> to suppress a tic warning, merged in
 # status line capabilities from BRL entry --esr)
 z29|zenith29|z29b|zenith z29b, 
 # (z29: added empty <acsc> to suppress a tic warning, merged in
 # status line capabilities from BRL entry --esr)
 z29|zenith29|z29b|zenith z29b, 
-       am, eslok, hs, mir, msgr, 
-       cols#80, lines#24, 
-       acsc=, bel=^G, cbt=\E-, clear=\EE$<14>, cnorm=\Ey4, cr=^M
-       cub1=^H, cud1=\EB, cuf1=\EC, 
+       OTbs, OTpt, am, eslok, hs, mir, msgr, 
+       OTkn#10, cols#80, lines#24, 
+       OTbc=\ED, acsc=, bel=^G, cbt=\E-, clear=\EE$<14>, cnorm=\Ey4
+       cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E$<1>A, 
        cvvis=\Ex4, dch1=\EN$<0.1*>, dl1=\EM$<1/>, dsl=\Ey1, 
        ed=\EJ$<14>, el=\EK$<1>, fsl=\Ek\Ey5, home=\EH, ht=^I, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E$<1>A, 
        cvvis=\Ex4, dch1=\EN$<0.1*>, dl1=\EM$<1/>, dsl=\Ey1, 
        ed=\EJ$<14>, el=\EK$<1>, fsl=\Ek\Ey5, home=\EH, ht=^I, 
@@ -11439,10 +17586,10 @@ z29|zenith29|z29b|zenith z29b,
 # (z29a: replaced nonexistent <if=/usr/share/tabset/zenith29> befause <hts>
 # looks vt100-compatible -- esr)
 z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode, 
 # (z29a: replaced nonexistent <if=/usr/share/tabset/zenith29> befause <hts>
 # looks vt100-compatible -- esr)
 z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode, 
-       am, eslok, hs, mir, msgr, 
-       cols#80, it#8, lines#24, 
-       bel=^G, blink=\E[5m, bold=\E[2m, clear=\E[2J, cr=^M
-       csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+       OTbs, OTpt, am, eslok, hs, mir, msgr, 
+       OTkn#10, cols#80, it#8, lines#24, 
+       OTbc=\ED, bel=^G, blink=\E[5m, bold=\E[2m, clear=\E[2J
+       cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
        dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, 
@@ -11470,7 +17617,7 @@ z29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick,
 z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode, 
        am, eslok, hs, mc5i, mir, msgr, xon, 
        cols#80, lines#24, 
 z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode, 
        am, eslok, hs, mc5i, mir, msgr, xon, 
        cols#80, lines#24, 
-       acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~0a, bel=^G, 
+       acsc=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
        blink=\E[5m, bold=\E[1m, cbt=\E[1Z, civis=\E[>5h, 
        clear=\E[2J\E[H, cnorm=\E[>5l, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        blink=\E[5m, bold=\E[1m, cbt=\E[1Z, civis=\E[>5h, 
        clear=\E[2J\E[H, cnorm=\E[>5l, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
@@ -11486,18 +17633,17 @@ z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode,
        kf8=\EOR, kf9=\EOX, khlp=\E[~, khome=\E[H, ll=\E[24;1H, 
        mc0=\E[?19h\E[i, mc4=\E[4i, mc5=\E[5i, rc=\E[u, rev=\E[7m, 
        rmacs=\E(B, rmir=\E[4l, rmkx=\E[>7l, rmso=\E[0m, 
        kf8=\EOR, kf9=\EOX, khlp=\E[~, khome=\E[H, ll=\E[24;1H, 
        mc0=\E[?19h\E[i, mc4=\E[4i, mc5=\E[5i, rc=\E[u, rev=\E[7m, 
        rmacs=\E(B, rmir=\E[4l, rmkx=\E[>7l, rmso=\E[0m, 
-       rmul=\E[0m, rs2=\E<\Ec\200, sc=\E[s, sgr0=\E[0m
-       smacs=\E(0, smir=\E[4h, smkx=\E[>7h, smso=\E[7m
-       smul=\E[4m, tbc=\E[3g, tsl=\E[s\E[>1h\E[25;%i%p1%dH, 
+       rmul=\E[0m, rs2=\E<\Ec\0, sc=\E[s, sgr0=\E[0m, smacs=\E(0
+       smir=\E[4h, smkx=\E[>7h, smso=\E[7m, smul=\E[4m, tbc=\E[3g
+       tsl=\E[s\E[>1h\E[25;%i%p1%dH, 
 
 # From: Brad Brahms <Brahms@USC-ECLC>
 z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor, 
 
 # From: Brad Brahms <Brahms@USC-ECLC>
 z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor, 
-       cnorm=\Ey4\Em70, cvvis=\Ex4\Em71, 
-       use=z100bw, 
+       cnorm=\Ey4\Em70, cvvis=\Ex4\Em71, use=z100bw, 
 # (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
 z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc, 
 # (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
 z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc, 
-       mir, msgr, 
-       cols#80, it#8, lines#24, 
+       OTbs, OTpt, mir, msgr, 
+       OTkn#10, cols#80, it#8, lines#24, 
        acsc=, clear=\EE$<5*/>, cnorm=\Ey4, cub1=^H, cud1=\EB, 
        cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<1*/>, 
        cuu1=\EA, cvvis=\Ex4, dch1=\EN$<1*/>, dl1=\EM$<5*/>, 
        acsc=, clear=\EE$<5*/>, cnorm=\Ey4, cub1=^H, cud1=\EB, 
        cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<1*/>, 
        cuu1=\EA, cvvis=\Ex4, dch1=\EN$<1*/>, dl1=\EM$<5*/>, 
@@ -11511,7 +17657,7 @@ p19|h19-b with il1/dl1,
 # From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
 # (ztx: removed duplicate :sr: -- esr)
 ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11, 
 # From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
 # (ztx: removed duplicate :sr: -- esr)
 ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11, 
-       am, eslok, hs, 
+       OTbs, am, eslok, hs, 
        cols#80, it#8, lines#24, 
        clear=\EE, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
        cols#80, it#8, lines#24, 
        clear=\EE, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
@@ -11536,16 +17682,14 @@ ims950-b|bare ims950 no init string,
 ims950|ims televideo 950 emulation, 
        xenl@, 
        flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
 ims950|ims televideo 950 emulation, 
        xenl@, 
        flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
-       kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, 
-       use=tvi950, 
+       kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950, 
 # (ims950-rv: removed obsolete ":ko@:" -- esr)
 ims950-rv|ims tvi950 rev video, 
        xenl@, 
        flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
 # (ims950-rv: removed obsolete ":ko@:" -- esr)
 ims950-rv|ims tvi950 rev video, 
        xenl@, 
        flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
-       kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, 
-       use=tvi950-rv, 
+       kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950-rv, 
 ims-ansi|ultima2|ultimaII|IMS Ultima II, 
 ims-ansi|ultima2|ultimaII|IMS Ultima II, 
-       am, 
+       OTbs, am, 
        cols#80, it#8, lines#24, 
        clear=\E[H\E[2J, cub1=^H, cud1=\ED, 
        cup=\E[%i%p1%2d;%p2%2dH, cuu1=\EM, ed=\E[0J, el=\E[0K, 
        cols#80, it#8, lines#24, 
        clear=\E[H\E[2J, cub1=^H, cud1=\ED, 
        cup=\E[%i%p1%2d;%p2%2dH, cuu1=\EM, ed=\E[0J, el=\E[0K, 
@@ -11563,17 +17707,17 @@ ims-ansi|ultima2|ultimaII|IMS Ultima II,
 #
 
 superbrain|intertec superbrain, 
 #
 
 superbrain|intertec superbrain, 
-       am, bw, 
+       OTbs, am, bw, 
        cols#80, lines#24, 
        cols#80, lines#24, 
-       bel=^G, clear=\014$<5*>, cr=^M, cub1=^H, cud1=^J, cuf1=^F
-       cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=^K, 
+       OTbc=^U, bel=^G, clear=\014$<5*>, cr=^M, cub1=^H, cud1=^J
+       cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=^K, 
        ed=\E~k<10*>, el=\E~K$<15>, ht=^I, ind=^J, kcub1=^U, 
        kcud1=^J, kcuf1=^F, kcuu1=^K, rmcup=^L, smcup=^L, 
 # (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>, 
 # rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
 # and the reverse is actually true.  Try it. -- esr)
 intertube|intertec|Intertec InterTube, 
        ed=\E~k<10*>, el=\E~K$<15>, ht=^I, ind=^J, kcub1=^U, 
        kcud1=^J, kcuf1=^F, kcuu1=^K, rmcup=^L, smcup=^L, 
 # (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>, 
 # rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
 # and the reverse is actually true.  Try it. -- esr)
 intertube|intertec|Intertec InterTube, 
-       am, 
+       OTbs, am, 
        cols#80, lines#25, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<50>, cuu1=^Z, home=^A, 
        cols#80, lines#25, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<50>, cuu1=^Z, home=^A, 
@@ -11582,10 +17726,10 @@ intertube|intertec|Intertec InterTube,
 # are typing and a command comes in, the keystrokes you type get interspersed
 # with the command and it messes up
 intertube2|intertec data systems intertube 2, 
 # are typing and a command comes in, the keystrokes you type get interspersed
 # with the command and it messes up
 intertube2|intertec data systems intertube 2, 
+       OTbs, 
        cup=\016%p1%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, 
        el=\EK, hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, 
        cup=\016%p1%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, 
        el=\EK, hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, 
-       ll=^K^X\r, vpa=\013%p1%c, 
-       use=intertube, 
+       ll=^K^X\r, vpa=\013%p1%c, use=intertube, 
 
 #### Ithaca Intersystems
 #
 
 #### Ithaca Intersystems
 #
@@ -11635,7 +17779,17 @@ graphos-30|graphos III with 30 lines,
 #      Vox: (617)-890-5796.
 #
 # However, if you call that number today you'll get an insurance company.
 #      Vox: (617)-890-5796.
 #
 # However, if you call that number today you'll get an insurance company.
-# I think Modgraph is long gone.
+# I have mail from "Michael Berman, V.P. Sales, Modgraph" dated 
+# 26 Feb 1997 that says:
+#
+# Modgraph GX-1000, replaced by GX-2000.  Both are out of production, have been
+# for ~7 years.  Modgraph still in business.  Products are rugged laptop and
+# portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
+# panel-mount etc).  I can be emailed at sonfour@aol.com
+#
+# Peter D. Smith <pdsmith@nbbn.com> notes that his modgraph manual was
+# dated 1984.  According to the manual, it featured Tek 4010/4014
+# graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
 #
 
 modgraph|mod24|modgraph terminal emulating vt100, 
 #
 
 modgraph|mod24|modgraph terminal emulating vt100, 
@@ -11643,8 +17797,7 @@ modgraph|mod24|modgraph terminal emulating vt100,
        cols#80, lines#24, 
        cvvis=\E\^9;0s\E\^7;1s, 
        is2=\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, 
        cols#80, lines#24, 
        cvvis=\E\^9;0s\E\^7;1s, 
        is2=\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, 
-       rf@, ri=\EM\E[K$<5/>, 
-       use=vt100, 
+       rf@, ri=\EM\E[K$<5/>, use=vt100, 
 # The GX-1000 manual is dated 1984.  This looks rather like a VT-52.
 modgraph2|modgraph gx-1000 80x24 with keypad not enabled, 
        am, da, db, 
 # The GX-1000 manual is dated 1984.  This looks rather like a VT-52.
 modgraph2|modgraph gx-1000 80x24 with keypad not enabled, 
        am, da, db, 
@@ -11668,10 +17821,10 @@ modgraph2|modgraph gx-1000 80x24 with keypad not enabled,
 # the first line disappears but a ctrl-l shows that it did work
 # correctly.
 modgraph48|mod|Modgraph w/48 lines, 
 # the first line disappears but a ctrl-l shows that it did work
 # correctly.
 modgraph48|mod|Modgraph w/48 lines, 
-       am, xenl, 
+       OTbs, OTpt, am, xenl, 
        cols#80, it#8, lines#48, vt#3, 
        cols#80, it#8, lines#48, vt#3, 
-       bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, cr=^M
-       csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
+       OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J
+       cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
        flash=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q, 
        home=\E[H, ht=^I, is2=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
        flash=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q, 
        home=\E[H, ht=^I, is2=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h, 
@@ -11699,7 +17852,7 @@ modgraph48|mod|Modgraph w/48 lines,
 mt70|mt-70|Morrow MD-70; native Morrow mode, 
        am, mir, msgr, xon, 
        cols#80, it#8, lines#24, 
 mt70|mt-70|Morrow MD-70; native Morrow mode, 
        am, mir, msgr, xon, 
        cols#80, it#8, lines#24, 
-       acsc=+z\,{.yOi-x`|jGkFlEmDnHtLuKvNwMxIqJ, bel=^G, 
+       acsc=+z\,{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI, bel=^G, 
        cbt=\EI, civis=\E"0, clear=^Z, cnorm=\E"2, cr=^M, cub1=^H, 
        cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1>, 
        cuu1=^K, dch1=\EW, dim=\EG2, dl1=\ER, ed=\EY, el=\ET$<10>, 
        cbt=\EI, civis=\E"0, clear=^Z, cnorm=\E"2, cr=^M, cub1=^H, 
        cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1>, 
        cuu1=^K, dch1=\EW, dim=\EG2, dl1=\ER, ed=\EY, el=\ET$<10>, 
@@ -11711,9 +17864,8 @@ mt70|mt-70|Morrow MD-70; native Morrow mode,
        kf17=^Af\r, kf18=^Ag\r, kf19=^Ah\r, kf2=^AA\r, kf20=^Ai\r, 
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khlp=^AO\r, khome=^AN\r, nel=^_, 
        kf17=^Af\r, kf18=^Ag\r, kf19=^Ah\r, kf2=^AA\r, kf20=^Ai\r, 
        kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
        kf8=^AG\r, kf9=^AH\r, khlp=^AO\r, khome=^AN\r, nel=^_, 
-       rmacs=\E%, rmcup=, smacs=\E$, smcup=\E"2\EG0\E], smul=\EG1, 
-       tbc=\E0, 
-       use=adm+sgr, 
+       rmacs=\E%%, rmcup=, smacs=\E$, smcup=\E"2\EG0\E], 
+       smul=\EG1, tbc=\E0, use=adm+sgr, 
 
 #### Motorola
 #
 
 #### Motorola
 #
@@ -11721,8 +17873,8 @@ mt70|mt-70|Morrow MD-70; native Morrow mode,
 # Motorola EXORterm 155        from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
 # (Seth H Zirin)
 ex155|Motorola Exorterm 155, 
 # Motorola EXORterm 155        from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
 # (Seth H Zirin)
 ex155|Motorola Exorterm 155, 
-       am, bw, 
-       cols#80, lines#24, 
+       OTbs, am, bw, 
+       OTkn#5, OTug#1, cols#80, lines#24, 
        cbt=\E[, clear=\EX, cud1=\EB, cuf1=\ED, 
        cup=\EE%p1%{32}%+%c%p2%{32}%+%c, ed=\ET, el=\EU, 
        home=\E@, ht=\EZ, kbs=^H, kcbt=\E[, kclr=\EX, kcub1=^H, 
        cbt=\E[, clear=\EX, cud1=\EB, cuf1=\ED, 
        cup=\EE%p1%{32}%+%c%p2%{32}%+%c, ed=\ET, el=\EU, 
        home=\E@, ht=\EZ, kbs=^H, kcbt=\E[, kclr=\EX, kcub1=^H, 
@@ -11734,7 +17886,7 @@ ex155|Motorola Exorterm 155,
 # This company is still around in 1995, manufacturing point-of-sale systems.
 
 omron|Omron 8025AG, 
 # This company is still around in 1995, manufacturing point-of-sale systems.
 
 omron|Omron 8025AG, 
-       am, da, db, 
+       OTbs, am, da, db, 
        cols#80, lines#24, 
        bel=^G, clear=\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cuu1=\EA, 
        cvvis=\EN, dch1=\EP, dl1=\EM, ed=\ER, el=\EK, home=\EH, 
        cols#80, lines#24, 
        bel=^G, clear=\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cuu1=\EA, 
        cvvis=\EN, dch1=\EP, dl1=\EM, ed=\ER, el=\EK, home=\EH, 
@@ -11757,9 +17909,9 @@ omron|Omron 8025AG,
 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
 # Note that the Control-E key is useless on this brain-damaged terminal.  No
 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
 # Note that the Control-E key is useless on this brain-damaged terminal.  No
 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
-rt6221|Ramtek 6221, 80x24, 
-       msgr, xon, 
-       cols#80, it#8, lines#24, vt#3, 
+rt6221|Ramtek 6221 80x24, 
+       OTbs, OTpt, msgr, xon, 
+       OTkn#4, cols#80, it#8, lines#24, vt#3, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[>5l, 
        clear=\E[1;1H\E[J, cnorm=\E[>5h\E[>9h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[>5l, 
        clear=\E[1;1H\E[J, cnorm=\E[>5h\E[>9h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
@@ -11775,7 +17927,7 @@ rt6221|Ramtek 6221, 80x24,
        sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E=, smso=\E[7m, 
        smul=\E[4m, tbc=\E[3g, 
 # [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
        sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E=, smso=\E[7m, 
        smul=\E[4m, tbc=\E[3g, 
 # [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
-rt6221-w|Ramtek 6221, 160x48, 
+rt6221-w|Ramtek 6221 160x48, 
        cols#160, lines#48, 
        ll=\E[48;1H, use=rt6221, 
 
        cols#160, lines#48, 
        ll=\E[48;1H, use=rt6221, 
 
@@ -11784,6 +17936,7 @@ rt6221-w|Ramtek 6221, 160x48,
 
 # RCA VP3301 or VP3501
 rca|rca vp3301/vp3501, 
 
 # RCA VP3301 or VP3501
 rca|rca vp3301/vp3501, 
+       OTbs, 
        cols#40, lines#24, 
        clear=^L, cuf1=^U, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=^K, home=^Z, rmso=\E\ES0, smso=\E\ES1, 
        cols#40, lines#24, 
        clear=^L, cuf1=^U, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=^K, home=^Z, rmso=\E\ES0, smso=\E\ES1, 
@@ -11805,8 +17958,8 @@ rca|rca vp3301/vp3501,
 # to enable DC3/DC1 flow control!
 # I commented out the scrolling capabilities since they are too slow.
 hirez100|Selanar HiREZ-100, 
 # to enable DC3/DC1 flow control!
 # I commented out the scrolling capabilities since they are too slow.
 hirez100|Selanar HiREZ-100, 
-       mir, msgr, xon, 
-       cols#80, it#8, lines#48, vt#3, 
+       OTbs, OTpt, mir, msgr, xon, 
+       OTkn#4, cols#80, it#8, lines#48, vt#3, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
        cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        acsc=, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
        cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
@@ -11860,10 +18013,9 @@ vsc|Signetics Vsc Video driver by RMC,
 # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
 soroc120|iq120|soroc|soroc iq120, 
        clear=\E*$<2>, cud1=^J, ed=\EY, el=\ET, kcub1=^H, kcud1=^J, 
 # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
 soroc120|iq120|soroc|soroc iq120, 
        clear=\E*$<2>, cud1=^J, ed=\EY, el=\ET, kcub1=^H, kcud1=^J, 
-       kcuf1=^L, kcuu1=^K, 
-       use=adm3a, 
+       kcuf1=^L, kcuu1=^K, use=adm3a, 
 soroc140|iq140|soroc iq140, 
 soroc140|iq140|soroc iq140, 
-       am, mir, 
+       OTbs, am, mir, 
        cols#80, lines#24, 
        bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\Ew, 
        cols#80, lines#24, 
        bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\Ew, 
@@ -11954,19 +18106,17 @@ synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal,
 # compatible but looks more vt100-like.
 tab132|tab|tab132-15|tab 132/15, 
        da, db, 
 # compatible but looks more vt100-like.
 tab132|tab|tab132-15|tab 132/15, 
        da, db, 
-       cols#80, lines#24, lm#96, 
+       OTdN@, cols#80, lines#24, lm#96, 
        cud1=^J, cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dl1=\E[M, 
        il1=\E[L, is2=\E[?7h\E[?3l\E[?5l, kcub1=\E[D, kcud1=\E[B, 
        cud1=^J, cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dl1=\E[M, 
        il1=\E[L, is2=\E[?7h\E[?3l\E[?5l, kcub1=\E[D, kcud1=\E[B, 
-       kcuu1=\E[A, rmir=\E[4l, rmkx@, smir=\E[4h, smkx@, 
-       use=vt100, 
+       kcuu1=\E[A, rmir=\E[4l, rmkx@, smir=\E[4h, smkx@, use=vt100, 
 tab132-w|tab132 in wide mode, 
        cols#132, 
        is2=\E[?7h\E[?3h\E[?5l, use=tab132, 
 tab132-rv|tab132 in reverse-video mode, 
        is2=\E[?7h\E[?3l\E[?5h, use=tab132, 
 tab132-w-rv|tab132 in reverse-video/wide mode, 
 tab132-w|tab132 in wide mode, 
        cols#132, 
        is2=\E[?7h\E[?3h\E[?5l, use=tab132, 
 tab132-rv|tab132 in reverse-video mode, 
        is2=\E[?7h\E[?3l\E[?5h, use=tab132, 
 tab132-w-rv|tab132 in reverse-video/wide mode, 
-       is2=\E[?7h\E[?3h\E[?5h, 
-       use=tab132-w, 
+       is2=\E[?7h\E[?3h\E[?5h, use=tab132-w, 
 
 
 #### Teleray
 
 
 #### Teleray
@@ -11988,15 +18138,17 @@ tab132-w-rv|tab132 in reverse-video/wide mode,
 #
 
 t3700|dumb teleray 3700, 
 #
 
 t3700|dumb teleray 3700, 
+       OTbs, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ind=^J, 
 t3800|teleray 3800 series, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ind=^J, 
 t3800|teleray 3800 series, 
+       OTbs, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, 
        home=\EH, ht=^I, ind=^J, ll=\EY7\s, 
 t1061|teleray|teleray 1061, 
        cols#80, it#8, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, 
        home=\EH, ht=^I, ind=^J, ll=\EY7\s, 
 t1061|teleray|teleray 1061, 
-       am, km, xhp, xt, 
+       OTbs, am, km, xhp, xt, 
        cols#80, it#8, lines#24, xmc#1, 
        bel=^G, clear=\014$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
        cols#80, it#8, lines#24, xmc#1, 
        bel=^G, clear=\014$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
@@ -12019,12 +18171,12 @@ t1061f|teleray 1061 with fast PROMs,
 # From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
 # (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
 t10|teleray 10 special, 
 # From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
 # (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
 t10|teleray 10 special, 
-       km, xhp, xt, 
+       OTbs, km, xhp, xt, 
        cols#80, it#8, lines#24, xmc#2, 
        clear=\Ej$<30/>, cub1=^H, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
        dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
        cols#80, it#8, lines#24, xmc#2, 
        clear=\Ej$<30/>, cub1=^H, cuf1=\EC, 
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
        dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
-       ind=\Eq, pad=\200, ri=\Ep, rmso=\ER@, rmul=\ER@, smso=\ERD, 
+       ind=\Eq, pad=\0, ri=\Ep, rmso=\ER@, rmul=\ER@, smso=\ERD, 
        smul=\ERH, 
 # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
 # back/forth words. Put the function keys (f1-f10) where they can be
        smul=\ERH, 
 # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
 # back/forth words. Put the function keys (f1-f10) where they can be
@@ -12050,7 +18202,7 @@ t16|teleray 16,
 # printer.  It was portable, equipped with an acoustic coupler, and pretty
 # neat for its day.
 ti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800, 
 # printer.  It was portable, equipped with an acoustic coupler, and pretty
 # neat for its day.
 ti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800, 
-       hc, os, 
+       OTbs, hc, os, 
        cols#80, 
        bel=^G, cr=\r$<162>, cub1=^H, cud1=^J, ind=^J, 
 
        cols#80, 
        bel=^G, cr=\r$<162>, cub1=^H, cud1=^J, ind=^J, 
 
@@ -12072,7 +18224,8 @@ ti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL,
        kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
        kf9=\E[26~, khome=\E[H, kich1=\E[@, knp=\E[S, kpp=\E[T, 
        kprt=^X, prot=\E&, rmacs=\017$<2>, rs2=\E[!p, 
        kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
        kf9=\E[26~, khome=\E[H, kich1=\E[@, knp=\E[S, kpp=\E[T, 
        kprt=^X, prot=\E&, rmacs=\017$<2>, rs2=\E[!p, 
-       smacs=\016$<2>, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, use=vt220, 
+       smacs=\016$<2>, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
+       use=vt220, 
 #
 # Texas Instruments 916 VDT 8 bit control mode
 #
 #
 # Texas Instruments 916 VDT 8 bit control mode
 #
@@ -12082,8 +18235,7 @@ ti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL,
        kf10=\23328~, kf11=\23329~, kf12=\23331~, kf2=\23318~, 
        kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, 
        kf7=\23324~, kf8=\23325~, kf9=\23326~, khome=\233H, 
        kf10=\23328~, kf11=\23329~, kf12=\23331~, kf2=\23318~, 
        kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, 
        kf7=\23324~, kf8=\23325~, kf9=\23326~, khome=\233H, 
-       kich1=\233@, knp=\233S, kpp=\233T, kprt=^X, 
-       use=ti916, 
+       kich1=\233@, knp=\233S, kpp=\233T, kprt=^X, use=ti916, 
 #
 # Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
 #
 #
 # Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
 #
@@ -12092,10 +18244,10 @@ ti916-132|Texas Instruments 916 VDT vt220 132 column,
 #
 # Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
 #
 #
 # Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
 #
-ti916-8-132|Texas Instruments 916 VDT vt220 132 column, 
+ti916-8-132|Texas Instruments 916 VDT 8-bit vt220 132 column, 
        cols#132, use=ti916-8, 
 ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL, 
        cols#132, use=ti916-8, 
 ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL, 
-       am, xon, 
+       OTbs, am, xon, 
        cols#80, it#8, lines#24, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
        clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, 
        cols#80, it#8, lines#24, 
        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
        clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, 
@@ -12128,7 +18280,7 @@ ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode,
 ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode, 
        cols#132, use=ti924-8, 
 ti931|Texas Instruments 931 VDT, 
 ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode, 
        cols#132, use=ti924-8, 
 ti931|Texas Instruments 931 VDT, 
-       am, xon, 
+       OTbs, am, xon, 
        cols#80, lines#24, 
        bel=^G, blink=\E4P, clear=\EL, cnorm=\E4@, cr=^M, cub1=\ED, 
        cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
        cols#80, lines#24, 
        bel=^G, blink=\E4P, clear=\EL, cnorm=\E4@, cr=^M, cub1=\ED, 
        cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
@@ -12140,12 +18292,10 @@ ti931|Texas Instruments 931 VDT,
        kich1=\EP, kil1=\EN, rev=\E4B, ri=\Eb, rmso=\E4@, rmul=\E4@, 
        sgr0=\E4@, smso=\E4A, smul=\E4D, 
 ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL, 
        kich1=\EP, kil1=\EN, rev=\E4B, ri=\Eb, rmso=\E4@, rmul=\E4@, 
        sgr0=\E4@, smso=\E4A, smul=\E4D, 
 ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL, 
-       csr@, ind=\E[1S, ri=\E[1T, 
-       use=ti924, 
+       csr@, ind=\E[1S, ri=\E[1T, use=ti924, 
 # (ti926-8: I corrected this from the broken SCO entry -- esr)
 ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL, 
 # (ti926-8: I corrected this from the broken SCO entry -- esr)
 ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL, 
-       csr@, ind=\2331S, ri=\2331T, 
-       use=ti924-8, 
+       csr@, ind=\2331S, ri=\2331T, use=ti924-8, 
 ti_ansi|basic entry for ti928, 
        am, bce, eo, xenl, xon, 
        colors#8, cols#80, it#8, lines#25, pairs#64, 
 ti_ansi|basic entry for ti928, 
        am, bce, eo, xenl, xon, 
        colors#8, cols#80, it#8, lines#25, pairs#64, 
@@ -12168,8 +18318,7 @@ ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL,
        kf10=\E[28~, kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, 
        kf15=\E[34~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, 
        kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, 
        kf10=\E[28~, kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, 
        kf15=\E[34~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, 
        kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, 
-       kich1=\E[@, knp=\E[S, kpp=\E[T, kprt=\E[35~, 
-       use=ti_ansi, 
+       kich1=\E[@, knp=\E[S, kpp=\E[T, kprt=\E[35~, use=ti_ansi, 
 #
 #       928 VDT 8 bit control mode
 #
 #
 #       928 VDT 8 bit control mode
 #
@@ -12179,8 +18328,7 @@ ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL,
        kf15=\23334~, kf2=\23318~, kf3=\23319~, kf4=\23320~, 
        kf5=\23321~, kf6=\23323~, kf7=\23324~, kf8=\23325~, 
        kf9=\23326~, khome=\233H, kich1=\233@, knp=\233S, 
        kf15=\23334~, kf2=\23318~, kf3=\23319~, kf4=\23320~, 
        kf5=\23321~, kf6=\23323~, kf7=\23324~, kf8=\23325~, 
        kf9=\23326~, khome=\233H, kich1=\233@, knp=\233S, 
-       kpp=\233T, kprt=\23335~, 
-       use=ti_ansi, 
+       kpp=\233T, kprt=\23335~, use=ti_ansi, 
 
 #### Zentec (zen)
 #
 
 #### Zentec (zen)
 #
@@ -12190,31 +18338,29 @@ ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL,
 # dim-reverse using ADM12-style attributes. ADM12 <smul>/<rmul> and
 # <invis> might work-- esr)
 zen30|z30|zentec 30, 
 # dim-reverse using ADM12-style attributes. ADM12 <smul>/<rmul> and
 # <invis> might work-- esr)
 zen30|z30|zentec 30, 
-       am, mir, ul, 
+       OTbs, am, mir, ul, 
        cols#80, lines#24, 
        bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dim=\EG2, dl1=\ER$<1.5*>, ed=\EY, el=\ET$<1.0*>, home=^^, 
        il1=\EE$<1.5*>, ind=^J, rmir=\Er, rmul@, smir=\Eq, smso=\EG6, 
        cols#80, lines#24, 
        bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
        dim=\EG2, dl1=\ER$<1.5*>, ed=\EY, el=\ET$<1.0*>, home=^^, 
        il1=\EE$<1.5*>, ind=^J, rmir=\Er, rmul@, smir=\Eq, smso=\EG6, 
-       smul@, 
-       use=adm+sgr, 
+       smul@, use=adm+sgr, 
 # (zen50: this had extension capabilities
 #      :BS=^U:CL=^V:CR=^B:
 # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
 # which were also in the original entry -- esr)
 # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
 zen50|z50|zentec zephyr, 
 # (zen50: this had extension capabilities
 #      :BS=^U:CL=^V:CR=^B:
 # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
 # which were also in the original entry -- esr)
 # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
 zen50|z50|zentec zephyr, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, xmc#1, 
        clear=\E+, cub1=^H, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ich1=\EQ, il1=\EE, 
        invis@, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
        cols#80, lines#24, xmc#1, 
        clear=\E+, cub1=^H, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
        cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ich1=\EQ, il1=\EE, 
        invis@, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
-       rmul@, smul@, 
-       use=adm+sgr, 
+       rmul@, smul@, use=adm+sgr, 
 
 # CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
 cci|cci1|z8001|zen8001|CCI Custom Zentec 8001, 
 
 # CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
 cci|cci1|z8001|zen8001|CCI Custom Zentec 8001, 
-       am, bw, 
+       OTbs, am, bw, 
        cols#80, lines#24, 
        blink=\EM", clear=\EH\EJ, cnorm=\EP, 
        csr=\ER%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^J, 
        cols#80, lines#24, 
        blink=\EM", clear=\EH\EJ, cnorm=\EP, 
        csr=\ER%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^J, 
@@ -12236,7 +18382,7 @@ cci|cci1|z8001|zen8001|CCI Custom Zentec 8001,
 
 # From: Gary Darland <goodmanc@garnet.berkeley.edu>
 apollo|apollo console, 
 
 # From: Gary Darland <goodmanc@garnet.berkeley.edu>
 apollo|apollo console, 
-       am, mir, 
+       OTbs, am, mir, 
        cols#88, lines#53, 
        clear=^L, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EM%p1%{32}%+%c%p2%d), cuu1=\EA, dch1=\EP, dl1=\EL, 
        cols#88, lines#53, 
        clear=^L, cub1=^H, cud1=\EB, cuf1=\EC, 
        cup=\EM%p1%{32}%+%c%p2%d), cuu1=\EA, dch1=\EP, dl1=\EL, 
@@ -12263,22 +18409,24 @@ apollo_color|apollo color display,
 
 # Convergent AWS workstation from Gould/SEL UTX/32 via BRL
 # (aws: removed unknown :dn=^K: -- esr)
 
 # Convergent AWS workstation from Gould/SEL UTX/32 via BRL
 # (aws: removed unknown :dn=^K: -- esr)
-aws|Convergent Technologies AWS workstation under UTX,Xenix, 
+aws|Convergent Technologies AWS workstation under UTX and Xenix, 
        am, 
        am, 
-       cols#80, lines#28, xmc#0, 
-       acsc=, clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, 
-       cuu1=^A, dch1=\EDC, dl1=\EDL, ed=\EEF, el=\EEL, hpa=\EH%p1%c, 
+       OTug#0, cols#80, lines#28, xmc#0, 
+       OTbc=^H, OTma=\016h\013j\001k\022l\002m, OTnl=^J, acsc=, 
+       clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A, 
+       dch1=\EDC, dl1=\EDL, ed=\EEF, el=\EEL, hpa=\EH%p1%c, 
        ich1=\EIC, il1=\EIL, ind=\ESU, kbs=^H, kcub1=^N, kcud1=^K, 
        kcuf1=^R, kcuu1=^A, ri=\ESD, rmacs=\EAAF, rmso=\EARF, 
        rmul=\EAUF, smacs=\EAAN, smso=\EARN, smul=\EAUN, 
        vpa=\EV%p1%c, 
 awsc|Convergent Technologies AWS workstation under CTOS, 
        am, 
        ich1=\EIC, il1=\EIL, ind=\ESU, kbs=^H, kcub1=^N, kcud1=^K, 
        kcuf1=^R, kcuu1=^A, ri=\ESD, rmacs=\EAAF, rmso=\EARF, 
        rmul=\EAUF, smacs=\EAAN, smso=\EARN, smul=\EAUN, 
        vpa=\EV%p1%c, 
 awsc|Convergent Technologies AWS workstation under CTOS, 
        am, 
-       cols#80, lines#24, xmc#0, 
-       acsc=, clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, 
-       cuu1=^A, ed=\EEF, el=\EEL, kbs=^H, kcub1=^N, kcud1=^K, 
-       kcuf1=^R, kcuu1=^A, rmacs=\EAAF, rmso=\EAA, rmul=\EAA, 
-       smacs=\EAAN, smso=\EAE, smul=\EAC, 
+       OTug#0, cols#80, lines#24, xmc#0, 
+       OTbc=^N, OTma=\016h\013j\001k\022l\002m, acsc=, clear=^L, 
+       cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A, ed=\EEF, 
+       el=\EEL, kbs=^H, kcub1=^N, kcud1=^K, kcuf1=^R, kcuu1=^A, 
+       rmacs=\EAAF, rmso=\EAA, rmul=\EAA, smacs=\EAAN, smso=\EAE, 
+       smul=\EAC, 
 
 #### DEC consoles
 #
 
 #### DEC consoles
 #
@@ -12292,7 +18440,7 @@ awsc|Convergent Technologies AWS workstation under CTOS,
 # within it.  And that is what your termcap entry is for.  In graphics
 # mode the screen size is 1024x864 pixels.
 qdss|qdcons|qdss glass tty, 
 # within it.  And that is what your termcap entry is for.  In graphics
 # mode the screen size is 1024x864 pixels.
 qdss|qdcons|qdss glass tty, 
-       am, 
+       OTbs, am, 
        cols#128, lines#57, 
        clear=\032$<1/>, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%c%p2%c, cuu1=^K, 
        cols#128, lines#57, 
        clear=\032$<1/>, cub1=^H, cud1=^J, cuf1=^L, 
        cup=\E=%p1%c%p2%c, cuu1=^K, 
@@ -12321,9 +18469,9 @@ qdss|qdcons|qdss glass tty,
 # "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
 # names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
 fos|fortune|Fortune system, 
 # "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
 # names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
 fos|fortune|Fortune system, 
-       am, bw, 
+       OTbs, am, bw, 
        cols#80, lines#25, 
        cols#80, lines#25, 
-       acsc=l m"k(j*v%w#q&x-, bel=^G, blink=\EN, civis=\E], 
+       acsc=j*k(l m"q&v%w#x-, bel=^G, blink=\EN, civis=\E], 
        clear=\014$<20>, cnorm=\E\\, cr=^M, cub1=^H, cud1=\n$<3>, 
        cup=\034C%p1%{32}%+%c%p2%{32}%+%c, cuu1=\013$<3>, 
        cvvis=\E\:, dch1=\034W$<5>, dl1=\034R$<15>, 
        clear=\014$<20>, cnorm=\E\\, cr=^M, cub1=^H, cud1=\n$<3>, 
        cup=\034C%p1%{32}%+%c%p2%{32}%+%c, cuu1=\013$<3>, 
        cvvis=\E\:, dch1=\034W$<5>, dl1=\034R$<15>, 
@@ -12345,7 +18493,7 @@ fos|fortune|Fortune system,
 
 # (masscomp: ":MT:" changed to ":km:";  -- esr)
 masscomp|masscomp workstation console, 
 
 # (masscomp: ":MT:" changed to ":km:";  -- esr)
 masscomp|masscomp workstation console, 
-       km, mir, 
+       OTbs, km, mir, 
        cols#80, it#8, lines#24, 
        clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
        cols#80, it#8, lines#24, 
        clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
@@ -12374,7 +18522,7 @@ masscomp2|masscomp large screen version 2,
 # respectively, to be able to restore them when color changes
 # (because any color change turns off ALL attributes)
 # 3. <bold> and <rev> sequences alternate modes,
 # respectively, to be able to restore them when color changes
 # (because any color change turns off ALL attributes)
 # 3. <bold> and <rev> sequences alternate modes,
-# rather then simply  entering them.  Thus we have to check the
+# rather than simply  entering them.  Thus we have to check the
 # static register B and H to determine the status, before sending the 
 # escape sequence.
 # 4. <sgr0> now must set the status of all 3 register (A,B,H) to zero
 # static register B and H to determine the status, before sending the 
 # escape sequence.
 # 4. <sgr0> now must set the status of all 3 register (A,B,H) to zero
@@ -12406,11 +18554,11 @@ ctrm|C terminal emulator,
        kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1=\Ep\r, 
        kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, 
        kf7=\Ev\r, kf8=\Ew\r, khome=\Ep\r, 
        kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1=\Ep\r, 
        kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, 
        kf7=\Ev\r, kf8=\Ew\r, khome=\Ep\r, 
-       op=\E&bn\E&bB\E&bG\E&bR\n%{0}%PX%{0}%PY%{0}%PZ\n%{1}%PW%{1}%PV%{1}%PU, 
+       op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU, 
        rev=%?%gB%{0}%=%t\E&dB%{1}%PB%;, rmir=\ER, rmkx=\E&jA, 
        rev=%?%gB%{0}%=%t\E&dB%{1}%PB%;, rmir=\ER, rmkx=\E&jA, 
-       setb=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gU%t\E&bR%;\n%?%gV%t\E&bG%;\n%?%gW%t\E&bB%;\n\n%?%p1%{1}%&%t\E&bb%{1}%e%{0}%;%PZ\n%?%p1%{2}%&%t\E&bg%{1}%e%{0}%;%PY\n%?%p1%{4}%&%t\E&br%{1}%e%{0}%;%PX, 
-       setf=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gX%t\E&br%;\n%?%gY%t\E&bg%;\n%?%gZ%t\E&bb%;\n\n%?%p1%{1}%&%t\E&bB%{1}%e%{0}%;%PW\n%?%p1%{2}%&%t\E&bG%{1}%e%{0}%;%PV\n%?%p1%{4}%&%t\E&bR%{1}%e%{0}%;%PU, 
-       sgr=\E&d@%{0}%PA%{0}%PB%{0}%PD%{0}%PH\n%?%p1%p3%p5%|%|%t\E&dB%{1}%PB%;\n%?%p4%t\E&dA%{1}%PA%;\n%?%p6%t\E&dH%{1}%PH%;\n%?%p2%t\E&dD%;, 
+       setb=\E&bn%?%gA%t\E&dA%;%?%gB%t\E&dB%;%?%gH%t\E&dH%;%?%gU%t\E&bR%;%?%gV%t\E&bG%;%?%gW%t\E&bB%;%?%p1%{1}%&%t\E&bb%{1}%e%{0}%;%PZ%?%p1%{2}%&%t\E&bg%{1}%e%{0}%;%PY%?%p1%{4}%&%t\E&br%{1}%e%{0}%;%PX, 
+       setf=\E&bn%?%gA%t\E&dA%;%?%gB%t\E&dB%;%?%gH%t\E&dH%;%?%gX%t\E&br%;%?%gY%t\E&bg%;%?%gZ%t\E&bb%;%?%p1%{1}%&%t\E&bB%{1}%e%{0}%;%PW%?%p1%{2}%&%t\E&bG%{1}%e%{0}%;%PV%?%p1%{4}%&%t\E&bR%{1}%e%{0}%;%PU, 
+       sgr=\E&d@%{0}%PA%{0}%PB%{0}%PD%{0}%PH%?%p1%p3%p5%|%|%t\E&dB%{1}%PB%;%?%p4%t\E&dA%{1}%PA%;%?%p6%t\E&dH%{1}%PH%;%?%p2%t\E&dD%;, 
        sgr0=\E&d@%{0}%PA%{0}%PB%{0}%PH, smir=\EQ, smkx=\E&jB, 
        smso=\E&dD, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
 
        sgr0=\E&d@%{0}%PA%{0}%PB%{0}%PH, smir=\EQ, smkx=\E&jB, 
        smso=\E&dD, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
 
@@ -12421,7 +18569,7 @@ ctrm|C terminal emulator,
 gs6300|emots|AT&T PC6300 with EMOTS terminal emulator, 
        am, bce, msgr, xon, 
        colors#8, cols#80, it#8, lines#24, pairs#63, 
 gs6300|emots|AT&T PC6300 with EMOTS terminal emulator, 
        am, bce, msgr, xon, 
        colors#8, cols#80, it#8, lines#24, pairs#63, 
-       acsc=\,\,..--++``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       acsc=++\,\,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
        bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
        cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
@@ -12433,7 +18581,7 @@ gs6300|emots|AT&T PC6300 with EMOTS terminal emulator,
        kf4=\E[23s, kf5=\E[2s, kf6=\E[22s, kf7=\E[3s, kf8=\E[21s, 
        khome=\E[H, mc4=\E[4i, mc5=\E[5i, op=\E[?;m, rev=\E[7m, 
        ri=\E[L, rmacs=\E[10m, rs1=\Ec, setb=\E[?;%p1%dm, 
        kf4=\E[23s, kf5=\E[2s, kf6=\E[22s, kf7=\E[3s, kf8=\E[21s, 
        khome=\E[H, mc4=\E[4i, mc5=\E[5i, op=\E[?;m, rev=\E[7m, 
        ri=\E[L, rmacs=\E[10m, rs1=\Ec, setb=\E[?;%p1%dm, 
-       setf=\E[?%?%p1%{0}%=%t0\n%e%p1%{1}%=%t2\n%e%p1%{1}%-%d%;m, 
+       setf=\E[?%?%p1%{0}%=%t0%e%p1%{1}%=%t2%e%p1%{1}%-%d%;m, 
        sgr0=\E[m\E[10m, smacs=\E[11m, smso=\E[1m, smul=\E[4m, 
 
 # From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
        sgr0=\E[m\E[10m, smacs=\E[11m, smso=\E[1m, smul=\E[4m, 
 
 # From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
@@ -12467,26 +18615,21 @@ versaterm|versaterm vt100 emulator for the macintosh,
 
 # From: Rick Thomas <ihnp4!btlunix!rbt>
 # (xtalk: I added <rmam>/<smam> based on the init string.
 
 # From: Rick Thomas <ihnp4!btlunix!rbt>
 # (xtalk: I added <rmam>/<smam> based on the init string.
-# I also removed <xmc#1> and the trailing \s characters from the highlight
-# changers, I don't believe these on a VT100-emulating PC display -- esr)
 xtalk|IBM PC with xtalk communication program (versions up to 3.4), 
        am, mir, msgr, xon, 
 xtalk|IBM PC with xtalk communication program (versions up to 3.4), 
        am, mir, msgr, xon, 
-       cols#80, it#8, lines#24, vt#3, 
+       cols#80, it#8, lines#24, vt#3, xmc#1, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, clear=\E[H\E[J$<50>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
        cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
        cuu1=\E[A$<2>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>, 
        el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, clear=\E[H\E[J$<50>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
        cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
        cuu1=\E[A$<2>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>, 
        el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, 
-       il1=\E[L$<99>, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
-       kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
-       kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, 
-       kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, 
-       kf8=\EOl, kf9=\EOw, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
-       rmkx=\E[?1l\E>, rmso=\E[m, 
+       il1=\E[L$<99>, ind=^J, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
+       kcuf1=\EOC, kcuu1=\EOA, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
+       rmkx=\E[?1l\E>, rmso=\E[m\s, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr0=\E[m, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr0=\E[m, 
-       smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m, 
-       tbc=\E[3g, 
+       smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m\s
+       tbc=\E[3g, use=vt100+fnkeys, 
 
 # The official PC terminal emulator program of the AT&T Product Centers.
 # Note - insert mode commented out - doesn't seem to work on AT&T PC.
 
 # The official PC terminal emulator program of the AT&T Product Centers.
 # Note - insert mode commented out - doesn't seem to work on AT&T PC.
@@ -12525,7 +18668,7 @@ diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin,
 diablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer, 
        use=diablo1640-lm, 
 # DTC 382 with VDU.  Has no <ed> so we fake it with <el>.  Standout
 diablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer, 
        use=diablo1640-lm, 
 # DTC 382 with VDU.  Has no <ed> so we fake it with <el>.  Standout
-# <smso=^P\s\002^PF> works but won't go away without dynamite <rmso=^P\s\200>.
+# <smso=^P\s\002^PF> works but won't go away without dynamite <rmso=^P\s\0>.
 # The terminal has tabs, but I'm getting tired of fighting the braindamage. 
 # If no tab is set or the terminal's in a bad mood, it glitches the screen
 # around all of memory.  Note that return puts a blank ("a return character")
 # The terminal has tabs, but I'm getting tired of fighting the braindamage. 
 # If no tab is set or the terminal's in a bad mood, it glitches the screen
 # around all of memory.  Note that return puts a blank ("a return character")
@@ -12544,7 +18687,7 @@ dtc382|DTC 382,
        cuf1=^PR, cup=\020\021%p2%c%p1%c, cuu1=^P^L, cvvis=^PB, 
        dch1=^X, dl1=^P^S, ed=\020\025\020\023\020\023, el=^P^U, 
        home=^P^R, il1=^P^Z, ind=^J, pad=\177, rmcup=, rmir=^Pi, 
        cuf1=^PR, cup=\020\021%p2%c%p1%c, cuu1=^P^L, cvvis=^PB, 
        dch1=^X, dl1=^P^S, ed=\020\025\020\023\020\023, el=^P^U, 
        home=^P^R, il1=^P^Z, ind=^J, pad=\177, rmcup=, rmir=^Pi, 
-       rmul=^P \200, smcup=\020\035$<20>, smir=^PI, smul=^P ^P, 
+       rmul=^P \0, smcup=\020\035$<20>, smir=^PI, smul=^P ^P, 
 dtc300s|DTC 300s, 
        hc, os, 
        cols#132, 
 dtc300s|DTC 300s, 
        hc, os, 
        cols#132, 
@@ -12596,11 +18739,11 @@ xerox1720|x1720|x1750|xerox 1720,
 # and a date on the serial-number plate) please send it!
 
 cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars, 
 # and a date on the serial-number plate) please send it!
 
 cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars, 
-       am, 
+       OTbs, am, 
        cols#73, lines#36, 
        clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, 
 cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars, 
        cols#73, lines#36, 
        clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, 
 cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars, 
-       am, 
+       OTbs, am, 
        cols#85, lines#39, 
        clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, kcub1=\E3, 
        kcud1=\E2, kcuf1=\E4, kcuu1=\E1, kf1=\E5, kf2=\E6, kf3=\E7, 
        cols#85, lines#39, 
        clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, kcub1=\E3, 
        kcud1=\E2, kcuf1=\E4, kcuu1=\E1, kf1=\E5, kf2=\E6, kf3=\E7, 
@@ -12626,7 +18769,7 @@ d132|datagraphix|datagraphix 132a,
 # mode (which is what this entry looks like) and several other lesser-known
 # emulations.
 d800|Direct 800/A, 
 # mode (which is what this entry looks like) and several other lesser-known
 # emulations.
 d800|Direct 800/A, 
-       am, da, db, msgr, xhp, 
+       OTbs, am, da, db, msgr, xhp, 
        cols#80, it#8, lines#24, 
        acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
        bel=^G, clear=\E[1;1H\E[2J, cnorm=\E[>12h, cr=^M, cub1=^H, 
        cols#80, it#8, lines#24, 
        acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
        bel=^G, clear=\E[1;1H\E[2J, cnorm=\E[>12h, cr=^M, cub1=^H, 
@@ -12637,6 +18780,7 @@ d800|Direct 800/A,
        ri=\EM, rmacs=\E[m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
        smacs=\E[1m, smso=\E[7m, smul=\E[4m, 
 digilog|digilog 333, 
        ri=\EM, rmacs=\E[m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
        smacs=\E[1m, smso=\E[7m, smul=\E[4m, 
 digilog|digilog 333, 
+       OTbs, 
        cols#80, lines#16, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cuu1=^O, el=^X, 
        home=^N, ind=^J, 
        cols#80, lines#16, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cuu1=^O, el=^X, 
        home=^N, ind=^J, 
@@ -12644,9 +18788,9 @@ digilog|digilog 333,
 dwk|dwk-vt|dwk terminal, 
        am, 
        cols#80, it#8, lines#24, 
 dwk|dwk-vt|dwk terminal, 
        am, 
        cols#80, it#8, lines#24, 
-       acsc=lJmFkCjXtEuPv\\wKqUxWnNo~s_`+a\:f'g#~_\\\,Q+\^.M-Sh#I#0\177
+       acsc=+\^\,Q-S.M0\177`+a\:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_
        bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
        bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
-       cup=\EY%p1%' '%+%c%p2%' '%+%c, cuu1=\EA, dch1=\EP, 
+       cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
        ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EQ, ind=^J, kbs=\177, 
        kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\Ee, 
        kf1=\Ef1, kf10=\Ef0, kf2=\Ef2, kf3=\Ef3, kf4=\Ef4, kf5=\Ef5, 
        ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EQ, ind=^J, kbs=\177, 
        kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\Ee, 
        kf1=\Ef1, kf10=\Ef0, kf2=\Ef2, kf3=\Ef3, kf4=\Ef4, kf5=\Ef5, 
@@ -12656,17 +18800,18 @@ dwk|dwk-vt|dwk terminal,
 env230|envision230|envision 230 graphics terminal, 
        xenl@, 
        mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
 env230|envision230|envision 230 graphics terminal, 
        xenl@, 
        mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
-       sgr=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, use=vt100, 
+       sgr=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>, 
+       use=vt100, 
 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
 # coupler attached, the whole rig fitting in a suitcase and more or less
 # portable.  Hot stuff for c.1977 :-) -- esr
 ep48|ep4080|execuport 4080, 
 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
 # coupler attached, the whole rig fitting in a suitcase and more or less
 # portable.  Hot stuff for c.1977 :-) -- esr
 ep48|ep4080|execuport 4080, 
-       am, os, 
+       OTbs, am, os, 
        cols#80, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, hd=^\, hu=^^, ind=^J, 
 ep40|ep4000|execuport 4000, 
        cols#136, use=ep4080, 
        cols#80, 
        bel=^G, cr=^M, cub1=^H, cud1=^J, hd=^\, hu=^^, ind=^J, 
 ep40|ep4000|execuport 4000, 
        cols#136, use=ep4080, 
-# Adam Thompson <thompson@xanth.magic.mb.ca> tells us:
+# Adam Thompson <athompso@pangea.ca> tells us:
 # Informer series - these are all portable units, resembling older
 # automatic bread-baking machines.  The terminal looks like a `clamshell'
 # design, but isn't.  The structure is similar to the Direct terminals,
 # Informer series - these are all portable units, resembling older
 # automatic bread-baking machines.  The terminal looks like a `clamshell'
 # design, but isn't.  The structure is similar to the Direct terminals,
@@ -12679,7 +18824,7 @@ ep40|ep4000|execuport 4000,
 # color terminals built for IBM bisync protocols.
 # From: Paul Leondis <unllab@amber.berkeley.edu>
 ifmr|Informer D304, 
 # color terminals built for IBM bisync protocols.
 # From: Paul Leondis <unllab@amber.berkeley.edu>
 ifmr|Informer D304, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        clear=\EZ, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\E\\, 
        cols#80, lines#24, 
        clear=\EZ, cub1=^H, cud1=^J, cuf1=\EC, 
        cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\E\\, 
@@ -12705,33 +18850,50 @@ opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys,
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
        mc0=\EP, mc4=^T, mc5=^R, nel=\r\n$<3>, 
        kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
        kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
        mc0=\EP, mc4=^T, mc5=^R, nel=\r\n$<3>, 
-       pfloc=\EZ2%p1%'?'%+%c%p2%s\177, 
-       pfx=\EZ1%p1%'?'%+%c%p2%s\177, 
-       pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
+       pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
+       pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
+       pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
        rmacs=\EH^C, rmam=\Ed., rmcup=, rmir=\Er, rmln=\EA11, 
        rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeF$<150>, 
        rs3=\EwG\Ee($<150>, 
        rmacs=\EH^C, rmam=\Ed., rmcup=, rmir=\Er, rmln=\EA11, 
        rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeF$<150>, 
        rs3=\EwG\Ee($<150>, 
-       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
+       sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;\EG%{48}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EH^B, smam=\Ed/, 
        smcup=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177, 
        smir=\Eq, smln=\EA10, smxon=\Ec21, tbc=\E0, tsl=\Ez(, 
        sgr0=\E(\EH\003\EG0\EcD, smacs=\EH^B, smam=\Ed/, 
        smcup=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177, 
        smir=\Eq, smln=\EA10, smxon=\Ec21, tbc=\E0, tsl=\Ez(, 
-       uc=\EG8%p1%c\EG0, 
-       use=adm+sgr, 
+       uc=\EG8\EG0, use=adm+sgr, 
 teletec|Teletec Datascreen, 
 teletec|Teletec Datascreen, 
-       am, 
+       OTbs, am, 
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^K, 
        home=^^, ind=^J, 
 # From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
        cols#80, lines#24, 
        bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^K, 
        home=^^, ind=^J, 
 # From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
-#              This termcap is for the LANPAR Technologies VISION 3220
-#      terminal.  The function key definitions k0-k5 represent the
-#      edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
-#      NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
-#      PF4 keys.
+# This description is for the LANPAR Technologies VISION 3220
+# terminal from 1984/85.  The function key definitions k0-k5 represent the
+# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
+# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
+#
+# Kenneth Randell <kenr@datametrics.com> writes on 31 Dec 1998:
+# I had a couple of scopes (3221) like this once where I used to work, around
+# the 1987 time frame if memory serves me correctly.  These scopes were made  
+# by an outfit called LANPAR Technologies, and were meant to me DEC VT 220
+# compatible.  The 3220 was a plain text terminal like the VT-220, the 3221
+# was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
+# was like the VT-241 (color with Regis + Sixel Graphics).  These terminals
+# (3221) cost about $1500 each, and one was always broken -- had to be sent
+# back to the shop for repairs.
+# The only real advantage these scopes had over the VT-240's were:
+# 1) They were faster in the Regis display, or at least the ones I did
+# 2) They had a handy debugging feature where you could split-screen the
+# scope, the graphics would appear on the top, and the REGIS commands would
+# appear on the bottom.  I don't remember the VT-240s being able to do that.
+# I would swear that LANPAR Technologies was in MA someplace, but since I
+# don't work at the same place anymore, and those terminals and manuals were
+# long since junked, I cannot be any more sure than that.
+#
 # (v3220: removed obsolete ":kn#10:",
 # I added <rmam>/<smam> based on the init string -- esr)
 v3220|LANPAR Vision II model 3220/3221/3222, 
 # (v3220: removed obsolete ":kn#10:",
 # I added <rmam>/<smam> based on the init string -- esr)
 v3220|LANPAR Vision II model 3220/3221/3222, 
-       am, mir, xenl, 
+       OTbs, am, mir, xenl, 
        cols#80, it#8, lines#24, 
        clear=\E[H\E[J, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
        cols#80, it#8, lines#24, 
        clear=\E[H\E[J, cub1=^H, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
@@ -12748,9 +18910,8 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 # are present; the symptom is doubled characters in an update using insert.
 # These applications are technically correct; in both 4.3BSD termcap and
 # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
 # are present; the symptom is doubled characters in an update using insert.
 # These applications are technically correct; in both 4.3BSD termcap and
 # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
-# unless the terminal needs both.  This requirement is now rare; most ich
-# sequences do not require previous smir, and most smir insert modes do not
-# require ich1 before each character.
+# unless the terminal needs both.  To my knowledge, no terminal still in this
+# file requires both other than the very obsolete dm2500.
 #
 # For ncurses-based applications this is not a problem, as ncurses uses
 # one or the other as appropriate but never mixes the two.  Therefore we
 #
 # For ncurses-based applications this is not a problem, as ncurses uses
 # one or the other as appropriate but never mixes the two.  Therefore we
@@ -13041,12 +19202,12 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 # (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
 # abbreviation.
 #
 # (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
 # abbreviation.
 #
-# (U) ECMA-48 calls this "Partial Line Backward" but retains the PLD
+# (U) ECMA-48 calls this "Partial Line Backward" but retains the PLU
 # abbreviation.
 #
 # (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
 #
 # abbreviation.
 #
 # (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
 #
-# (W) RM/SM modes are as follows: 1 = Guarder Area Transfer Mode (GATM), 
+# (W) RM/SM modes are as follows: 1 = Guarded Area Transfer Mode (GATM), 
 # 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM), 
 # 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
 # 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
 # 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM), 
 # 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
 # 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
@@ -13673,7 +19834,7 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 #        that it was messing up someone's 3270 emulator.
 #      * Added some longname fields in order to avoid warning messages from
 #        older tic implementations.
 #        that it was messing up someone's 3270 emulator.
 #      * Added some longname fields in order to avoid warning messages from
 #        older tic implementations.
-#      * According to ctrlseqs.ms, xterm has a full vt100 graphics set.  Use
+#      * According to ctlseqs.ms, xterm has a full vt100 graphics set.  Use
 #        it! (This gives us pi, greater than, less than, and a few more.)
 #      * Freeze for ncurses-1.9.6 release.
 # 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
 #        it! (This gives us pi, greater than, less than, and a few more.)
 #      * Freeze for ncurses-1.9.6 release.
 # 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
@@ -13894,18 +20055,435 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 #      * Back off the xterm entry to use r6 as a base.
 # 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
 #      * Added dec-vt220 at Adrian Garside's request.
 #      * Back off the xterm entry to use r6 as a base.
 # 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
 #      * Added dec-vt220 at Adrian Garside's request.
-#
-# 10.1.0 (Sun Dec 29 02:36:31 EST 1996):
+# 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
+#      * Replaced minitel-2 entry.
+#      * Added MGR, ansi-nt.
 #      * Minor corrections to xterm entries.
 #      * Replaced EWAN telnet entry.
 #      * Dropped the reorder script generator.  It was a fossil.
 #      * Minor corrections to xterm entries.
 #      * Replaced EWAN telnet entry.
 #      * Dropped the reorder script generator.  It was a fossil.
-# 10.1.1 (Sat May  3 21:41:27 EDT 1997):
-#      * Use setaf/setab consistently with SVr4.
-#      * Remove ech, el1 from cons25w, they do not work in FreeBSD 2.1.5
+# 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
+#      * Thorsten Lockert added termcap `bs' to a lot of types, working from
+#        the 4.4BSD Lite2 file.
+# 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
+#      * Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
+#      * Updated iris-ansi; corrected vt102-w.
+#      * Switch base xterm entry to 3.3 level.
+# 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
+#      * Added basic4.
+#      * Removed rmir/smir from tv92B.
+#
+# 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
+#      * add hds200 description (Walter Skorski)
+#      * add beterm entry (Fred Fish)
+#      * add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
+#        iris-color entries.
+#      * add emx entries.
+#      * Replaced unixpc entry with Benjamin Sittler's corrected version.
+#      * Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
+#        versions.
+#      * remove sgr string from qnx based on report by Xiaodan Tang
+#      * Added u8/u9, removed rmul/smul from sun-il.
+#      * 4.2 tic displays \0 rather than \200.
+#      * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
+#        apparently based on cp-866).
+#      * Merged in Pavel Roskin's acsc for linux-koi8
+#      * Corrected some erroneous \\'s to \.
+#      * 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
+#      * II -> ii in pcvtXX, screen, xterm.
+#      * Removed \n chars following ANSI escapes in sgr & friends.
+#      * Updated Wyse entries.
+#      * h19 corrections from Tim Pierce.
+#      * Noted that the dm2500 has both ich and smir.
+#      * added pccons for the Alpha under OSF/1.
+#      * Added Sony NEWS workstation entries and cit101e-rv.
+#      * Reverted `amiga'; to Kent Polk's version, as I'm told
+#        the Verkuil entry messes up with Amiga Telnet.
+# 10.2.1 (Sun Mar  8 18:32:04 EST 1998):
+#      * Corrected attributions in 10.2.0 release notes.
+#      * Scanned the Shuford archive for new terminfos and information.
+#      * Removed sgr from qnx entry (Thomas Dickey).
+#      * Added entries for ICL and Kokusai Data Systems terminals.
+#      * Incorporated NCR terminfos from the Boundless Technology FTP site.
+#      * Incorporated att700 from the Boundless Technology FTP site.
+#      * Miscellaneous contact-address and Web-page updates.
+#
+# 1998/5/9
+#      * add nxterm and xterm-color terminfo description (request by Cristian
+#        Gafton <gafton@redhat.com>).
+#      * modify rxvt terminfo description to clear alternate screen before
+#        switching back to normal screen, for compatibility with applications
+#        which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
+#      * modify linux terminfo description to reset color palette (reported
+#        by Telford Tendys <telford@eng.uts.edu.au>).
+#
+# 1998/7/4
+#      * merge changes from current XFree86 xterm terminfo descriptions.
+#
+# 1998/7/25
+#      * Added minitel1 entries from Alexander Montaron.
+#      * Added qnxt2 from Federico Bianchi.
+#      * Added arm100 terminfo entries from Dave Millen.
+#
+# 1998/8/6
+#      * Added ncsa telnet entries from Francesco Potorti
+#
+# 1998/8/15
+#      * modify ncsa telnet entry to reflect color, other capabilities based on
+#        examination of the source code - T.Dickey.
+#
+# 1998/8/22
+#      * Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
+#
+# 1998/8/29
+#      * Added Francesco Potorti's tuned Wyse 99 entries.
+#      * dtterm enacs correction from Alexander V. Lukyanov.
+#      * Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
+#      * correct a typo in icl6404 entry.
+#      * add xtermm and xtermc
+#
+# 1998/9/26
+#      * format most %'char' sequences to %{number}
+#      * adapt IBM AIX 3.2.5 terminfo - T.Dickey
+#      * merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
+#
+# 1998/10/10
+#      * update xterm-xfree86 to current (patch 84), for is2/rs2 changes - TD
+#      * correct initialization string in xterm-r5, add misc other features
+#        to correspond with xterm patch 84 - TD
+#
+# 1998/12/19
+#      * update xterm-xfree86 to current (patch 90), smcur/rmcur changes - TD
+#      * add Mathew Vernon's mach console entries
+#      * corrections for ncsa function-keys (report by Larry Virden)
+#
+# 1998/12/19
+#      * change linux to use ncv#2, since underline does not work with color - TD
+#
+# 1999/1/9
+#      * add kbt to iris-ansi, document other shift/control functionkeys - TD
+#      * correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
+#        application modes, change kent to use the correct keypad code - TD
+#
+# 1999/1/10
+#      * add entry for Tera Term - TD
+#
+# 1999/1/23
+#      * minor improvements for teraterm entry - TD
+#      * rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
+#        and bsdos-bold to bsdos-pc (Jeffrey C Honig)
+#
+# 1999/2/20
+#      * resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
+#        xterm and ncsa entries by removing the unneeded ones.  Note that
+#        some entries will return kend & khome versus kslt and kfnd, for
+#        PC-style keyboards versus strict vt220 compatiblity - TD
+#
+# 1999/3/13
+#      * adjust xterm-xfree86 khome/kend to match default PC-style keyboard
+#        tables - TD
+#      * add 'crt' entry - TD
+#      * correct typos in 'linux-c' entry - TD
+#
+# 1999/3/14
+#      * update entries for BSD/OS console to use klone+sgr and klone+color
+#        (Jeffrey C Honig)
+#
+# 1999/3/27
+#      * adjust xterm-xfree86 miscellaneous keypad keys, as per patch #94 - TD.
+#
+# 1999/4/10
+#      * add linux-lat, from RedHat patches to ncurses 4.2
+#
+# 1999/4/17
+#      * add complete set of default function-key definitions for scoansi - TD.
+#
+# 1999/7/3
+#      * add cnorm, cvvis for Linux 2.2 kernels
+#
+# 1999/7/24
+#      * add kmous to xterm-r5 -TD
+#      * correct entries xterm+sl and xterm+sl-twm, which were missing the
+#        parent "use" clause -TD
+#
+# 1999/7/31
+#      * corrected cnorm, added el1 in 'screen' description -TD
+#
+# 1999/8/14
+#      * add ms-vt100 -TD
+#
+# 1999/8/21
+#      * corrections to beterm entry -TD
+#
+# 1999/8/28
+#      * add cygwin entry -TD
+#
+# 1999/9/4
+#      * minor corrections for beterm entry -TD
+#
+# 1999/9/18
+#      * add acsc string to HP 70092 terminfo entry -Joerg Wunsch
+#
+# 1999/9/25
+#      * add amiga-8bit entry
+#      * add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons,
+#        rcons-color, based on
+#        ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
+#      * add alias for iris-ansi-net
+#
+# 1999/10/2
+#      * corrected scoansi entry's acsc, some function keys, add color -TD
+#
+# 1999/10/23
+#      * add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
+#      * reorder ncsa entries to make ncsa-vt220 use the alternate function
+#        key mapping, leaving Potorti's entries more like he named them -TD
+#      * remove enter/exit am-mode from cygwin -TD
+#
+# 1999/10/30
+#      * correct typos in several entries (missing '[' from CSI):
+#        mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir
+#        strings for avt-ns -TD
+#      * add 'dim' to ncv mask for linux (report by Klaus Weide).
+#
+# 1999/11/27
+#      * correct kf1-kf4 in xterm-r6 which were vt100-style PF1-PF4 -TD
+#      * add hts to xterm-r6, and u6-u9 to xterm-r5 -TD
+#      * add xterm-88color and xterm-256color -TD
+#
+# 1999/12/4
+#      * add "obsolete" termcap strings -TD
+#      * add kvt and gnome entries -TD
+#
+# 1999/12/11
+#      * correct cup string for regent100 -TD
+#
+# 2000/1/1
+#      * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
+#      * add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp -TD
+#      * change OTrs capabilities to rs2 -TD
+#      * add obsolete and extended capabilities to 'screen' -TD
+#
+# 2000/1/5
+#      * remove kf0 from rxvt, vt520, vt525 and ibm5151 since it conflicts
+#        with kf10 -TD
+#      * updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove',
+#        and adding kcbt -TD
+#
+# 2000/1/12
+#      * remove incorrect khome/kend from xterm-xf86-v333, which was based on
+#        nonstandard resource settings -TD
+#
+# 2000/2/26
+#      * minor fixes for xterm-*, based on Debian #58530 -TD
+#
+# 2000/3/4
+#      * add several terminal types from esr's "11.0", as well as comments.
+#        bq300*, dku7102-old, dku7202, hft, lft, pcmw, pmcons, tws*, vip*,
+#        vt220-8bit, vt220-old, wy85-8bit
+#
+# 2000/3/18
+#      * add several terminal types from esr's "11.0.1" (ansi-*).
+#      * update OTxx capabilities for changes on 2000/3/4.
+#      * revert part of vt220 change (request by Todd C Miller for OpenBSD)
+#
+# 2000/3/26
+#      * move screen's AX extension to ecma+color, modify several entries to
+#        use that, adjusting ncv as needed -TD
 #
 #
-# The following sets edit modes for GNU EMACS
+# 2000/4/8
+#      * add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
+#      * correct spelling error in entry name: bq300-rv was given as bg300-rv
+#        in esr's version.
+#
+# 2000/4/15
+#      * add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD
+#      * correct color definition for ibm3164, make minor changes to other
+#        IBM terminal definitions based on recent terminfo descriptions -TD
+#
+# 2000/4/22
+#      * add mgterm, from NetBSD -TD
+#      * add alias sun-cgsix for sun-ss5 as per NetBSD
+#      * change cons25w to use rs2 for reset rather than rs1 -TD
+#      * add rc/sc to aixterm based on manpage -TD
+#
+# 2000/5/13
+#      * remove ncv from xterm-16color, xterm-256 color
+#
+# 2000/6/10
+#      * add kmous capability to linux to use Joerg Schoen's gpm patch.
+#
+# 2000/7/1
+#      * add Eterm (Michael Jennings)
+#
+# 2000-07-18
+#       * add amiga-vnc entry.
+#
+# 2000-08-12
+#      * correct description of Top Gun Telnet.
+#      * add kterm-color
+#
+# 2000-08-26
+#      * add qansi* entries from QNX ftp site.
+#
+# 2000-09-16
+#      * add Matrix Orbital entries by Eric Z. Ayers).
+#      * add xterm-basic, xterm-sco entries, update related entries to XFree86
+#        4.0.1c -TD
+#
+# 2000-09-17
+#      * add S0, E0 extensions to screen's entry -TD
+#
+# 2000-09-23
+#      * several corrections based on tic's new parameter-checking code -TD
+#      * modify xterm-r6 and similar rs2 sequences which had \E7...\E8
+#        bracketing sequences that reset video attributes (\E8 would restore
+#        them) -TD
+#
+# 2000-11-11
+#      * rename cygwin to cygwinB19, adapt newer entry from Earnie Boyd -TD
+#
+# 2000-12-16
+#      * improved scoansi, based on SCO man-page, and testing console,
+#        scoterm with tack -TD
+#
+# 2001-01-27
+#      * modify kterm to use acsc via SCS controls.
+#
+# 2001-02-10
+#      * screen 3.9.8 allows xterm mouse controls to pass-through
+#
+# 2001-03-11
+#      * remove spurious "%|" from some xterm entries.
+#
+# 2001-03-31
+#      * modify 'screen' khome/kend to match screen 3.09.08
+#      * add examples of 'screen' customization (screen.xterm-xfree86,
+#        screen.xterm-r6, screen.teraterm) -TD
+#
+# 2001-04-14
+#      * correct definitions of shifted editing keys for xterm-xfree86 -TD
+#      * add "Apple_Terminal" entries -Benjamin Sittler
+#      * remove time-delays from "Apple_Terminal" entries -TD
+#      * make sgr entries time-delays consistent with individual caps -TD
+#
+# 2001-05-05
+#      * corrected/updated screen.xterm-xfree86
+#
+# 2001-05-19
+#      * ELKS descriptions, from Federico Bianchi
+#      * add u6 (CSR) to Eterm (Michael Jennings).
+#
+# 2001-07-21
+#      * renamed "Apple_Terminal" entries to "nsterm" to work with Solaris's
+#        tic which handles names no longer than 14 characters.  Add
+#        corresponding descriptions for the Darwin PowerPC console named
+#        "xnuppc" -Benjamin Sittler
+#
+# 2001-09-01
+#      * change kbs in mach entries to ^? (Marcus Brinkmann).
+#
+# 2001-11-17
+#      * add "putty" entry -TD
+#      * updated "Apple_Terminal" entries -Benjamin Sittler
+#
+# 2001-11-24
+#      * add ms-vt100-color entry -TD
+#      * add "konsole" entries -TD
+#
+# 2001-12-08
+#      * update gnome entry to Redhat 7.2 -TD
+#
+# 2002-05-25
+#      * add kf13-kf48 strings to cons25w -TD
+#      * add pcvt25-color entry -TD
+#      * changed a few /usr/lib/tabset -> /usr/share/tabset.
+#      * improve some features of scoansi entry based on SCO's version -TD
+#      * add scoansi-new entry corresponding to OpenServer 5.0.6
+#
+# 2002-06-15
+#      * add kcbt to screen entry -TD
+#
+# 2002-06-22
+#      * add rxvt-16color, ibm+16color, mvterm entries -TD
+#
+# 2002-09-28
+#      * split out linux-basic entry, making linux-c inherit from that, and
+#        in turn linux (with cnorm, etc) inherit from linux-c-nc to reflect
+#        the history of this console type -TD
+#      * scaled the linux-c terminfo entry to match linux-c-nc, i.e., the
+#        r/g/b parameters of initc are in the range 0 to 1000 -TD
+#
+# 2002-10-05
+#      * minor fix for scale-factor of linux-c and linux-c-nc -TD
+#
+# 2002-11-09
+#      * split-out vt100+keypad and vt220+keypad, fix interchanged ka3/kb2
+#        in the latter -TD
+#
+# 2002-11-16
+#      * add entries for mterm (mterm, mterm-ansi, decansi) -TD
+#      * ncr260wy350pp has only 16 color pairs -TD
+#      * add sun-type4 from NetBSD -TD
+#      * update xterm-xfree86 to current (patch 170) -TD
+#      * add screen-bce, screen-s entries -TD
+#      * add xterm-1002, xterm-1003 entries -TD
+#
+# 2003-01-11
+#      * update homepage for Top Gun Telnet/SSH
+#
+# 2003-01-25
+#      * reduce duplication in emx entries, added emx-base -TD
+#
+# 2003-05-24
+#      * corrected acs for screen.teraterm -TD
+#      * add tkterm entry -TD
+#
+# 2003-07-15
+#      * cygwin changes from Charles Wilson:
+#        misc/terminfo.src (nxterm|xterm-color): make xterm-color
+#        primary instead of nxterm, to match XFree86's xterm.terminfo
+#        usage and to prevent circular links.
+#        (rxvt): add additional codes from rxvt.org.
+#        (rxvt-color): new alias
+#        (rxvt-xpm): new alias
+#        (rxvt-cygwin): like rxvt, but with special acsc codes.
+#        (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
+#        with a "native" MSWin GUI.  Each takes different acsc codes,
+#        which are both different from the "normal" rxvt's acsc.
+#        (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
+#        (cygwinDBG): ditto.
+#
+# 2003-09-27
+#      * update gnome terminal entries -TD
+#
+# 2003-10-04
+#      * add entries for djgpp 2.03 and 2.04 -TD
+#
+# 2003-10-25
+#      * add alias for vtnt -TD
+#      * update xterm-xfree86 for XFree86 4.4 -TD
+#
+# 2003-11-22
+#      * add linux-vt (Andrey V Lukyanov)
+#
+# 2003-12-20
+#      * add screen.linux -TD
+#
+# 2004-01-10
+#      * revised/improved entries for tvi912b, tvi920b (Benjamin Sittler)
+#
+# 2004-01-17
+#      * add OpenNT/Interix/SFU entries (Federico Bianchi)
+#      * add vt100+ and vt-utf8 entries -TD
+#      * add uwin entry -TD
+#
+# The following sets edit modes for GNU EMACS.
 # Local Variables:
 # fill-prefix:"\t"
 # fill-column:75
 # Local Variables:
 # fill-prefix:"\t"
 # fill-column:75
+# comment-column:0
+# comment-start-skip:"^#+"
+# comment-start:"# "
+# compile-command:"tic -c terminfo.master"
 # End:
 ######## SHANTIH!  SHANTIH!  SHANTIH!
 # End:
 ######## SHANTIH!  SHANTIH!  SHANTIH!