[BACK]Return to termtypes.master CVS log [TXT][DIR] Up to [local] / src / share / termtypes

Diff for /src/share/termtypes/termtypes.master between version 1.56 and 1.57

version 1.56, 2015/12/05 20:32:16 version 1.57, 2016/12/30 13:26:53
Line 377 
Line 377 
         rmul=\E[m, smul=\E[4m,          rmul=\E[m, smul=\E[4m,
 ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim,  ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim,
         bold=\E[1m,          bold=\E[1m,
         sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m,          sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;
               %;%?%p7%t8;%;m,
         use=ansi+sgr, use=ansi+sgrso, use=ansi+sgrul,          use=ansi+sgr, use=ansi+sgrso, use=ansi+sgrul,
 ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold,  ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold,
         dim=\E[2m,          dim=\E[2m,
         sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m,          sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;
               %;%?%p7%t8;%;m,
         use=ansi+sgr, use=ansi+sgrso, use=ansi+sgrul,          use=ansi+sgr, use=ansi+sgrso, use=ansi+sgrul,
 ansi+csr|ansi scroll-region plus cursor save & restore,  ansi+csr|ansi scroll-region plus cursor save & restore,
         csr=\E[%i%p1%d;%p2%dr, rc=\E8, sc=\E7,          csr=\E[%i%p1%d;%p2%dr, rc=\E8, sc=\E7,
Line 403 
Line 405 
 # will work with any Intel console, they all seem to have inherited \E[11m  # will work with any Intel console, they all seem to have inherited \E[11m
 # from the ANSI.SYS de-facto standard.  # from the ANSI.SYS de-facto standard.
 klone+acs|alternate character set for ansi.sys displays,  klone+acs|alternate character set for ansi.sys displays,
         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,          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,          rmacs=\E[10m, smacs=\E[11m,
   
 # Highlight controls corresponding to the ANSI.SYS standard.  Most  # Highlight controls corresponding to the ANSI.SYS standard.  Most
Line 413 
Line 417 
 klone+sgr|attribute control for ansi.sys displays,  klone+sgr|attribute control for ansi.sys displays,
         blink=\E[5m, bold=\E[1m, rev=\E[7m, rmpch=\E[10m,          blink=\E[5m, bold=\E[1m, rev=\E[7m, rmpch=\E[10m,
         rmso=\E[m, rmul=\E[m,          rmso=\E[m, rmul=\E[m,
         sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p9%t;11%;m,          sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6
               %t;1%;%?%p9%t;11%;m,
         sgr0=\E[0;10m, smpch=\E[11m, smso=\E[7m, smul=\E[4m,          sgr0=\E[0;10m, smpch=\E[11m, smso=\E[7m, smul=\E[4m,
         use=klone+acs,          use=klone+acs,
   
 # Most Intel boxes do not treat "invis" (invisible) text.  # Most Intel boxes do not treat "invis" (invisible) text.
 klone+sgr8|attribute control for ansi.sys displays,  klone+sgr8|attribute control for ansi.sys displays,
         invis=\E[8m,          invis=\E[8m,
         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,          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,
         use=klone+sgr,          use=klone+sgr,
   
 # Highlight controls corresponding to the ANSI.SYS standard.  *All*  # Highlight controls corresponding to the ANSI.SYS standard.  *All*
Line 430 
Line 436 
 klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m),  klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m),
         blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m,          blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m,
         rmul=\E[m,          rmul=\E[m,
         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,          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[12m, smso=\E[7m, smul=\E[4m,          sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m,
         use=klone+acs,          use=klone+acs,
   
 # KOI8-R (RFC1489) acs (alternate character set)  # KOI8-R (RFC1489) acs (alternate character set)
 # From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.  # From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
 klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset,  klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset,
         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,          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,          rmacs=\E[10m, smacs=\E[11m,
   
 # ANSI.SYS color control.  The setab/setaf caps depend on the coincidence  # ANSI.SYS color control.  The setab/setaf caps depend on the coincidence
Line 671 
Line 681 
         kf42=\0m, kf43=\0n, kf44=\0o, kf45=\0p, kf46=\0q,          kf42=\0m, kf43=\0n, kf44=\0o, kf45=\0p, kf46=\0q,
         kf47=\0\213, kf48=\0\214, kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B,          kf47=\0\213, kf48=\0\214, kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B,
         kf9=\0C, khome=\0G, kich1=\0R, knp=\0Q, kpp=\0I,          kf9=\0C, khome=\0G, kich1=\0R, knp=\0Q, kpp=\0I,
         pfkey=\E[0;%?%p1%{11}%<%t%'\:'%e%p1%{13}%<%t%'z'%e%p1%{23}%<%t%'G'%e%p1%{25}%<%t%'p'%e%p1%'#'%<%t%'E'%e%p1%'%'%<%t%'f'%e%p1%'/'%<%t%'C'%e%{92}%;%p1%+%d;%p2"%s"p,          pfkey=\E[0;%?%p1%{11}%<%t%'\:'%e%p1%{13}%<%t%'z'%e%p1%{23}%<
                 %t%'G'%e%p1%{25}%<%t%'p'%e%p1%'#'%<%t%'E'%e%p1%'%'%<%t
                 %'f'%e%p1%'/'%<%t%'C'%e%{92}%;%p1%+%d;%p2"%s"p,
         use=ansi.sys-old,          use=ansi.sys-old,
   
 #  #
Line 688 
Line 700 
 # Consequently the End keypad key could not be set (it is relatively safe and  # Consequently the End keypad key could not be set (it is relatively safe and
 # actually useful because it sends ^@ O, which beeps and opens a line above).  # actually useful because it sends ^@ O, which beeps and opens a line above).
 ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi,  ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi,
         is2=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p,          is2=U2\sPC-DOS\s3.1\sANSI.SYS\swith\skeypad\sredefined\sfor
         rmkx=\E[;71;0;71p\E[;72;0;72p\E[;73;0;73p\E[;77;0;77p\E[;80;0;80p\E[;81;0;81p\E[;82;0;82p\E[;83;0;83p,              \svi\s9-29-86\n\E[;75;8p,
         smkx=\E[;71;30p\E[;72;11p\E[;73;27;21p\E[;77;12p\E[;80;10p\E[;81;27;4p\E[;82;27;27;105p\E[;83;127p,          rmkx=\E[;71;0;71p\E[;72;0;72p\E[;73;0;73p\E[;77;0;77p\E[;80;
                0;80p\E[;81;0;81p\E[;82;0;82p\E[;83;0;83p,
           smkx=\E[;71;30p\E[;72;11p\E[;73;27;21p\E[;77;12p\E[;80;10p
                \E[;81;27;4p\E[;82;27;27;105p\E[;83;127p,
         use=ansi.sys,          use=ansi.sys,
 #  #
 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.  # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
Line 702 
Line 717 
 # See ansi.sysk and nansi.sys above.  # See ansi.sysk and nansi.sys above.
 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi,  nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi,
         dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L,          dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L,
         is2=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p,          is2=U4\sPC-DOS\sPublic\sDomain\sNANSI.SYS\swith\skeypad
               \sredefined\sfor\svi\s9-29-86\n\E[;75;8p,
         use=ansi.sysk,          use=ansi.sysk,
   
 #### Atari ST terminals  #### Atari ST terminals
Line 713 
Line 729 
         bce,          bce,
         colors#16, pairs#256,          colors#16, pairs#256,
         oc=\Eb?\Ec0, op=\Eb?\Ec0,          oc=\Eb?\Ec0, op=\Eb?\Ec0,
         setab=\Ec%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1%{48}%+%c,          setab=\Ec%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1
         setaf=\Eb%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1%{48}%+%c,                %{48}%+%c,
         setb=\Ec%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1%{48}%+%c,          setaf=\Eb%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1
         setf=\Eb%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1%{48}%+%c,                %{48}%+%c,
           setb=\Ec%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1
                %{48}%+%c,
           setf=\Eb%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1
                %{48}%+%c,
         use=tw52-m,          use=tw52-m,
 tw52-m|Toswin window manager monochrome,  tw52-m|Toswin window manager monochrome,
         ul,          ul,
Line 731 
Line 751 
         bce,          bce,
         colors#16, pairs#256,          colors#16, pairs#256,
         is2=\Ev\Eq\Ee\Eb1\Ec0, rs2=\Ev\Eq\Ee\Eb1\Ec0,          is2=\Ev\Eq\Ee\Eb1\Ec0, rs2=\Ev\Eq\Ee\Eb1\Ec0,
         setab=\Ec%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1%{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{10}%=%t\:%e%p1%{11}%=%t;%e%p1%{12}%=%t<%e%p1%{13}%=%t=%e%p1%{14}%=%t6%e?,          setab=\Ec%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
         setaf=\Eb%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1%{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{10}%=%t\:%e%p1%{11}%=%t;%e%p1%{12}%=%t<%e%p1%{13}%=%t=%e%p1%{14}%=%t6%e?,                %=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1
         setb=\Ec%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1%{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{10}%=%t\:%e%p1%{11}%=%t;%e%p1%{12}%=%t<%e%p1%{13}%=%t=%e%p1%{14}%=%t6%e?,                %{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{10}%=%t\:
         setf=\Eb%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1%{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{10}%=%t\:%e%p1%{11}%=%t;%e%p1%{12}%=%t<%e%p1%{13}%=%t=%e%p1%{14}%=%t6%e?,                %e%p1%{11}%=%t;%e%p1%{12}%=%t<%e%p1%{13}%=%t=%e%p1
                 %{14}%=%t6%e?,
           setaf=\Eb%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
                 %=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1
                 %{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{10}%=%t\:
                 %e%p1%{11}%=%t;%e%p1%{12}%=%t<%e%p1%{13}%=%t=%e%p1
                 %{14}%=%t6%e?,
           setb=\Ec%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
                %=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1
                %{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{10}%=%t\:%e
                %p1%{11}%=%t;%e%p1%{12}%=%t<%e%p1%{13}%=%t=%e%p1%{14}%=
                %t6%e?,
           setf=\Eb%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
                %=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1
                %{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{10}%=%t\:%e
                %p1%{11}%=%t;%e%p1%{12}%=%t<%e%p1%{13}%=%t=%e%p1%{14}%=
                %t6%e?,
         use=st52,          use=st52,
 st52|st52-m|at|at-m|atari|atari-m|atari_st|atarist-m|Atari ST,  st52|st52-m|at|at-m|atari|atari-m|atari_st|atarist-m|Atari ST,
         am, eo, mir, npc,          am, eo, mir, npc,
Line 753 
Line 789 
 tw100|toswin vt100 window mgr,  tw100|toswin vt100 window mgr,
         eo, mir, msgr, xon,          eo, mir, msgr, xon,
         colors#8, cols#80, it#8, lines#24, pairs#64, vt#3,          colors#8, cols#80, it#8, lines#24, pairs#64, vt#3,
         acsc=++\,\,--..00II``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,          acsc=++\,\,--..00II``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxy
                yzz{{||}}~~,
         bel=^G, blink=\E[5m, bold=\E[1m, civis=\Ef,          bel=^G, blink=\E[5m, bold=\E[1m, civis=\Ef,
         clear=\E[2J\E[H, cnorm=\Ee, cr=^M, csr=\E[%i%p1%d;%p2%dr,          clear=\E[2J\E[H, cnorm=\Ee, cr=^M, csr=\E[%i%p1%d;%p2%dr,
         cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\EB,          cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\EB,
Line 772 
Line 809 
         rmso=\E[m, rmul=\E[m,          rmso=\E[m, rmul=\E[m,
         rs1=\E<\E[20l\E[?3;6;9l\E[r\Eq\E(B\017\E)0\E>,          rs1=\E<\E[20l\E[?3;6;9l\E[r\Eq\E(B\017\E)0\E>,
         sc=\E7,          sc=\E7,
         setb=\E[4%p1%'0'%+%Pa%?%ga%'0'%=%t0%e%ga%'1'%=%t4%e%ga%'2'%=%t2%e%ga%'3'%=%t6%e%ga%'4'%=%t1%e%ga%'5'%=%t5%e%ga%'6'%=%t3%e7%;m,          setb=\E[4%p1%'0'%+%Pa%?%ga%'0'%=%t0%e%ga%'1'%=%t4%e%ga%'2'%=
         setf=\E[3%p1%'0'%+%Pa%?%ga%'0'%=%t0%e%ga%'1'%=%t4%e%ga%'2'%=%t2%e%ga%'3'%=%t6%e%ga%'4'%=%t1%e%ga%'5'%=%t5%e%ga%'6'%=%t3%e7%;m,               %t2%e%ga%'3'%=%t6%e%ga%'4'%=%t1%e%ga%'5'%=%t5%e%ga%'6'
                %=%t3%e7%;m,
           setf=\E[3%p1%'0'%+%Pa%?%ga%'0'%=%t0%e%ga%'1'%=%t4%e%ga%'2'%=
                %t2%e%ga%'3'%=%t6%e%ga%'4'%=%t1%e%ga%'5'%=%t5%e%ga%'6'
                %=%t3%e7%;m,
         sgr0=\E[m, smacs=^N, smcup=\E[?7l, smir=\Eh,          sgr0=\E[m, smacs=^N, smcup=\E[?7l, smir=\Eh,
         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,
 # The entries for stv52 and stv52pc probably need a revision.  # The entries for stv52 and stv52pc probably need a revision.
Line 796 
Line 837 
 stv52pc|MiNT virtual console with PC charset,  stv52pc|MiNT virtual console with PC charset,
         am, msgr,          am, msgr,
         cols#80, it#8, lines#30,          cols#80, it#8, lines#30,
         acsc=+\257\,\256-\^.v0\333I\374`\177a\260f\370g\361h\261j\331k\277l\332m\300n\305o\377p-q\304r-s_t+u+v+w+x\263y\363z\362{\343|\366}\234~\371,          acsc=+\257\,\256-\^.v0\333I\374`\177a\260f\370g\361h\261j
                \331k\277l\332m\300n\305o\377p-q\304r-s_t+u+v+w+x\263y
                \363z\362{\343|\366}\234~\371,
         bel=^G, blink=\Er, bold=\EyA, civis=\Ef, clear=\EE,          bel=^G, blink=\Er, bold=\EyA, civis=\Ef, clear=\EE,
         cnorm=\E. \Ee, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC,          cnorm=\E. \Ee, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC,
         cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E.",          cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E.",
Line 823 
Line 866 
 # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>  # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
 uniterm|uniterm49|UniTerm VT220 emulator with 49 lines,  uniterm|uniterm49|UniTerm VT220 emulator with 49 lines,
         lines#49,          lines#49,
         is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H,          is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, use=vt220,
         use=vt220,  
 # MiNT VT52 emulation. 80 columns, 25 rows.  # MiNT VT52 emulation. 80 columns, 25 rows.
 # MiNT is Now TOS, the operating system which comes with all Ataris now  # 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  # (mainly Atari Falcon). This termcap is for the VT52 emulation you get
Line 1065 
Line 1107 
         kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, rc=\E8, rev=\E[7m, ri=\EM,          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,          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,          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%;%?%p5%t;2%;%?%p7%t;8%;m,          sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?
               %p5%t;2%;%?%p7%t;8%;m,
         sgr0=\E[m, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m,          sgr0=\E[m, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g, use=vt100+enq, use=vt100+pfkeys,          smul=\E[4m, tbc=\E[3g, use=vt100+enq, use=vt100+pfkeys,
   
 nsterm+acs|AppKit Terminal.app v41+ basic capabilities w/VT100 alternate-charset,  nsterm+acs|AppKit Terminal.app v41+ basic capabilities w/VT100 alternate-charset,
         acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,          acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
         enacs=\E(B\E)0, rmacs=^O,          enacs=\E(B\E)0, rmacs=^O,
         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%;,          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\017, smacs=^N, use=nsterm+7,          sgr0=\E[m\017, smacs=^N, use=nsterm+7,
   
 nsterm+mac|AppKit Terminal.app v41+ basic capabilities w/MacRoman alternate-charset,  nsterm+mac|AppKit Terminal.app v41+ basic capabilities w/MacRoman alternate-charset,
         acsc=+\335\,\334-\366.\3770#`\327a\:f\241g\261h#i\360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{\271|\255}\243~\245,          acsc=+\335\,\334-\366.\3770#`\327a\:f\241g\261h#i
                \360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{
                \271|\255}\243~\245,
         enacs=\E(B\E)0, rmacs=^O,          enacs=\E(B\E)0, rmacs=^O,
         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%;,          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\017, smacs=^N, use=nsterm+7,          sgr0=\E[m\017, smacs=^N, use=nsterm+7,
   
 # compare with xterm+sl-twm  # compare with xterm+sl-twm
Line 1310 
Line 1357 
 iTerm.app|iterm|iTerm.app terminal emulator for Mac OS X,  iTerm.app|iterm|iTerm.app terminal emulator for Mac OS X,
         bce, bw@,          bce, bw@,
         csr@, dim@, kend=\EOF, khome=\EOH,          csr@, dim@, kend=\EOF, khome=\EOH,
         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%;,          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%;,
         use=xterm+256setaf, use=nsterm-16color,          use=xterm+256setaf, use=nsterm-16color,
   
 # xnuppc - Darwin PowerPC Console (a.k.a. "darwin")  # xnuppc - Darwin PowerPC Console (a.k.a. "darwin")
Line 1436 
Line 1484 
   
 xnuppc+f|Darwin PowerPC Console fancy color support,  xnuppc+f|Darwin PowerPC Console fancy color support,
         ncv#35,          ncv#35,
         sgr=\E[0%?%p6%t;35%;%?%p2%t;36;4%;%?%p1%t;33;44%;%?%p3%t;7%;m,          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,          smso=\E[33;44m, smul=\E[36;4m, use=xnuppc+b,
   
 xnuppc+f2|Darwin PowerPC Console alternate fancy color support,  xnuppc+f2|Darwin PowerPC Console alternate fancy color support,
Line 1638 
Line 1687 
 linux-basic|linux console,  linux-basic|linux console,
         am, bce, eo, mir, msgr, xenl, xon,          am, bce, eo, mir, msgr, xenl, xon,
         it#8, ncv#18, U8#1,          it#8, ncv#18, U8#1,
         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,          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,          bel=^G, 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,          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,          cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH,
Line 1656 
Line 1707 
         khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~,          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, rmam=\E[?7l,          kspd=^Z, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l,
         rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E]R, sc=\E7,          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%;%?%p9%t;11%;m,          sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
               %t;2%;%?%p6%t;1%;%?%p9%t;11%;m,
         smam=\E[?7h, smir=\E[4h, smul=\E[4m, tbc=\E[3g,          smam=\E[?7h, smir=\E[4h, smul=\E[4m, tbc=\E[3g,
         vpa=\E[%i%p1%dd, use=vt102+enq, use=klone+sgr,          vpa=\E[%i%p1%dd, use=vt102+enq, use=klone+sgr,
         use=ecma+color,          use=ecma+color,
Line 1672 
Line 1724 
 # 1.9.9.  # 1.9.9.
 linux-c-nc|linux console with color-change,  linux-c-nc|linux console with color-change,
         ccc,          ccc,
         initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/%02x%p4%{255}%*%{1000}%/%02x,          initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/
                 %02x%p4%{255}%*%{1000}%/%02x,
         oc=\E]R, use=linux-basic,          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+ for older ncurses,  linux-c|linux console 1.3.6+ for older ncurses,
         ccc,          ccc,
         initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{255}%*%{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%{255}%*%{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%{255}%*%{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%;,          initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{255}
                 %*%{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%{255}%*%{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%{255}%*%{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,          oc=\E]R, use=linux-basic,
   
 # The 2.2.x kernels add a private mode that sets the cursor type; use that to  # The 2.2.x kernels add a private mode that sets the cursor type; use that to
Line 1688 
Line 1749 
         cvvis=\E[?25h\E[?8c, use=linux-c-nc,          cvvis=\E[?25h\E[?8c, use=linux-c-nc,
   
 # Linux 2.6.x has a fix for SI/SO to work with UTF-8 encoding added here:  # Linux 2.6.x has a fix for SI/SO to work with UTF-8 encoding added here:
 #       http://lkml.indiana.edu/hypermail/linux/kernel/0602.2/0868.html  #       http://lkml.iu.edu/hypermail/linux/kernel/0602.2/0738.html
 # Using SI/SO has the drawback that it confuses screen.  SCS would work.  # Although the kernel has mappings for these, they were not in the default
 # However, SCS is buggy (see comment in Debian #515609) -TD  # font (tested with Debian and Fedora):
 # Further, this breaks longstanding workarounds for Linux console's line  #       '`' diamond
 # drawing (see Debian 665959) -TD  #       '~' scan line 1
   #       'p' scan line 3
   #       'r' scan line 7
   #       '_' scan line 9
 linux2.6|linux 2.6.x console,  linux2.6|linux 2.6.x console,
         rmacs=^O,          acsc=++\,\,--..00__``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwx
         sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;m%?%p9%t\016%e\017%;,               xyyzz{{||}c~~,
           enacs=\E)0, rmacs=^O,
           sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
               %t;2%;%?%p6%t;1%;m%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smacs=^N, use=linux2.2,          sgr0=\E[m\017, smacs=^N, use=linux2.2,
   
 # The 3.0 kernel adds support for clearing scrollback buffer (capability E3).  # The 3.0 kernel adds support for clearing scrollback buffer (capability E3).
Line 1705 
Line 1772 
   
 # This is Linux console for ncurses.  # This is Linux console for ncurses.
 linux|linux console,  linux|linux console,
         use=linux2.2,          use=linux3.0,
   
 # Subject: linux 2.6.26 vt back_color_erase  # Subject: linux 2.6.26 vt back_color_erase
 # Changes to the Linux console driver broke bce model as reported in  # Changes to the Linux console driver broke bce model as reported in
Line 1723 
Line 1790 
 # 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.  # 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,          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,          use=linux, use=klone+koi8acs,
   
 # Another entry for KOI8-r with Qing Long's acsc.  # Another entry for KOI8-r with Qing Long's acsc.
Line 1733 
Line 1802 
   
 # Entry for the latin1 and latin2 fonts  # Entry for the latin1 and latin2 fonts
 linux-lat|linux with latin1 or latin2 alternate character set,  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,          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,          use=linux,
   
 # This uses graphics from VT codeset instead of from cp437.  # This uses graphics from VT codeset instead of from cp437.
 # reason: cp437 (aka "straight to font") is not functional under luit.  # reason: cp437 (aka "straight to font") is not functional under luit.
 # from: Andrey V Lukyanov <land@long.yar.ru>.  # from: Andrey V Lukyanov <land@long.yar.ru>.
 linux-vt|linux console using VT codes for graphics,  linux-vt|linux console using VT codes for graphics,
         acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~,          acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
                yzz~~,
         rmacs=\E(K, rmpch@, sgr@, sgr0=\E[0m\E(K\017, smacs=\E(0,          rmacs=\E(K, rmpch@, sgr@, sgr0=\E[0m\E(K\017, smacs=\E(0,
         smpch@, use=linux,          smpch@, use=linux,
   
Line 1765 
Line 1837 
 # you use a 512-character console font. This uses bold for bright  # you use a 512-character console font. This uses bold for bright
 # foreground colors and blink for bright background colors.  # foreground colors and blink for bright background colors.
 linux-16color|linux console with 16 colors,  linux-16color|linux console with 16 colors,
         colors#16, ncv#63, pairs#256,          colors#16, ncv#42, pairs#256,
         setab=\E[4%p1%{8}%m%d%?%p1%{7}%>%t;5%e;25%;m,          setab=\E[4%p1%{8}%m%d%?%p1%{7}%>%t;5%e;25%;m,
         setaf=\E[3%p1%{8}%m%d%?%p1%{7}%>%t;1%e;21%;m,          setaf=\E[3%p1%{8}%m%d%?%p1%{7}%>%t;1%e;21%;m,
         use=linux,          use=linux,
Line 1826 
Line 1898 
 #  #
 # Added nel, hpa, sgr and removed rmacs, smacs based on source -TD  # Added nel, hpa, sgr and removed rmacs, smacs based on source -TD
 mach-gnu|GNU Mach,  mach-gnu|GNU Mach,
         acsc=+>\,<-\^.v0\333`+a\261f\370g\361h\260i#j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376,          acsc=+>\,<-\^.v0\333`+a\261f\370g\361h\260i#j\331k\277l
                \332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x
                \263y\363z\362{\343|\330}\234~\376,
         dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, ech=\E[%p1%dX,          dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, ech=\E[%p1%dX,
         el1=\E[1K, hpa=\E[%i%p1%dG, ich=\E[%p1%d@, ich1=\E[@,          el1=\E[1K, hpa=\E[%i%p1%dG, ich=\E[%p1%d@, ich1=\E[@,
         indn=\E[%p1%dS, invis=\E[8m, nel=\EE, rin=\E[%p1%dT,          indn=\E[%p1%dS, invis=\E[8m, nel=\EE, rin=\E[%p1%dT,
         sgr=\E[0%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m,          sgr=\E[0%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;
               2%;%?%p6%t;1%;%?%p7%t;8%;m,
         use=mach,          use=mach,
   
 mach-gnu-color|Mach Console with ANSI color,  mach-gnu-color|Mach Console with ANSI color,
Line 1868 
Line 1943 
 hurd|The GNU Hurd console server,  hurd|The GNU Hurd console server,
         am, bce, bw, eo, km, mir, msgr, xenl, xon,          am, bce, bw, eo, km, mir, msgr, xenl, xon,
         colors#8, it#8, ncv#18, pairs#64,          colors#8, it#8, ncv#18, pairs#64,
         acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,          acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
                yzz{{||}}~~,
         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=\Ec, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr,          clear=\Ec, 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,          cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B,
Line 1890 
Line 1966 
         rin=\E[%p1%dT, ritm=\E[23m, rmacs=\E[10m, rmir=\E[4l,          rin=\E[%p1%dT, ritm=\E[23m, rmacs=\E[10m, rmir=\E[4l,
         rmso=\E[27m, rmul=\E[24m, rs1=\EM\E[?1000l, sc=\E7,          rmso=\E[27m, rmul=\E[24m, rs1=\EM\E[?1000l, sc=\E7,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,          sgr=\E[0%?%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,
         sgr0=\E[0m, sitm=\E[3m, smacs=\E[11m, smir=\E[4h,          sgr0=\E[0m, sitm=\E[3m, smacs=\E[11m, smir=\E[4h,
         smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd, grbom=\E[>1l,          smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd, grbom=\E[>1l,
         gsbom=\E[>1h,          gsbom=\E[>1h,
Line 1909 
Line 1986 
 qnx|qnx4|qnx console,  qnx|qnx4|qnx console,
         daisy, km, mir, msgr, xhpa, xt,          daisy, km, mir, msgr, xhpa, xt,
         colors#8, cols#80, it#4, lines#25, ncv#3, pairs#8,          colors#8, cols#80, it#4, lines#25, ncv#3, pairs#8,
         acsc=O\333a\261j\331k\277l\332m\300n\305o\337q\304s\334t\303u\264v\301w\302x\263,          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,          bel=^G, blink=\E{, bold=\E<, civis=\Ey0, clear=\EH\EJ,
         cnorm=\Ey1, cr=^M, cub1=^H, cud1=^J, cuf1=\EC,          cnorm=\Ey1, cr=^M, cub1=^H, cud1=^J, cuf1=\EC,
         cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ey2,          cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ey2,
Line 2035 
Line 2113 
         rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmso=\E[27m,          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,          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,          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,          setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}
         setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,               %=%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%;,          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,          sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g,          smul=\E[4m, tbc=\E[3g,
         tsl=\E7\E1;24r\E[?6l\E[25;%i%p1%dH,          tsl=\E7\E1;24r\E[?6l\E[25;%i%p1%dH,
Line 2091 
Line 2172 
 scoansi-old|SCO Extended ANSI standard crt (5.0.5),  scoansi-old|SCO Extended ANSI standard crt (5.0.5),
         OTbs, am, bce, eo, xon,          OTbs, am, bce, eo, xon,
         colors#8, cols#80, it#8, lines#25, pairs#64,          colors#8, cols#80, it#8, lines#25, pairs#64,
         acsc=+/\,.-\230.\2310[5566778899\:\:;;<<==>>FFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXX`\204a0fxgqh2jYk?lZm@nEqDtCu4vAwBx3yszr{c}\034~\207,          acsc=+/\,.-\230.\2310[5566778899\:\:;;<<==>>FFGGHHIIJJKKLLMM
                NNOOPPQQRRSSTTUUVVWWXX`\204a0fxgqh2jYk?lZm@nEqDtCu4vAwB
                x3yszr{c}\034~\207,
         bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z,          bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z,
         civis=\E[=14;12C, clear=\E[H\E[2J, cnorm=\E[=10;12C,          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,          cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B,
Line 2122 
Line 2205 
         civis=\E[=0c, cnorm=\E[=1c, csr=\E[%i%p1%d;%p2%dr,          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,          cvvis=\E[=2c, mgc=\E[=r, oc=\E[51m, op=\E[50m,
         rep=\E[%p1%d;%p2%db, rmm=\E[=11L,          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%e;10%;m,          sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?
               %p7%t;8%;%?%p9%t;12%e;10%;m,
         smgb=\E[=1;0m, smgbp=\E[=1;%i%p1%dm,          smgb=\E[=1;0m, smgbp=\E[=1;%i%p1%dm,
         smglp=\E[=2;%i%p1%dm, smgr=\E[=3;0m,          smglp=\E[=2;%i%p1%dm, smgr=\E[=3;0m,
         smgrp=\E[=3;%i%p1%dm, smgt=\E[=0;0m,          smgrp=\E[=3;%i%p1%dm, smgt=\E[=0;0m,
Line 2148 
Line 2232 
 #  #
 # F1-F12 generate different codes when shift or control modifiers are used.  # F1-F12 generate different codes when shift or control modifiers are used.
 # For example:  # For example:
 #       F1              \E[001q  #       F1              \E[001q
 #       shift F1        \E[013q  #       shift F1        \E[013q
 #       control-F1      \E[025q  #       control-F1      \E[025q
 #  #
Line 2224 
Line 2308 
 #       identifies as vt200 with selective erase, but does not implement DECSCA  #       identifies as vt200 with selective erase, but does not implement DECSCA
 #       no vt52 mode  #       no vt52 mode
 #       also lacks these:  #       also lacks these:
 #               ESC # 8   DEC Screen Alignment Test (DECALN).  #               ESC # 8   DEC Screen Alignment Test (DECALN).
 #               CSI ? 5 h Reverse Video (DECSCNM).  #               CSI ? 5 h Reverse Video (DECSCNM).
 #  #
 pccon+keys|OpenBSD PC keyboard keys,  pccon+keys|OpenBSD PC keyboard keys,
         kbs=\177, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,          kbs=\177, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
Line 2238 
Line 2322 
         kf9=\E[20~, khome=\E[7~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~,          kf9=\E[20~, khome=\E[7~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~,
         krfr=^R,          krfr=^R,
 pccon+sgr+acs0|sgr and simple ASCII pseudographics for OpenBSD PC console,  pccon+sgr+acs0|sgr and simple ASCII pseudographics for OpenBSD PC console,
         acsc=+>\,<-\^.v0#`+a\:f\\h#i#j+k+l+m+n+o~p-q-r-s_t+u+v+w+x|y#z#{*|!}#~o,          acsc=+>\,<-\^.v0#`+a\:f\\h#i#j+k+l+m+n+o~p-q-r-s_t+u+v+w+x|y
                #z#{*|!}#~o,
         sgr=\E[0%?%p1%p3%|%t;7%;%?%p6%t;1%;%?%p2%t;4%;m,          sgr=\E[0%?%p1%p3%|%t;7%;%?%p6%t;1%;%?%p2%t;4%;m,
         sgr0=\E[m,          sgr0=\E[m,
 pccon+sgr+acs|sgr and default ASCII pseudographics for OpenBSD PC console,  pccon+sgr+acs|sgr and default ASCII pseudographics for OpenBSD PC console,
         acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,          acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
                yzz{{||}}~~,
         enacs=\E)0$<5>, rmacs=\E(B$<5>,          enacs=\E)0$<5>, rmacs=\E(B$<5>,
         sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>,          sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e
               \E(B%;$<2>,
         sgr0=\E[m\E(B$<5>, smacs=\E(0$<5>,          sgr0=\E[m\E(B$<5>, smacs=\E(0$<5>,
 # underline renders as color  # underline renders as color
 pccon+colors|ANSI colors for OpenBSD PC console,  pccon+colors|ANSI colors for OpenBSD PC console,
Line 2287 
Line 2374 
 pcvtXX|pcvt vt200 emulator (DEC VT220),  pcvtXX|pcvt vt200 emulator (DEC VT220),
         am, km, mir, msgr, xenl,          am, km, mir, msgr, xenl,
         it#8, vt#3,          it#8, vt#3,
         acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~,          acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
                yzz~~,
         bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l,          bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l,
         clear=\E[H\E[J, cnorm=\E[?25h, cr=^M,          clear=\E[H\E[J, cnorm=\E[?25h, cr=^M,
         csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,          csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
Line 2386 
Line 2474 
         rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>,          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,          rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
         sc=\E7,          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>,          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=,          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,          smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, use=ecma+sgr,
         use=klone+color,          use=klone+color,
Line 2420 
Line 2509 
         kf4=\2330x, kf5=\2330t, kf6=\2330u, kf7=\2330q, kf8=\2330r,          kf4=\2330x, kf5=\2330t, kf6=\2330u, kf7=\2330q, kf8=\2330r,
         kf9=\2330p, knp=\233/, kpp=\233?, nel=^M^J, rev=\2337m,          kf9=\2330p, knp=\233/, kpp=\233?, nel=^M^J, rev=\2337m,
         rmso=\2330m, rmul=\2330m,          rmso=\2330m, rmul=\2330m,
         sgr=\2330%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t2%;%?%p7%t8%;%?%p1%p3%|%t;7%;m,          sgr=\2330%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t2%;%?%p7%t8
               %;%?%p1%p3%|%t;7%;m,
         sgr0=\2330m, smso=\2337m, smul=\2334m,          sgr0=\2330m, smso=\2337m, smul=\2334m,
   
 # NetBSD "wscons" emulator in vt220 mode.  # NetBSD "wscons" emulator in vt220 mode.
Line 2462 
Line 2552 
 # Attributes do not work with color  # Attributes do not work with color
 # Failed: vpa/hpa  # Failed: vpa/hpa
 # Failed: kf1-kf4, kf13-kf48, khome, kend  # Failed: kf1-kf4, kf13-kf48, khome, kend
 #       (effectively xterm-r6 for function-keys)  #       (effectively xterm-r6 for function-keys)
 # None of the function or cursor key-modifiers are encoded.  # None of the function or cursor key-modifiers are encoded.
 # Console hangs in the smm/rmm test if TERM=xterm, does not show test  # Console hangs in the smm/rmm test if TERM=xterm, does not show test
 #  #
 # Testing with vttest:  # Testing with vttest:
 # -------------------  # -------------------
 # Identifies as vt220 with selective erase  # Identifies as vt220 with selective erase
 #       (however, selective erase refers to DECSCA, SPA)  #       (however, selective erase refers to DECSCA, SPA)
 # Does not implement vt52  # Does not implement vt52
 # Uses spaces to simulate double-size characters  # Uses spaces to simulate double-size characters
 # Does not support 8-bit controls  # Does not support 8-bit controls
Line 2479 
Line 2569 
 # Does not support DECSCA  # Does not support DECSCA
 # Does not support any of the ISO-6429 cursor-movement  # Does not support any of the ISO-6429 cursor-movement
 # Does not support any of the ISO-6429 miscellaneous tests  # Does not support any of the ISO-6429 miscellaneous tests
 #       (SL/SR also leave unexpected char on screen too)  #       (SL/SR also leave unexpected char on screen too)
 # Background does not change in menu 11.6.9 (SGR 22-27)  # Background does not change in menu 11.6.9 (SGR 22-27)
 # None of the xterm special features tests work  # None of the xterm special features tests work
 netbsd6|NetBSD wscons in 25 line DEC VT100 mode,  netbsd6|NetBSD wscons in 25 line DEC VT100 mode,
Line 2574 
Line 2664 
         knp=\E[G, kpp=\E[I, nel=\E[E, op=\E[x, rc=\E8, rev=\E[7m,          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,          ri=\E[T, rin=\E[%p1%dT, rmso=\E[m, rs2=\E[x\E[m\Ec, sc=\E7,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
         sgr=\E[0%?%p1%t;2;7%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;30;1%;%?%p6%t;1%;m,          sgr=\E[0%?%p1%t;2;7%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;30;1%;%?
               %p6%t;1%;m,
         sgr0=\E[m, smso=\E[7m, vpa=\E[%i%p1%dd,          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=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371,          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,          use=cons25w,
 cons25-debian|freebsd console with debian backspace (25-line ansi mode),  cons25-debian|freebsd console with debian backspace (25-line ansi mode),
         kbs=\177, kdch1=\E[3~, use=cons25,          kbs=\177, kdch1=\E[3~, use=cons25,
Line 2603 
Line 2696 
 cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode),  cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode),
         lines#60, use=cons25-m,          lines#60, use=cons25-m,
 cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic,  cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic,
         acsc=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\0t\206u\207v\211w\210x\201y\230z\231~\225,          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,          use=cons25w,
 cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono),  cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono),
         colors@, pairs@,          colors@, pairs@,
         op@, rmul=\E[m, setab@, setaf@,          op@, rmul=\E[m, setab@, setaf@,
         sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;30;1%;%?%p6%t;1%;m,          sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
               %t;30;1%;%?%p6%t;1%;m,
         smul=\E[4m, use=cons25r,          smul=\E[4m, use=cons25r,
 cons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines),  cons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines),
         lines#50, use=cons25r,          lines#50, use=cons25r,
Line 2620 
Line 2716 
         lines#60, use=cons25r-m,          lines#60, use=cons25r-m,
 # ISO 8859-1 FreeBSD console  # ISO 8859-1 FreeBSD console
 cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars,  cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars,
         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,          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,          use=cons25w,
 cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono),  cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono),
         colors@, pairs@,          colors@, pairs@,
Line 2672 
Line 2770 
 # The resulting description provides correct line-drawing and function-keys -TD  # The resulting description provides correct line-drawing and function-keys -TD
 teken|syscons with teken,  teken|syscons with teken,
         bw@, mir, xenl,          bw@, mir, xenl,
         acsc=0\333a\260f\370g\361h\261j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371,          acsc=0\333a\260f\370g\361h\261j\331k\277l\332m\300n\305q
                \304t\303u\264v\301w\302x\263y\363z\362~\371,
         civis=\E[?25l, cnorm=\E[?25h, cvvis@, hpa=\E[%i%p1%dG,          civis=\E[?25l, cnorm=\E[?25h, cvvis@, hpa=\E[%i%p1%dG,
         hts=\EH, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,          hts=\EH, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
         kdch1=\E[3~, kend=\E[F, kent=^M, kf1=\EOP, kf10=\E[21~,          kdch1=\E[3~, kend=\E[F, kent=^M, kf1=\EOP, kf10=\E[21~,
Line 2691 
Line 2790 
 origpc3|origibmpc3|IBM PC 386BSD Console,  origpc3|origibmpc3|IBM PC 386BSD Console,
         OTbs, am, bw, eo, xon,          OTbs, am, bw, eo, xon,
         cols#80, lines#25,          cols#80, lines#25,
         acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263,          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,          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,          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,          home=\E[H, ind=\E[S, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,
Line 2717 
Line 2817 
 # (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996)  # (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996)
 # Bug: The <op> capability resets attributes.  # Bug: The <op> capability resets attributes.
 bsdos-pc|IBM PC BSD/OS Console,  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,          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,          use=bsdos-pc-nobold,
   
 bsdos-pc-nobold|BSD/OS PC console w/o bold,  bsdos-pc-nobold|BSD/OS PC console w/o bold,
Line 2733 
Line 2834 
         il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D,          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,          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,          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%;,          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+sgr8,          use=klone+sgr8,
   
 # Old names for BSD/OS PC console used in releases before 4.1.  # Old names for BSD/OS PC console used in releases before 4.1.
Line 2979 
Line 3081 
         rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l,          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>,          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,          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%;$<2>,          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=,          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,          smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g,
         use=vt100+fnkeys,          use=vt100+fnkeys,
 vt100nam|vt100-nam|vt100 no automargins,  vt100nam|vt100-nam|vt100 no automargins,
         am@, xenl@, use=vt100-am,          am@, xenl@,
           rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt100-am,
 vt100-vb|dec vt100 (w/advanced video) & no beep,  vt100-vb|dec vt100 (w/advanced video) & no beep,
         bel@, flash=\E[?5h\E[?5l, use=vt100,          bel@, flash=\E[?5h$<100/>\E[?5l, use=vt100,
   
 # Ordinary vt100 in 132 column ("wide") mode.  # Ordinary vt100 in 132 column ("wide") mode.
 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video),  vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video),
Line 3105 
Line 3209 
         ri=\EM$<14/>, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l,          ri=\EM$<14/>, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l,
         rmso=\E[27m, rmul=\E[24m,          rmso=\E[27m, rmul=\E[24m,
         rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7,          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%;$<2>,          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,          sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h,
         smso=\E[7m, smul=\E[4m,          smso=\E[7m, smul=\E[4m,
   
Line 3143 
Line 3248 
         nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=\E(B$<4>,          nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=\E(B$<4>,
         rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m,          rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m,
         rs1=\E[?3l, sc=\E7,          rs1=\E[?3l, 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%;$<2>,          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\E(B, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h,          sgr0=\E[m\E(B, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h,
         smso=\E[7m, smul=\E[4m, tbc=\E[3g, use=ansi+pp,          smso=\E[7m, smul=\E[4m, tbc=\E[3g, use=ansi+pp,
         use=ansi+enq,          use=ansi+enq,
Line 3175 
Line 3281 
         mc4=\2334i, mc5=\2335i, nel=\EE, rc=\E8, rev=\2337m, ri=\EM,          mc4=\2334i, mc5=\2335i, nel=\EE, rc=\E8, rev=\2337m, ri=\EM,
         rmacs=\E(B, rmam=\233?7l, rmir=\2334l, rmso=\23327m,          rmacs=\E(B, rmam=\233?7l, rmir=\2334l, rmso=\23327m,
         rmul=\23324m, rs1=\233?3l, sc=\E7,          rmul=\23324m, rs1=\233?3l, sc=\E7,
         sgr=\2330%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>,          sgr=\2330%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m
               %?%p9%t\E(0%e\E(B%;$<2>,
         sgr0=\2330m\E(B, smacs=\E(0, smam=\233?7h, smir=\2334h,          sgr0=\2330m\E(B, smacs=\E(0, smam=\233?7h, smir=\2334h,
         smso=\2337m, smul=\2334m, tbc=\2333g,          smso=\2337m, smul=\2334m, tbc=\2333g,
   
Line 3219 
Line 3326 
         cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH,          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,          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,          ht=^I, il1=\E[L, ind=\ED,
         is2=\E[61"p\E[H\E[?3l\E[?4l\E[?1h\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m,          is2=\E[61"p\E[H\E[?3l\E[?4l\E[?1h\E[?5l\E[?6l\E[?7h\E[?8h\E[
               ?25h\E>\E[m,
         kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,          kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
         kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=^M\ED, rc=\E8,          kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=^M\ED, rc=\E8,
         rf=/usr/share/tabset/vt100, ri=\EM, rmdc=, rmir=\E[4l,          rf=/usr/share/tabset/vt100, ri=\EM, rmdc=, rmir=\E[4l,
Line 3275 
Line 3383 
         rmul=\E[m,          rmul=\E[m,
         rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,          rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
         sc=\E7,          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%;$<2>,          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\E(B, smacs=\E(0, smam=\E[?7h, smir=\E[4h,          sgr0=\E[m\E(B, smacs=\E(0, smam=\E[?7h, 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,
         use=dec+pp, use=vt220+keypad, use=dec+sl, use=ansi+enq,          use=dec+pp, use=vt220+keypad, use=dec+sl, use=ansi+enq,
 vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy,  vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy,
         am@,          am@,
         is2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H,          is2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H,
         rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H,          rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H, use=vt320,
         use=vt320,  
 # We have to init 132-col mode, not 80-col mode.  # We have to init 132-col mode, not 80-col mode.
 vt320-w|vt300-w|dec vt320 wide 7 bit terminal,  vt320-w|vt300-w|dec vt320 wide 7 bit terminal,
         cols#132, wsl#132,          cols#132, wsl#132,
         is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,          is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
         rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,          rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, use=vt320,
         use=vt320,  
 vt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am,  vt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am,
         am@,          am@,
         is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H,          is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H,
         rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H,          rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H, use=vt320-w,
         use=vt320-w,  
   
 # VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals  # VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
 #   which are pretty much a superset of the VT320.  They have the  #   which are pretty much a superset of the VT320.  They have the
Line 3329 
Line 3435 
         ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$},          ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$},
         home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL,          home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL,
         il1=\E[L, ind=\ED,          il1=\E[L, ind=\ED,
         is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,          is2=\E<\E\sF\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r
               \E[24;1H,
         kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,          kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
         kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~,          kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~,
         kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,          kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,
Line 3337 
Line 3444 
         rf=/usr/share/tabset/vt300, ri=\EM, rmacs=\E(B,          rf=/usr/share/tabset/vt300, ri=\EM, rmacs=\E(B,
         rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,          rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
         rmul=\E[24m, rs1=\E[?3l, sc=\E7,          rmul=\E[24m, rs1=\E[?3l, 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%;$<2>,          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\E(B, smacs=\E(0, smam=\E[?7h, smir=\E[4h,          sgr0=\E[m\E(B, smacs=\E(0, smam=\E[?7h, 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,
         tsl=\E[2$~\E[1$}\E[1;%dH,          tsl=\E[2$~\E[1$}\E[1;%dH,
Line 3377 
Line 3485 
         el=\E[K$<4/>, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$},          el=\E[K$<4/>, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$},
         home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@,          home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@,
         il=\E[%p1%dL, il1=\E[L, ind=\ED,          il=\E[%p1%dL, il1=\E[L, ind=\ED,
         is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,          is2=\E<\E\sF\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r
               \E[24;1H,
         kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,          kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
         kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~,          kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~,
         kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,          kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,
Line 3385 
Line 3494 
         rf=/usr/share/tabset/vt300, ri=\EM, rmacs=\E(B,          rf=/usr/share/tabset/vt300, ri=\EM, rmacs=\E(B,
         rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,          rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
         rmul=\E[24m, rs1=\E<\E[?3l\E[!p\E[?7h, sc=\E7,          rmul=\E[24m, rs1=\E<\E[?3l\E[!p\E[?7h, 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%;$<2>,          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\E(B, smacs=\E(0, smam=\E[?7h, smir=\E[4h,          sgr0=\E[m\E(B, smacs=\E(0, smam=\E[?7h, 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,
         tsl=\E[2$~\E[1$}\E[1;%dH, use=dec+sl,          tsl=\E[2$~\E[1$}\E[1;%dH, use=dec+sl,
Line 3416 
Line 3526 
         ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>,          ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>,
         rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,          rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
         rmso=\E[27m, rmul=\E[24m, rs3=\E[?67h\E[64;1"p, sc=\E7,          rmso=\E[27m, rmul=\E[24m, 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%;$<2>,          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\E(B$<2>, smacs=\E(0$<2>, smam=\E[?7h,          sgr0=\E[m\E(B$<2>, smacs=\E(0$<2>, smam=\E[?7h,
         smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g,          smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
         use=ansi+pp, use=dec+sl, use=ansi+enq,          use=ansi+pp, use=dec+sl, use=ansi+enq,
Line 3453 
Line 3564 
         kf48=\E[36;2~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~,          kf48=\E[36;2~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~,
         kf8=\E[19~, kf9=\E[20~, khome=\E[H,          kf8=\E[19~, kf9=\E[20~, khome=\E[H,
         pctrm=USR_TERM\:vt420pcdos\:,          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\\,          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,          use=vt420,
   
 vt420pcdos|DEC VT420 w/PC for DOS Merge,  vt420pcdos|DEC VT420 w/PC for DOS Merge,
         lines#25,          lines#25,
         dispc=%?%p1%{19}%=%t\E\023\021%e%p1%{32}%<%t\E%p1%c%e%p1%{127}%=%t\E\177%e%p1%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@,          pctrm@,
         rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr@,          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,
Line 3533 
Line 3647 
 z340|zstem vt340 terminal emulator 132col 42line,  z340|zstem vt340 terminal emulator 132col 42line,
         lines#42,          lines#42,
         is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H,          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,          rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, use=vt320-w,
         use=vt320-w,  
 z340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins),  z340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins),
         am@,          am@,
         is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H,          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,          rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, use=z340,
         use=z340,  
   
 # CRT is shareware.  It implements some xterm features, including mouse.  # CRT is shareware.  It implements some xterm features, including mouse.
 crt|crt-vt220|CRT 2.3 emulating VT220,  crt|crt-vt220|CRT 2.3 emulating VT220,
Line 3580 
Line 3692 
         cud=\E[%p1%dB, cud1=\ED, cuf=\E[%p1%dC, cuf1=\E[C,          cud=\E[%p1%dB, cud1=\ED, cuf=\E[%p1%dC, cuf1=\E[C,
         cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM,          cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM,
         dch=\E[%p1%dP, dch1=\E[P,          dch=\E[%p1%dP, dch1=\E[P,
         dispc=%?%p1%{8}%=%t\E%%G\342\227\230\E%%@%e%p1%{10}%=%t\E%%G\342\227\231\E%%@%e%p1%{12}%=%t\E%%G\342\231\0\E%%@%e%p1%{13}%=%t\E%%G\342\231\252\E%%@%e%p1%{14}%=%t\E%%G\342\231\253\E%%@%e%p1%{15}%=%t\E%%G\342\230\274\E%%@%e%p1%{27}%=%t\E%%G\342\206\220\E%%@%e%p1%{155}%=%t\E%%G\340\202\242\E%%@%e%p1%c%;,          dispc=%?%p1%{8}%=%t\E%%G\342\227\230\E%%@%e%p1%{10}%=%t\E%%G
                 \342\227\231\E%%@%e%p1%{12}%=%t\E%%G\342\231\0\E%%@%e
                 %p1%{13}%=%t\E%%G\342\231\252\E%%@%e%p1%{14}%=%t\E%%G
                 \342\231\253\E%%@%e%p1%{15}%=%t\E%%G\342\230\274\E%%@
                 %e%p1%{27}%=%t\E%%G\342\206\220\E%%@%e%p1%{155}%=%t\E
                 %%G\340\202\242\E%%@%e%p1%c%;,
         dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K,          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,          el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l,
         hpa=\E[%i%p1%dG, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L,          home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, il=\E[%p1%dL,
         ind=^J, indn=\E[%p1%dS,          il1=\E[L, ind=^J, indn=\E[%p1%dS,
         initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/%02x%p4%{255}%*%{1000}%/%02x,          initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/
                 %02x%p4%{255}%*%{1000}%/%02x,
         is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>\E]R,          is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>\E]R,
         kLFT=\EOD, kRIT=\EOC, kb2=\E[G, kbs=\177, kcbt=\E[Z,          kLFT=\E[D, kRIT=\E[C, kb2=\E[G, kbs=\177, kcbt=\E[Z,
         kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,          kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
         kdch1=\E[3~, kend=\E[4~, khome=\E[1~, kich1=\E[2~,          kdch1=\E[3~, kend=\E[4~, khome=\E[1~, kich1=\E[2~,
         kind=\EOB, kmous=\E[M, knp=\E[6~, kpp=\E[5~, kri=\EOA,          kind=\E[B, kmous=\E[M, knp=\E[6~, kpp=\E[5~, kri=\E[A,
         kspd=^Z, nel=^M^J, oc=\E]R, op=\E[39;49m, rc=\E8, rev=\E[7m,          kspd=^Z, nel=^M^J, oc=\E]R, op=\E[39;49m, rc=\E8, rev=\E[7m,
         ri=\EM, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l,          ri=\EM, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l,
         rmcup=\E[2J\E[?47l, rmir=\E[4l, rmpch=\E[10m,          rmcup=\E[2J\E[?47l, rmir=\E[4l, rmkx=\E[?1l\E>,
         rmso=\E[27m, rmul=\E[24m,          rmpch=\E[10m, rmso=\E[27m, rmul=\E[24m,
         rs2=\E<\E["p\E[50;6"p\Ec\E[?3l\E]R\E[?1000l,          rs2=\E<\E["p\E[50;6"p\Ec\E[?3l\E]R\E[?1000l,
         s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, sc=\E7,          s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, sc=\E7,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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%;,          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=\E[?47h,          sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[?47h,
         smir=\E[4h, smpch=\E[11m, smso=\E[7m, smul=\E[4m,          smir=\E[4h, smkx=\E[?1h\E=, smpch=\E[11m, smso=\E[7m,
         tbc=\E[3g, vpa=\E[%i%p1%dd, E3=\E[3J, use=putty+fnkeys,          smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd, E3=\E[3J,
         use=vt102+enq, use=xterm+sl,          use=putty+fnkeys, use=vt102+enq, use=xterm+sl,
 vt100-putty|Reset PuTTY to pure vt100,  vt100-putty|Reset PuTTY to pure vt100,
         rs2=\E<\E["p\Ec\E[?3l\E]R\E[40"p\E[61"p\E[50;1;2"p,          rs2=\E<\E["p\Ec\E[?3l\E]R\E[40"p\E[61"p\E[50;1;2"p,
         use=vt100,          use=vt100,
 # palette is hardcoded...  
 putty-256color|PuTTY 0.58 with xterm 256-colors,  putty-256color|PuTTY 0.58 with xterm 256-colors,
         use=xterm+256setaf, use=putty,          use=xterm+256setaf, use=putty,
   putty-noapp|putty with cursor keys in normal mode,
           kLFT=\EOD, kRIT=\EOC, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,
           kcuu1=\E[A, kind=\EOB, kri=\EOA, rmkx=\E>, smkx=\E=,
           use=putty,
   
 # One of the keyboard selections is "VT100+".  # One of the keyboard selections is "VT100+".
 # pterm (the X11 port) uses shifted F1-F10 as F11-F20  # pterm (the X11 port) uses shifted F1-F10 as F11-F20
Line 3720 
Line 3842 
 teraterm2.3|Tera Term Pro,  teraterm2.3|Tera Term Pro,
         km, xon@,          km, xon@,
         ncv#43, vt@,          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,          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,          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,          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,          cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM,
Line 3770 
Line 3894 
 # c) Recognizes a subset of vt52 controls.  # c) Recognizes a subset of vt52 controls.
 ms-vt100|MS telnet imitating dec vt100,  ms-vt100|MS telnet imitating dec vt100,
         lines#25,          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,          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@,          ka1@, ka3@, kb2@, kc1@, kc3@, kent@, kf0@, kf1@, kf10@, kf2@, kf3@, kf4@,
         kf5@, kf6@, kf7@, kf8@, kf9@, tbc@, use=vt102+enq, use=vt100,          kf5@, kf6@, kf7@, kf8@, kf9@, tbc@, use=vt102+enq, use=vt100,
   
Line 3888 
Line 4014 
         rmul=\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,          rs2=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H,
         sc=\E7,          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, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m,          sgr0=\E[m, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g, use=vt100+enq,          smul=\E[4m, tbc=\E[3g, use=vt100+enq,
 # Compatible with the R6 xterm  # Compatible with the R6 xterm
Line 3953 
Line 4080 
         rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>,          rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>,
         rmso=\E[27m, rmul=\E[24m, rs1=^O,          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,          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,          setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}
         setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,               %=%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%;,          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,          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,          smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m,
         tbc=\E[3g, vpa=\E[%i%p1%dd, use=vt100+enq,          tbc=\E[3g, vpa=\E[%i%p1%dd, use=vt100+enq,
Line 3975 
Line 4105 
         is2=\E[!p\E[?3;4l\E[4l\E>, kdch1=\E[3~, kfnd@, kslt@,          is2=\E[!p\E[?3;4l\E[4l\E>, kdch1=\E[3~, kfnd@, kslt@,
         rmcup=\E[?1047l\E[?1048l, rs1=\Ec,          rmcup=\E[?1047l\E[?1048l, rs1=\Ec,
         rs2=\E[!p\E[?3;4l\E[4l\E>,          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%;,          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=ansi+pp,          smcup=\E[?1048h\E[?1047h, use=ansi+pp,
         use=xterm-xf86-v33,          use=xterm-xf86-v33,
   
Line 3996 
Line 4127 
         kf42=\E[17;6~, kf43=\E[18;6~, kf44=\E[19;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~,          kf45=\E[20;6~, kf46=\E[21;6~, kf47=\E[23;6~,
         kf48=\E[24;6~, khome=\EOH, rmcup=\E[?1049l,          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%;,          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,          smcup=\E[?1049h, use=xterm-xf86-v333,
   
 # This version was released in XFree86 4.3.  # This version was released in XFree86 4.3.
Line 4004 
Line 4136 
         kDC=\E[3;2~, kEND=\E[1;2F, kHOM=\E[1;2H, kIC=\E[2;2~,          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,          kLFT=\E[1;2D, kNXT=\E[6;2~, kPRV=\E[5;2~, kRIT=\E[1;2C,
         kbeg@,          kbeg@,
         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%;,          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%;,
         use=xterm-xf86-v40,          use=xterm-xf86-v40,
   
 # This version was released in XFree86 4.4.  # This version was released in XFree86 4.4.
Line 4019 
Line 4152 
 xterm-new|modern xterm terminal emulator,  xterm-new|modern xterm terminal emulator,
         npc,          npc,
         indn=\E[%p1%dS, kb2=\EOE, kcbt=\E[Z, kent=\EOM,          indn=\E[%p1%dS, kb2=\EOE, kcbt=\E[Z, kent=\EOM,
         rin=\E[%p1%dT, use=xterm+pcfkeys, use=xterm+tmux,          rin=\E[%p1%dT, use=ansi+enq, use=xterm+pcfkeys,
         use=xterm-basic,          use=xterm+tmux, use=xterm-basic,
   
 # This fragment is for people who cannot agree on what the backspace key  # This fragment is for people who cannot agree on what the backspace key
 # should send.  # should send.
Line 4210 
Line 4343 
         rmir=\E[4l, rmkx=\E[?1l\E>, rmm=\E[?1034l, rmso=\E[27m,          rmir=\E[4l, rmkx=\E[?1l\E>, rmm=\E[?1034l, rmso=\E[27m,
         rmul=\E[24m, rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>, sc=\E7,          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,          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,          setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}
         setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,               %=%t3%e%p1%d%;m,
         sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,          setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}
                %=%t3%e%p1%d%;m,
           sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;
               %?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
         sgr0=\E(B\E[m, sitm=\E[3m, smacs=\E(0, smam=\E[?7h,          sgr0=\E(B\E[m, sitm=\E[3m, smacs=\E(0, smam=\E[?7h,
         smcup=\E[?1049h, smir=\E[4h, smkx=\E[?1h\E=,          smcup=\E[?1049h, smir=\E[4h, smkx=\E[?1h\E=,
         smm=\E[?1034h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,          smm=\E[?1034h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
Line 4229 
Line 4365 
 # xterm also recognizes the control sequences for initc -TD  # xterm also recognizes the control sequences for initc -TD
 xterm-16color|xterm with 16 colors like aixterm,  xterm-16color|xterm with 16 colors like aixterm,
         ccc,          ccc,
         initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\,          initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*
         use=ibm+16color, use=xterm-new,                %{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\,
           oc=\E]104\007, rs1=\Ec\E]104\007, use=ibm+16color,
           use=xterm-new,
   
 # 256-colors is a compile-time feature of XFree86 xterm beginning with  # 256-colors is a compile-time feature of XFree86 xterm beginning with
 # patch #111 (1999/7/10) -TD  # patch #111 (1999/7/10) -TD
 xterm+256color|xterm 256-color feature,  xterm+256color|xterm 256-color feature,
         ccc,          ccc,
         colors#256, pairs#32767,          colors#256, pairs#32767,
         initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\,          initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*
         setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,                %{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\,
         setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,          oc=\E]104\007,
           setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;
                 5;%p1%d%;m,
           setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5
                 ;%p1%d%;m,
         setb@, setf@,          setb@, setf@,
   
   # palette is hardcoded...
 xterm+256setaf|xterm 256-color (set-only),  xterm+256setaf|xterm 256-color (set-only),
         ccc@,          ccc@,
         colors#256, pairs#32767,          colors#256, pairs#32767,
         initc@,          initc@,
         setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,          setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;
         setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,                5;%p1%d%;m,
           setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5
                 ;%p1%d%;m,
         setb@, setf@,          setb@, setf@,
   
 # 88-colors is a compile-time feature of XFree86 xterm beginning with  # 88-colors is a compile-time feature of XFree86 xterm beginning with
Line 4271 
Line 4416 
   
 # These variants of XFree86 3.9.16 xterm are built as a configure option.  # These variants of XFree86 3.9.16 xterm are built as a configure option.
 xterm-256color|xterm with 256 colors,  xterm-256color|xterm with 256 colors,
         use=xterm+256color, use=xterm-new,          rs1=\Ec\E]104\007, use=xterm+256color, use=xterm-new,
 xterm-88color|xterm with 88 colors,  xterm-88color|xterm with 88 colors,
         use=xterm+88color, use=xterm-256color,          rs1=\Ec\E]104\007, use=xterm+88color,
           use=xterm-256color,
   
 # This chunk is based on suggestions by Ailin Nemui and Nicholas Marriott, who  # This chunk is based on suggestions by Ailin Nemui and Nicholas Marriott, who
 # asked for some of xterm's advanced features to be added to its terminfo  # asked for some of xterm's advanced features to be added to its terminfo
Line 4321 
Line 4467 
         flash=\233?5h$<100/>\233?5l, home=\233H,          flash=\233?5h$<100/>\233?5l, home=\233H,
         hpa=\233%i%p1%dG, ht=^I, hts=\210, ich=\233%p1%d@,          hpa=\233%i%p1%dG, ht=^I, hts=\210, ich=\233%p1%d@,
         il=\233%p1%dL, il1=\233L, ind=^J, invis=\2338m,          il=\233%p1%dL, il1=\233L, ind=^J, invis=\2338m,
         is2=\E[62"p\E G\233m\233?7h\E>\E7\233?1;3;4;6l\2334l\233r\E8,          is2=\E[62"p\E\sG\233m\233?7h\E>\E7\233?1;3;4;6l\2334l\233r
               \E8,
         ka1=\217w, ka3=\217u, kb2=\217y, kbeg=\217E, kc1=\217q,          ka1=\217w, ka3=\217u, kb2=\217y, kbeg=\217E, kc1=\217q,
         kc3=\217s, kcbt=\233Z, kcub1=\217D, kcud1=\217B,          kc3=\217s, kcbt=\233Z, kcub1=\217D, kcud1=\217B,
         kcuf1=\217C, kcuu1=\217A, kdch1=\2333~, kend=\2334~,          kcuf1=\217C, kcuu1=\217A, kdch1=\2333~, kend=\2334~,
Line 4336 
Line 4483 
         ri=\215, rmacs=\E(B, rmam=\233?7l, rmcup=\233?1049l,          ri=\215, rmacs=\E(B, rmam=\233?7l, rmcup=\233?1049l,
         rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m,          rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m,
         rs1=\Ec,          rs1=\Ec,
         rs2=\E[62"p\E G\233m\233?7h\E>\E7\233?1;3;4;6l\2334l\233r\E8,          rs2=\E[62"p\E\sG\233m\233?7h\E>\E7\233?1;3;4;6l\2334l\233r
               \E8,
         sc=\E7, setab=\2334%p1%dm, setaf=\2333%p1%dm,          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,          setb=\2334%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1
         setf=\2333%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,               %{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\E(0%e\E(B%;,          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\E(0%e\E(B%;,
         sgr0=\2330m\E(B, smacs=\E(0, smam=\233?7h,          sgr0=\2330m\E(B, smacs=\E(0, smam=\233?7h,
         smcup=\233?1049h, smir=\2334h, smkx=\233?1h\E=,          smcup=\233?1049h, smir=\2334h, smkx=\233?1h\E=,
         smso=\2337m, smul=\2334m, tbc=\2333g, u6=\233[%i%d;%dR,          smso=\2337m, smul=\2334m, tbc=\2333g, u6=\233[%i%d;%dR,
Line 4466 
Line 4617 
 #  #
 # xterm with bold instead of underline  # 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,
         sgr=%?%p9%t\016%e\017%;B\E[0%?%p6%t;1%;%?%p2%t;1%;%?%p1%p3%|%t;7%;m,          sgr=%?%p9%t\016%e\017%;B\E[0%?%p6%t;1%;%?%p2%t;1%;%?%p1%p3%|
               %t;7%;m,
         smso=\E[7m, smul=\E[1m, use=xterm-old,          smso=\E[7m, smul=\E[1m, use=xterm-old,
   
 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file  # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
Line 4533 
Line 4685 
 # no new information.  # no new information.
 xterm+x11mouse|X11 xterm mouse protocol,  xterm+x11mouse|X11 xterm mouse protocol,
         kmous=\E[M, XM=\E[?1000%?%p1%{1}%=%th%el%;,          kmous=\E[M, XM=\E[?1000%?%p1%{1}%=%th%el%;,
         xm=\E[M%?%p4%t3%e%p3%' '%+%c%;%p2%'!'%+%c%p1%'!'%+%c,          xm=\E[M%?%p4%t3%e%p3%'\s'%+%c%;%p2%'!'%+%c%p1%'!'%+%c,
 xterm-x11mouse|X11 mouse,  xterm-x11mouse|X11 mouse,
         use=xterm+x11mouse, use=xterm,          use=xterm+x11mouse, use=xterm,
   
Line 4542 
Line 4694 
 # response.  # response.
 xterm+x11hilite|X11 xterm mouse protocol with highlight,  xterm+x11hilite|X11 xterm mouse protocol with highlight,
         kmous=\E[M, XM=\E[?1001%?%p1%{1}%=%th%el%;,          kmous=\E[M, XM=\E[?1001%?%p1%{1}%=%th%el%;,
         xm=\E[%p7%'!'%+%p6%'!'%+%c%p9%'!'%+%c%p8%'!'%+%c%p2%'!'%+%c%p1%'!'%+%cT,          xm=\E[%p7%'!'%+%p6%'!'%+%c%p9%'!'%+%c%p8%'!'%+%c%p2%'!'%+%c
              %p1%'!'%+%cT,
 xterm-x11hilite|X11 mouse with highlight,  xterm-x11hilite|X11 mouse with highlight,
         use=xterm+x11mouse, use=xterm,          use=xterm+x11mouse, use=xterm,
   
Line 4582 
Line 4735 
 # "1005" mouse mode.  # "1005" mouse mode.
 xterm+sm+1005|xterm UTF-8 mouse,  xterm+sm+1005|xterm UTF-8 mouse,
         kmous=\E[M, XM=\E[?1005;1000%?%p1%{1}%=%th%el%;,          kmous=\E[M, XM=\E[?1005;1000%?%p1%{1}%=%th%el%;,
         xm=\E[M%?%p4%t3%e%p3%' '%+%c%;%p2%'!'%+%u%p1%'!'%+%u,          xm=\E[M%?%p4%t3%e%p3%'\s'%+%c%;%p2%'!'%+%u%p1%'!'%+%u,
 xterm-1005|xterm UTF-8 mouse,  xterm-1005|xterm UTF-8 mouse,
         use=xterm+sm+1005, use=xterm,          use=xterm+sm+1005, use=xterm,
   
Line 4615 
Line 4768 
         acsc=``aajjkkllmmnnooppqqrrssttuuvvwwxx~~,          acsc=``aajjkkllmmnnooppqqrrssttuuvvwwxx~~,
         csr=\E[%i%p1%d;%p2%dr, dsl=\E[?H, enacs=, fsl=\E[?F,          csr=\E[%i%p1%d;%p2%dr, dsl=\E[?H, enacs=, fsl=\E[?F,
         kmous=\E[M, rc=\E8, rmacs=\E(B, rmam=\E[?7l, sc=\E7,          kmous=\E[M, rc=\E8, rmacs=\E(B, rmam=\E[?7l, sc=\E7,
         sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;,          sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e
               \E(B%;,
         sgr0=\E[m\E(B, smacs=\E(0, smam=\E[?7h,          sgr0=\E[m\E(B, smacs=\E(0, smam=\E[?7h,
         tsl=\E[?E\E[?%i%p1%dT, use=xterm-r6, use=ecma+color,          tsl=\E[?E\E[?%i%p1%dT, use=xterm-r6, use=ecma+color,
 kterm-color|kterm-co|kterm with ANSI colors,  kterm-color|kterm-co|kterm with ANSI colors,
Line 4644 
Line 4798 
         rmacs=^O, rmcup=\E@0\E[?4r, rmso=\E[m,          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,          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,          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%;,
         sgr0=\E[m\017, smacs=^N, smcup=\E@0\E[?4s\E[?4h\E@1,          sgr0=\E[m\017, smacs=^N, smcup=\E@0\E[?4s\E[?4h\E@1,
         smso=\E[7m, tbc=\E[3g, use=vt100+fnkeys,          smso=\E[7m, tbc=\E[3g, use=vt100+fnkeys,
   
 xtermc|xterm terminal emulator (color),  xtermc|xterm terminal emulator (color),
         colors#8, ncv#7, pairs#64,          colors#8, ncv#7, pairs#64,
         op=\E[100m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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,          setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}
         setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,               %=%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,          use=xtermm,
   
 # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995  # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
Line 4663 
Line 4820 
 xterm-pcolor|xterm with color used for highlights and status line,  xterm-pcolor|xterm with color used for highlights and status line,
         wsl#40,          wsl#40,
         bold=\E[1;43m, rev=\E[7;34m,          bold=\E[1;43m, rev=\E[7;34m,
         sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1;43%;%?%p2%t;4;42%;%?%p1%t;7;31%;%?%p3%t;7;34%;%?%p4%t;5%;%?%p7%t;8%;m,          sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1;43%;%?%p2%t;4;42%;%?%p1
               %t;7;31%;%?%p3%t;7;34%;%?%p4%t;5%;%?%p7%t;8%;m,
         smso=\E[7;31m, smul=\E[4;42m, use=xterm+sl, use=xterm-r6,          smso=\E[7;31m, smul=\E[4;42m, use=xterm+sl, use=xterm-r6,
   
 # This describes the capabilities of color_xterm, an xterm variant from  # This describes the capabilities of color_xterm, an xterm variant from
Line 4693 
Line 4851 
         rmso=\E[27m, rmul=\E[24m,          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,          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%;,
         sgr0=\E[0m\017, smacs=^N, smam=\E[?7h,          sgr0=\E[0m\017, smacs=^N, smam=\E[?7h,
         smcup=\E[?1;41s\E[?1;41h\E=, smir=\E[4h, smso=\E[7m,          smcup=\E[?1;41s\E[?1;41h\E=, smir=\E[4h, smso=\E[7m,
         smul=\E[4m, use=ecma+color, use=vt220+keypad,          smul=\E[4m, use=ecma+color, use=vt220+keypad,
Line 4766 
Line 4925 
         bce, km@,          bce, km@,
         civis=\E[?25l, cnorm=\E[?25h, kdch1=\E[3~, kf1=\EOP,          civis=\E[?25l, cnorm=\E[?25h, kdch1=\E[3~, kf1=\EOP,
         kf2=\EOQ, kf3=\EOR, kf4=\EOS, rmam=\E[?7l,          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%;,          sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\016%e
               \017%;,
         sgr0=\E[0m\017, smam=\E[?7h, tbc@, use=xterm-color,          sgr0=\E[0m\017, smam=\E[?7h, tbc@, use=xterm-color,
   
 # GNOME Terminal 2.0.1 (Redhat 8.0)  # GNOME Terminal 2.0.1 (Redhat 8.0)
Line 4801 
Line 4961 
 # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002.  # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002.
 gnome-fc5|GNOME Terminal,  gnome-fc5|GNOME Terminal,
         rs1=\Ec,          rs1=\Ec,
         rs2=\E7\E[r\E8\E[m\E[?7h\E[!p\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h,          rs2=\E7\E[r\E8\E[m\E[?7h\E[!p\E[?1;3;4;6l\E[4l\E>\E[?1000l
               \E[?25h,
         use=ansi+enq, use=xterm+pcc0, use=gnome-rh90,          use=ansi+enq, use=xterm+pcc0, use=gnome-rh90,
   
 # GNOME Terminal 2.18.1 (2007 snapshot)  # GNOME Terminal 2.18.1 (2007 snapshot)
Line 4838 
Line 4999 
 vte-2012|VTE 0.34.1,  vte-2012|VTE 0.34.1,
         ncv#16,          ncv#16,
         dim=\E[2m, flash@, invis=\E[8m, ritm=\E[23m,          dim=\E[2m, flash@, invis=\E[8m, ritm=\E[23m,
         sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p5%t;2%;%?%p7%t;8%;%?%p1%p3%|%t;7%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p5%t;2%;%?%p7%t;8%;%?%p1%p3
               %|%t;7%;m%?%p9%t\016%e\017%;,
         sitm=\E[3m, use=vte-2008,          sitm=\E[3m, use=vte-2008,
 # Version 3.6.1 sets TERM to xterm-256color (still hardcoded), which has  # Version 3.6.1 sets TERM to xterm-256color (still hardcoded), which has
 # 61 differences from a correct entry for gnome terminal.  # 61 differences from a correct entry for gnome terminal.
Line 4876 
Line 5038 
 gnome|GNOME Terminal,  gnome|GNOME Terminal,
         use=vte-2012,          use=vte-2012,
   
 # relevant changes were made in January 2014  # relevant changes were made in January 2014, and later.
 vte-2014|VTE 0.35.1,  vte-2014|VTE 0.35.1,
         use=xterm+pcfkeys, use=vte-2012,          ncv@,
           cbt=\E[Z, el1=\E[1K, flash=\E[?5h$<100/>\E[?5l,
           ich=\E[%p1%d@, indn=\E[%p1%dS, kent=\EOM, rin=\E[%p1%dT,
           rmso=\E[27m, rmul=\E[24m, use=xterm+pcfkeys,
           use=vte-2012,
   
 vte|VTE aka GNOME Terminal,  vte|VTE aka GNOME Terminal,
         use=vte-2014,          use=vte-2014,
   
 # palette is hardcoded...  
 vte-256color|VTE with xterm 256-colors,  vte-256color|VTE with xterm 256-colors,
         use=xterm+256color, use=vte,          use=xterm+256color, use=vte,
 gnome-256color|GNOME Terminal with xterm 256-colors,  gnome-256color|GNOME Terminal with xterm 256-colors,
Line 4964 
Line 5129 
         kf9@, kfnd@, khome=\E[1~, kslt@, rin=\E[%p1%dT, ritm=\E[23m,          kf9@, kfnd@, khome=\E[1~, kslt@, rin=\E[%p1%dT, ritm=\E[23m,
         rmam=\E[?7l, rmso=\E[27m, rmul=\E[24m,          rmam=\E[?7l, rmso=\E[27m, rmul=\E[24m,
         rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h,          rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h,
         sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?
               %p9%t\016%e\017%;,
         sgr0=\E[0m\017, sitm=\E[3m, smam=\E[?7h, vpa=\E[%i%p1%dd,          sgr0=\E[0m\017, sitm=\E[3m, smam=\E[?7h, vpa=\E[%i%p1%dd,
         use=ecma+color, use=xterm-r6,          use=ecma+color, use=xterm-r6,
 konsole-linux|KDE console window with linux keyboard,  konsole-linux|KDE console window with linux keyboard,
Line 5003 
Line 5169 
 konsole|KDE console window,  konsole|KDE console window,
         use=konsole-xf4x,          use=konsole-xf4x,
   
 # palette is hardcoded...  
 konsole-256color|KDE console window with xterm 256-colors,  konsole-256color|KDE console window with xterm 256-colors,
         use=xterm+256setaf, use=konsole,          use=xterm+256setaf, use=konsole,
   
Line 5063 
Line 5228 
         rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m,          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>\E[?1000l,          rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l,
         sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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%;m%?%p9%t\E(0%e\E(B%;,          sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e
               \E(B%;,
         sgr0=\E[m\E(B, smacs=\E(0, smam=\E[?7h, smcup=\E[?1049h,          sgr0=\E[m\E(B, smacs=\E(0, smam=\E[?7h, smcup=\E[?1049h,
         smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m,          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,          tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c,
Line 5118 
Line 5284 
         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;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,          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,          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,          enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l, home=\E[H,
         hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L,          ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL,
         ind=^J, is1=\E[?47l\E=\E[?1l,          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, kbs=^H,          is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kbs=^H,
         kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,          kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
         rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m,          rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m,
         rmul=\E[24m,          rmul=\E[24m,
         rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,          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>\E[?1000l\E[?25h,          rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?
               25h,
         s0ds=\E(B, s1ds=\E(0, sc=\E7,          s0ds=\E(B, s1ds=\E(0, sc=\E7,
         sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?
               %p9%t\016%e\017%;,
         sgr0=\E[0m\017, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h,          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=vt100+enq,          smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, use=vt100+enq,
         use=rxvt+pcfkeys, use=vt220+keypad,          use=rxvt+pcfkeys, use=vt220+keypad,
Line 5266 
Line 5434 
 rxvt-xpm|rxvt terminal emulator (X Window System),  rxvt-xpm|rxvt terminal emulator (X Window System),
         use=rxvt,          use=rxvt,
 rxvt-cygwin|rxvt terminal emulator (X Window System) on cygwin,  rxvt-cygwin|rxvt terminal emulator (X Window System) on cygwin,
         acsc=+\257\,\256-\^0\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,          acsc=+\257\,\256-\^0\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,
         use=rxvt,          use=rxvt,
 rxvt-cygwin-native|rxvt terminal emulator (native MS Window System port) on cygwin,  rxvt-cygwin-native|rxvt terminal emulator (native MS Window System port) on cygwin,
         acsc=+\257\,\256-\^0\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~\376,          acsc=+\257\,\256-\^0\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~\376,
         use=rxvt-cygwin,          use=rxvt-cygwin,
   
 # This variant is supposed to work with rxvt 2.7.7 when compiled with  # This variant is supposed to work with rxvt 2.7.7 when compiled with
Line 5399 
Line 5571 
         rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=,          rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=,
         rmso=\E[27m, rmul=\E[24m,          rmso=\E[27m, rmul=\E[24m,
         rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,          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>\E[?1000l\E[?25h,          rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?
               25h,
         sc=\E7,          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%;,
         sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h,          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,          smir=\E[4h, smkx=, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
         vpa=\E[%i%p1%dd, use=vt100+enq, use=rxvt+pcfkeys,          vpa=\E[%i%p1%dd, use=vt100+enq, use=rxvt+pcfkeys,
Line 5451 
Line 5625 
         pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET,          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@,          rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@,
         rmul=\E&d@,          rmul=\E&d@,
         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%;,          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,          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,          smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY,
 # HPUX 11 provides a color version.  # HPUX 11 provides a color version.
Line 5472 
Line 5647 
 emu|emu native mode,  emu|emu native mode,
         am, bce, mir, msgr, xon,          am, bce, mir, msgr, xon,
         colors#15, cols#80, it#8, lines#24, pairs#64, vt#200,          colors#15, cols#80, it#8, lines#24, pairs#64, vt#200,
         acsc=61a\202f\260g2j\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=\EW, bold=\EU, civis=\EZ, clear=\EP\EE0;0;,          bel=^G, blink=\EW, bold=\EU, civis=\EZ, clear=\EP\EE0;0;,
         cnorm=\Ea, cr=^M, csr=\Ek%p1%d;%p2%d;, cub=\Eq-%p1%d;,          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=\EC,          cub1=^H, cud=\Ep%p1%d;, cud1=\EB, cuf=\Eq%p1%d;, cuf1=\EC,
Line 5490 
Line 5666 
         op=\Es0;\Er0;, rev=\ET, ri=\EF, rmir=\EX, rmso=\ES, rmul=\ES,          op=\Es0;\Er0;, rev=\ET, ri=\EF, rmir=\EX, rmso=\ES, rmul=\ES,
         rs2=\ES\Es0;\Er0;, setab=\Es%i%p1%d;,          rs2=\ES\Es0;\Er0;, setab=\Es%i%p1%d;,
         setaf=\Er%i%p1%d;,          setaf=\Er%i%p1%d;,
         sgr=\ES%?%p1%t\ET%;%?%p2%t\EV%;%?%p3%t\ET%;%?%p4%t\EW%;%?%p6%t\EU%;,          sgr=\ES%?%p1%t\ET%;%?%p2%t\EV%;%?%p3%t\ET%;%?%p4%t\EW%;%?%p6
               %t\EU%;,
         sgr0=\ES, smir=\EY, smso=\ET, smul=\EV, tbc=\Ej,          sgr0=\ES, smir=\EY, smso=\ET, smul=\EV, tbc=\Ej,
   
 # vt220 Terminfo entry for the Emu emulation, corresponds to  # vt220 Terminfo entry for the Emu emulation, corresponds to
Line 5521 
Line 5698 
         knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8, rev=\E[0;7m,          knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8, rev=\E[0;7m,
         ri=\EM, rmacs=^O, rmcup=\E>, rmkx=\E>, rmso=\E[m, rmul=\E[m,          ri=\EM, rmacs=^O, rmcup=\E>, rmkx=\E>, rmso=\E[m, rmul=\E[m,
         rs2=\E[4l\E[34l\E[?1l\E[?3l\E[?5l\E[?7h, sc=\E7,          rs2=\E[4l\E[34l\E[?1l\E[?3l\E[?5l\E[?7h, sc=\E7,
         sgr=\E[0%?%p1%t;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%;,          sgr=\E[0%?%p1%t;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, smacs=^N, smcup=\E[?1l\E=, smkx=\E=,          sgr0=\E[m, smacs=^N, smcup=\E[?1l\E=, smkx=\E=,
         smso=\E[0;7m, smul=\E[0;4m, tbc=\E[3g,          smso=\E[0;7m, smul=\E[0;4m, tbc=\E[3g,
   
Line 5555 
Line 5733 
         rmul=\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,          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,          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%;,          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,          sgr0=\E[m\017, smacs=^N, smcup=\E7\E[?47h,
         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,
         tsl=\E[?E\E[?%i%p1%dT, use=vt100+fnkeys,          tsl=\E[?E\E[?%i%p1%dT, use=vt100+fnkeys,
Line 5579 
Line 5758 
         invis=\E[8m, is2=\E)0\017, kbs=^H, nel=\EE, rev=\E[7m,          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,          ri=\E[T, rin=\E[%p1%dT, rmacs=^O, rmir=\E[4l, rmso=\E[27m,
         rmul=\E[24m,          rmul=\E[24m,
         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%;,          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, smir=\E[4h, smso=\E[7m, smul=\E[4m,          sgr0=\E[m, smacs=^N, smir=\E[4h, smso=\E[7m, smul=\E[4m,
         vpa=\E[%i%p1%dd,          vpa=\E[%i%p1%dd,
 # mterm normally sets $TERM to "mterm"  # mterm normally sets $TERM to "mterm"
Line 5617 
Line 5797 
         ri=\E[T, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmir=\E[4l,          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,          rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, sc=\E7,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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%;,          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,          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,          smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, u6=\E[%i%d;%dR,
         u7=\E[6n, vpa=\E[%i%p1%dd,          u7=\E[6n, vpa=\E[%i%p1%dd,
Line 5645 
Line 5826 
         khome=\E[1~, knp=\E[6~, kpp=\E[5~, rev=\E[7m, rmacs=\E[10m,          khome=\E[1~, knp=\E[6~, kpp=\E[5~, rev=\E[7m, rmacs=\E[10m,
         rmam=\E[?7l, rmcup=\E[?1049l, rs1=\E[H\E[J\E[m\Ec,          rmam=\E[?7l, rmcup=\E[?1049l, rs1=\E[H\E[J\E[m\Ec,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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,          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=\E[11m, smam=\E[?7h,          sgr0=\E[0;10m, smacs=\E[11m, smam=\E[?7h,
         smcup=\E[?1049h, smso=\E[3m, smul=\E[4m,          smcup=\E[?1049h, smso=\E[3m, smul=\E[4m,
   
Line 5718 
Line 5900 
         cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,          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,          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,          dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K,
         enacs=\E)0, flash=\E[?5h\E[?5l, fsl=^G, home=\E[H,          enacs=\E)0, flash=\E[?5h$<100/>\E[?5l, fsl=^G, home=\E[H,
         hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@,          hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@,
         il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS,          il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS,
         is2=\E[4l\E>\E[?1034l, kDC=\E[3;2~, kEND=\E[1;2F,          is2=\E[4l\E>\E[?1034l, kDC=\E[3;2~, kEND=\E[1;2F,
Line 5751 
Line 5933 
         rmcup=\E[?1049l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,          rmcup=\E[?1049l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
         rmul=\E[m, rs1=\Ec, rs2=\E[4l\E>\E[?1034l, sc=\E7,          rmul=\E[m, rs1=\Ec, rs2=\E[4l\E>\E[?1034l, sc=\E7,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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,          setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}
         setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,               %=%t3%e%p1%d%;m,
         sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m,          setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}
                %=%t3%e%p1%d%;m,
           sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|
               %t;7%;%?%p4%t;5%;m,
         sgr0=\E[0m, sitm=\E[3m, smacs=\E(0, smcup=\E[?1049h,          sgr0=\E[0m, sitm=\E[3m, smacs=\E(0, smcup=\E[?1049h,
         smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m,          smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m,
         tbc=\E[3g, tsl=\E]0;, u6=\E[%i%d;%dR, u7=\E[6n,          tbc=\E[3g, tsl=\E]0;, u6=\E[%i%d;%dR, u7=\E[6n,
Line 5795 
Line 5980 
         khome=\E[1~, knp=\E[6~, kpp=\E[5~, op=\E[37;40m, rc=\E8,          khome=\E[1~, knp=\E[6~, kpp=\E[5~, op=\E[37;40m, rc=\E8,
         rev=\E[7m, rmacs=\E(B, rmso=\E[m, rmul=\E[m, sc=\E7,          rev=\E[7m, rmacs=\E(B, rmso=\E[m, rmul=\E[m, sc=\E7,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
         sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m,          sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|
               %t;7%;m,
         sgr0=\E[0m, smacs=\E(0, smso=\E[7m, smul=\E[4m,          sgr0=\E[0m, smacs=\E(0, smso=\E[7m, smul=\E[4m,
 st-16color|stterm-16color|simpleterm with 16-colors,  st-16color|stterm-16color|simpleterm with 16-colors,
         use=ibm+16color, use=st,          use=ibm+16color, use=st,
Line 5871 
Line 6057 
         rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>,          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, setab=\E[48;5;%p1%dm,          s0ds=\E(B, s1ds=\E(0, sc=\E7, setab=\E[48;5;%p1%dm,
         setaf=\E[38;5;%p1%dm,          setaf=\E[38;5;%p1%dm,
         sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;,          sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t
               \E(0%e\E(B%;,
         sgr0=\E[m\E(B, smacs=\E(0, smcup=\E7\E[?47h, smir=\E[4h,          sgr0=\E[m\E(B, smacs=\E(0, smcup=\E7\E[?47h, smir=\E[4h,
         smso=\E[7m, smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd,          smso=\E[7m, smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd,
         use=xterm+sl-twm,          use=xterm+sl-twm,
Line 5930 
Line 6117 
         kRIT=\E[1;2C, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,          kRIT=\E[1;2C, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
         kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~,          kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~,
         kind=\E[1;2B, kri=\E[1;2A,          kind=\E[1;2B, kri=\E[1;2A,
         sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;$<2>,          sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p7%t;8
               %;m%?%p9%t\016%e\017%;$<2>,
         vpa=\E[%i%p1%dd, kDC3=\E[3;3~, kDC4=\E[3;4~,          vpa=\E[%i%p1%dd, kDC3=\E[3;3~, kDC4=\E[3;4~,
         kDC5=\E[3;5~, kDC6=\E[3;6~, kDC7=\E[3;7~, kDN=\E[1;2B,          kDC5=\E[3;5~, kDC6=\E[3;6~, kDC7=\E[3;7~, kDN=\E[1;2B,
         kDN3=\E[1;3B, kDN4=\E[1;4B, kDN5=\E[1;5B, kDN6=\E[1;6B,          kDN3=\E[1;3B, kDN4=\E[1;4B, kDN5=\E[1;5B, kDN6=\E[1;6B,
Line 5997 
Line 6185 
         knp=\E[6~, kpp=\E[5~, op=\E[39;49m, rc=\E8, rev=\E[7m,          knp=\E[6~, kpp=\E[5~, op=\E[39;49m, rc=\E8, rev=\E[7m,
         ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, rs1=\Ec,          ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, rs1=\Ec,
         sc=\E7, setab=\E[%p1%'('%+%dm, setaf=\E[%p1%{30}%+%dm,          sc=\E7, setab=\E[%p1%'('%+%dm, setaf=\E[%p1%{30}%+%dm,
         sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m,          sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?
               %p7%t;8%;m,
         sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m,          sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m,
         u6=\E[%i%d;%dR, u7=\E[6n,          u6=\E[%i%d;%dR, u7=\E[6n,
   
Line 6070 
Line 6259 
 screen|VT 100/ANSI X3.64 virtual terminal,  screen|VT 100/ANSI X3.64 virtual terminal,
         OTbs, OTpt, am, km, mir, msgr, xenl, G0,          OTbs, OTpt, am, km, mir, msgr, xenl, G0,
         colors#8, cols#80, it#8, lines#24, ncv@, pairs#64, U8#1,          colors#8, cols#80, it#8, lines#24, ncv@, pairs#64, U8#1,
         acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,          acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
                yzz{{||}}~~,
         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[34h\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,          csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
Line 6088 
Line 6278 
         nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,          nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
         rmcup=\E[?1049l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[23m,          rmcup=\E[?1049l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[23m,
         rmul=\E[24m, rs2=\Ec\E[?1000l\E[?25h, sc=\E7,          rmul=\E[24m, rs2=\Ec\E[?1000l\E[?25h, sc=\E7,
         sgr=\E[0%?%p6%t;1%;%?%p1%t;3%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p6%t;1%;%?%p1%t;3%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;
               5%;%?%p5%t;2%;m%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smacs=^N, smcup=\E[?1049h, smir=\E[4h,          sgr0=\E[m\017, smacs=^N, smcup=\E[?1049h, smir=\E[4h,
         smkx=\E[?1h\E=, smso=\E[3m, smul=\E[4m, tbc=\E[3g, E0=\E(B,          smkx=\E[?1h\E=, smso=\E[3m, smul=\E[4m, tbc=\E[3g, E0=\E(B,
         S0=\E(%p1%c, use=ecma+color,          S0=\E(%p1%c, use=ecma+color,
Line 6192 
Line 6383 
 screen.xterm-xfree86|screen.xterm-new|screen customized for modern xterm,  screen.xterm-xfree86|screen.xterm-new|screen customized for modern xterm,
         bce@, bw,          bce@, bw,
         invis@, kIC@, kNXT@, kPRV@, meml@, memu@,          invis@, kIC@, kNXT@, kPRV@, meml@, memu@,
         sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;m,          sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|
               %t;7%;%?%p4%t;5%;%?%p5%t;2%;m,
         E3@, use=screen+italics, use=screen+fkeys, use=xterm-new,          E3@, use=screen+italics, use=screen+fkeys, use=xterm-new,
 #:screen.xterm|screen for modern xterm,  #:screen.xterm|screen for modern xterm,
 #:      use=screen.xterm-new,  #:      use=screen.xterm-new,
Line 6204 
Line 6396 
 # on Solaris because Sun's curses implementation gets confused.  # on Solaris because Sun's curses implementation gets confused.
 screen.teraterm|disable ncv in teraterm,  screen.teraterm|disable ncv in teraterm,
         ncv#127,          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,          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+fkeys, use=screen,          use=screen+fkeys, use=screen,
 # Other terminals  # Other terminals
 screen.rxvt|screen in rxvt,  screen.rxvt|screen in rxvt,
Line 6331 
Line 6525 
 #  #
 # Other special mappings:  # Other special mappings:
 #       Apple           VT220  #       Apple           VT220
 #       HELP            Find  #       HELP            Find
 #       HOME            Insert here  #       HOME            Insert here
 #       PAGEUP          Remove  #       PAGEUP          Remove
 #       DEL             Select  #       DEL             Select
Line 6353 
Line 6547 
         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;%p2%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, 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, enacs=\E)0, flash=\E[?5h\E[?5l,          el=\E[K, el1=\E[1K, enacs=\E)0,
         home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@,          flash=\E[?5h$<100/>\E[?5l, home=\E[H, ht=^I, hts=\EH,
         if=/usr/share/tabset/vt100, il=\E[%p1%dL, il1=\E[L,          ich=\E[%p1%d@, if=/usr/share/tabset/vt100,
         ind=\n$<150*>,          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,          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,          kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
         kdch1=\E[4~, kend=\E[5~, kf1=\E[17~, kf10=\E[28~,          kdch1=\E[4~, kend=\E[5~, kf1=\E[17~, kf10=\E[28~,
Line 6368 
Line 6562 
         rmacs=\E(B, rmam=\E[?7l, rmcup=\E[2J\E8, rmir=\E[4l,          rmacs=\E(B, rmam=\E[?7l, rmcup=\E[2J\E8, rmir=\E[4l,
         rmso=\E[27m, rmul=\E[24m,          rmso=\E[27m, rmul=\E[24m,
         rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;4;6l\E[4l\E>, sc=\E7,          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%;,          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\E(B, smacs=\E(0, smam=\E[?7h, smcup=\E7,          sgr0=\E[m\E(B, smacs=\E(0, smam=\E[?7h, smcup=\E7,
         smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,          smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
         u8=\E[?62;1;6c, use=xterm+sl, use=ansi+enq,          u8=\E[?62;1;6c, use=xterm+sl, use=ansi+enq,
Line 6562 
Line 6757 
         bold=\E[1m, cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC,          bold=\E[1m, cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC,
         cuu=\E[%p1%dA, home=\E[H, op=\E[0m, rs2=\E[s,          cuu=\E[%p1%dA, home=\E[H, op=\E[0m, rs2=\E[s,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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,          setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}
         setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,               %=%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%;%?%p1%p3%|%t;7%;m, sgr0=\E[m,          sgr=\E[0%?%p6%t;1%;%?%p1%p3%|%t;7%;m, sgr0=\E[m,
         smso=\E[7m, use=sun,          smso=\E[7m, use=sun,
   
Line 6718 
Line 6915 
 nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines,  nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines,
         OTbs,          OTbs,
         lines#40,          lines#40,
         is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8,          is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40
               r\E8,
         use=news-old-unk,          use=news-old-unk,
 #  #
 # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)  # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
Line 6731 
Line 6929 
 nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines,  nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines,
         OTbs,          OTbs,
         lines#40,          lines#40,
         is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8,          is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40
               r\E8,
         use=news-old-unk,          use=news-old-unk,
 #  #
 # (nwp513: this had :DE=^H: and the alias vt100-bm --esr)  # (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
 nwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines,  nwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines,
         OTbs,          OTbs,
         lines#31,          lines#31,
         is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8,          is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31
               r\E8,
         use=news-old-unk,          use=news-old-unk,
 #  #
 # (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as <OTbs>; --esr)  # (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as <OTbs>; --esr)
Line 6746 
Line 6946 
 nwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines,  nwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines,
         OTbs,          OTbs,
         lines#33,          lines#33,
         is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8,          is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33
               r\E8,
         use=news-old-unk,          use=news-old-unk,
 #  #
 # (nwp513-o: had :DE=^H:, I think that's <OTbs>; also the alias vt100-bm --esr)  # (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,  nwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old sony vt100 emulator 33 lines,
         OTbs,          OTbs,
         lines#31,          lines#31,
         is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8,          is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31
               r\E8,
         use=news-old-unk,          use=news-old-unk,
 #  #
 # (news28: this had :DE=^H:, I think that's <OTbs>, and :KB=nws1200: --esr)  # (news28: this had :DE=^H:, I think that's <OTbs>, and :KB=nws1200: --esr)
 news28|sony vt100 emulator 28 lines,  news28|sony vt100 emulator 28 lines,
         OTbs,          OTbs,
         lines#28,          lines#28,
         is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8,          is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28
               r\E8,
         use=news-old-unk,          use=news-old-unk,
 #  #
 # (news29: this had :TY=ascii:KB=nws1200:\ --esr)  # (news29: this had :TY=ascii:KB=nws1200:\ --esr)
 news29|news28-a|sony vt100 emulator 29 lines,  news29|news28-a|sony vt100 emulator 29 lines,
         lines#29,          lines#29,
         is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8,          is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29
               r\E8,
         use=news-old-unk,          use=news-old-unk,
 #  #
 # (news511: this had :TY=sjis: --esr)  # (news511: this had :TY=sjis: --esr)
Line 6828 
Line 7032 
         kslt=\E[4~, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,          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,          rmam=\E[?7l, rmir=\E[4l, rmso=\E[22;27m, rmul=\E[24m,
         sc=\E7,          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%;,          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,          sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h,
         smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, use=ecma+color,          smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, use=ecma+color,
   
Line 6856 
Line 7061 
         bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l,          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,          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,          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,          dch=\E[%p1%dp, ed=\E[J, el=\E[K,
         home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J,          flash=\E[?5h$<100/>\E[?5l, home=\E[H, ht=^I, hts=\EH,
         kb2=\E[G, kbs=^H, kf0=\0D, kll=\0O, kspd=^Z, nel=^M^J,          ich=\E[%p1%d@, ich1=\E[@, ind=^J, kb2=\E[G, kbs=^H, kf0=\0D,
         rev=\E[5;37;41m, rmir=\E[4l, rmpch=\E[10m,          kll=\0O, kspd=^Z, nel=^M^J, rev=\E[5;37;41m, rmir=\E[4l,
         rmso=\E[0;44m\E[1;33m, rmul=\E[0;44m\E[1;33m, rs1=\Ec,          rmpch=\E[10m, rmso=\E[0;44m\E[1;33m,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          rmul=\E[0;44m\E[1;33m, rs1=\Ec, setab=\E[4%p1%dm,
         sgr0=\E[0m\E[1;33;44m, smir=\E[4h, smpch=\E[11m,          setaf=\E[3%p1%dm, sgr0=\E[0m\E[1;33;44m, smir=\E[4h,
         smso=\E[0;31;47m, smul=\E[1;31;44m, tbc=\E[3g, u8=\E[?6c,          smpch=\E[11m, smso=\E[0;31;47m, smul=\E[1;31;44m,
         u9=\E[c, use=emx-base,          tbc=\E[3g, u8=\E[?6c, u9=\E[c, use=emx-base,
 # nice colors for Emacs (white on blue, mode line white on cyan)  # nice colors for Emacs (white on blue, mode line white on cyan)
 ansi-color-2-emx|ANSI.SYS color 2,  ansi-color-2-emx|ANSI.SYS color 2,
         clear=\E[0;37;44m\E[H\E[J, rev=\E[1;37;46m,          clear=\E[0;37;44m\E[H\E[J, rev=\E[1;37;46m,
Line 6957 
Line 7162 
 cygwin|ansi emulation for Cygwin,  cygwin|ansi emulation for Cygwin,
         am, hs, mir, msgr, xon,          am, hs, mir, msgr, xon,
         colors#8, it#8, pairs#64,          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,          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, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD,          bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD,
         cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC,          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,          cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA,
Line 6976 
Line 7183 
         rmacs=\E[10m, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l,          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,          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,          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%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,          sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p7
               %t;8%;%?%p9%t;11%;m,
         sgr0=\E[0;10m, smacs=\E[11m, smcup=\E7\E[?47h,          sgr0=\E[0;10m, smacs=\E[11m, smcup=\E7\E[?47h,
         smir=\E[4h, smpch=\E[11m, smso=\E[7m, smul=\E[4m, tsl=\E];,          smir=\E[4h, smpch=\E[11m, smso=\E[7m, smul=\E[4m, tsl=\E];,
         vpa=\E[%i%p1%dd, use=vt102+enq,          vpa=\E[%i%p1%dd, use=vt102+enq,
Line 6990 
Line 7198 
 cygwinDBG|Debug Version for Cygwin,  cygwinDBG|Debug Version for Cygwin,
         am, eo, mir, msgr, xon,          am, eo, mir, msgr, xon,
         colors#8, cols#80, it#8, lines#24, ncv#3, pairs#64,          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,          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,          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,          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,          cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C,
Line 7011 
Line 7221 
         rc=\E8, rev=\E[7m, ri=\EM, rmacs=\E[10m, rmir=\E[4l,          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,          rmso=\E[m, rmul=\E[m, rs1=\Ec\E]R, sc=\E7,
         setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          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%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m,          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;12%;m,
         sgr0=\E[0;10m, smacs=\E[11m, smir=\E[4h, smso=\E[7m,          sgr0=\E[0;10m, smacs=\E[11m, smir=\E[4h, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd, use=vt102+enq,          smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd, use=vt102+enq,
   
Line 7138 
Line 7349 
 djgpp|ansi emulation for DJGPP alpha,  djgpp|ansi emulation for DJGPP alpha,
         am, bce, msgr, xhp, xon, xt,          am, bce, msgr, xhp, xon, xt,
         colors#8, it#8, pairs#64,          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,          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,          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,          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,          cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C,
Line 7155 
Line 7368 
         khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, nel=^M^J,          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,          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,          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,          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,          sgr0=\E[m, smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd,
   
 djgpp203|Entry for DJGPP 2.03,  djgpp203|Entry for DJGPP 2.03,
Line 7191 
Line 7405 
 uwin|U/Win 3.2 console,  uwin|U/Win 3.2 console,
         am, eo, in, msgr, xenl, xon,          am, eo, in, msgr, xenl, xon,
         colors#8, it#8, ncv#58, pairs#64,          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,          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,          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,          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,          cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A,
Line 7282 
Line 7498 
 interix|opennt|opennt-25|ntconsole|ntconsole-25|OpenNT-term compatible with color,  interix|opennt|opennt-25|ntconsole|ntconsole-25|OpenNT-term compatible with color,
         am, bw, msgr,          am, bw, msgr,
         colors#8, cols#80, lines#25, ncv#3, pairs#64,          colors#8, cols#80, lines#25, 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,          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[2J, cub=\E[%p1%dD,          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,          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,          cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA,
Line 7301 
Line 7519 
         kf46=\EFk, kf47=\EFm, kf48=\EFn, kf49=\EFo, kf5=\EF5,          kf46=\EFk, kf47=\EFm, kf48=\EFn, kf49=\EFo, kf5=\EF5,
         kf50=\EFp, kf51=\EFq, kf52=\EFr, kf53=\EFs, kf54=\EFt,          kf50=\EFp, kf51=\EFq, kf52=\EFr, kf53=\EFs, kf54=\EFt,
         kf55=\EFu, kf56=\EFv, kf57=\EFw, kf58=\EFx, kf59=\EFy,          kf55=\EFu, kf56=\EFv, kf57=\EFw, kf58=\EFx, kf59=\EFy,
         kf6=\EF6, kf60=\EFz, kf61=\EF+, kf62=\EF-,          kf6=\EF6, kf60=\EFz, kf61=\EF+, kf62=\EF-, kf63=\EF^L,
         kf63=\EF\014 kf64=\EF$, kf7=\EF7, kf8=\EF8, kf9=\EF9,          kf7=\EF7, kf8=\EF8, kf9=\EF9, kich1=\E[L, kll=\E[U, knp=\E[T,
         kich1=\E[L, kll=\E[U, knp=\E[T, kpp=\E[S, ll=\E[U, nel=^M^J,          kpp=\E[S, ll=\E[U, nel=^M^J, op=\E[m, rc=\E[u, rev=\E[7m,
         op=\E[m, rc=\E[u, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT,          ri=\E[T, rin=\E[%p1%dT, rmcup=\E[2b\E[u\r\E[K, rmso=\E[m,
         rmcup=\E[2b\E[u\r\E[K, rmso=\E[m, rmul=\E[m, rs1=\Ec,          rmul=\E[m, rs1=\Ec, sc=\E[s, setab=\E[4%p1%dm,
         sc=\E[s, setab=\E[4%p1%dm, setaf=\E[3%p1%dm,          setaf=\E[3%p1%dm, setb=\E[%p1%{40}%+%dm,
         setb=\E[%p1%{40}%+%dm, setf=\E[%p1%{30}%+%dm,          setf=\E[%p1%{30}%+%dm, sgr0=\E[0m, smcup=\E[s\E[1b,
         sgr0=\E[0m, smcup=\E[s\E[1b, smso=\E[7m, smul=\E[4m,          smso=\E[7m, smul=\E[4m, kf64=\EF$,
   
 opennt-35|ntconsole-35|OpenNT-term35 compatible with color,  opennt-35|ntconsole-35|OpenNT-term35 compatible with color,
         lines#35, use=opennt,          lines#35, use=opennt,
Line 7501 
Line 7719 
         kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh,          kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh,
         kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET,          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@,          krmir=\ER, rev=\E&dB, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@,
         sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%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,          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.  # Note: no <home> on HPs since that homes to top of memory, not screen.
Line 7571 
Line 7790 
 # NOT set up by the initialization strings.  # NOT set up by the initialization strings.
 #  #
 # Port Configuration  # Port Configuration
 #       RecvPace=Xon/Xoff  #       RecvPace=Xon/Xoff
 #       XmitPace=Xon/Xoff  #       XmitPace=Xon/Xoff
 #       StripNulDel=Yes  #       StripNulDel=Yes
 #  #
 # Terminal Configuration  # Terminal Configuration
 #       InhHndShk=Yes  #       InhHndShk=Yes
 #       InhDC2=Yes  #       InhDC2=Yes
 #       XmitFnctn(A)=No  #       XmitFnctn(A)=No
 #       InhEolWrp=No  #       InhEolWrp=No
 #  #
 # Note: the 2624 DOES have a true <home>, believe it or not!  # Note: the 2624 DOES have a true <home>, believe it or not!
 #  #
Line 7597 
Line 7816 
 hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B,  hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B,
         da, db,          da, db,
         lm#96,          lm#96,
         flash=\E&w13F$<66/>\E&w12F$<66/>\E&w13F$<66/>\E&w12F,          flash=\E&w13F$<66/>\E&w12F$<66/>\E&w13F$<66/>\E&w12F, use=hp+labels, use=scrhp,
         use=hp+labels, use=scrhp,  
   
 # This hp2626 entry does not use any of the fancy windowing stuff  # This hp2626 entry does not use any of the fancy windowing stuff
 # of the 2626.  # of the 2626.
Line 7639 
Line 7857 
         eslok, hs,          eslok, hs,
         lines#23,          lines#23,
         fsl=\E&d@\E&w7f2p1I\E&w4f1I,          fsl=\E&d@\E&w7f2p1I\E&w4f1I,
         is1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r,          is1=\E&q3t0{0H\s\E&w0f115n1I\s\E&w0f1n2I\s\E&w2f1i0d0u22l0S
               \s\E&w2f2i0d23u23l0S\s\E&w7f2p1I\s\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.  # Force terminal back to 24 lines after being 23.
 hp2626-ns|hp 2626 using all 24 lines,  hp2626-ns|hp 2626 using all 24 lines,
         is1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r,          is1=\E&q3t0{0H\s\E&w0f118n1I\s\E&w0f1n2I\s\E&w2f1i0d0u23l0S
               \s\E&w3f2I\s\E&w7f2p1I\s\r,
         use=hp2626,          use=hp2626,
 # Various entries useful for small windows on 2626.  # Various entries useful for small windows on 2626.
 hp2626-12|hewlett-packard 2626 12 lines,  hp2626-12|hewlett-packard 2626 12 lines,
Line 7660 
Line 7880 
 #  #
 hp2627a-rev|hp 2627 with reverse video colors,  hp2627a-rev|hp 2627 with reverse video colors,
         cr=^M, cud1=^J, ht=^I, ind=^J,          cr=^M, cud1=^J, ht=^I, ind=^J,
         is2=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r,          is2=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3
               \r,
         kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmul=\E&v0S\E&d@,          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,  hp2627a|hp 2627 color terminal with no labels,
Line 7706 
Line 7927 
         ked=\EJ, kel=\EK, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL,          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,          kind=\ES, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, rev=\E&dB,
         rmkx=\E&s0A,          rmkx=\E&s0A,
         sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%?%p5%t%{72}%|%;%?%p6%t%{66}%|%;%c,          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,          sgr0=\E&d@, smkx=\E&s1A, smul=\E&dD, use=hpgeneric,
 # You should use this terminal at 4800 baud or less.  # You should use this terminal at 4800 baud or less.
 hp2648|hp2648a|HP 2648a graphics terminal,  hp2648|hp2648a|HP 2648a graphics terminal,
Line 7726 
Line 7948 
         da, db,          da, db,
         lh#1, lm#48,          lh#1, lm#48,
         acsc@,          acsc@,
         pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s,          pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t\s%;%p2
               %s,
         rmacs@,          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%{64}%+%e%{83}%;%e%?%ga%t%ga%{64}%+%e%{64}%;%;%c,          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,          sgr0=\E&d@, smacs@, use=hp+labels, use=scrhp,
   
 hp2621-a|hp2621a-a|hp2621 with fn as arrows,  hp2621-a|hp2621a-a|hp2621 with fn as arrows,
Line 7746 
Line 7972 
 newhp|generic entry for new hewlett packard terminals,  newhp|generic entry for new hewlett packard terminals,
         am, bw, mir, xhp, xon,          am, bw, mir, xhp, xon,
         cols#80, lines#24, pb#4800,          cols#80, lines#24, pb#4800,
         acsc=2[3@4>5I9(\:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\:Y+Z*dHjGkTlRmFn/q\,t5u6v8w7x.,          acsc=2[3@4>5I9(\:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\:Y+Z*dHjGkTlRm
                Fn/q\,t5u6v8w7x.,
         bel=^G, blink=\E&dA, bold=\E&dF, cbt=\Ei, cr=^M, cub1=^H,          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,          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,          dl1=\EM, ed=\EJ, el=\EK, ht=\011$<2>, hts=\E1, il1=\EL, ind=^J,
Line 7755 
Line 7982 
         pfloc=\E&f1a%p1%dk0d%p2%l%dL%p2%s,          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,          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,          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%{64}%+%e%{83}%;%e%?%ga%t%ga%{64}%+%e%{64}%;%;%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,
   
Line 7777 
Line 8007 
 hp+labels|"standard" label info for new HP ttys,  hp+labels|"standard" label info for new HP ttys,
         lh#2, lw#8, nlab#8,          lh#2, lw#8, nlab#8,
         lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8,          lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8,
         pln=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s,          pln=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t\s%;%p2
               %s,
         rmln=\E&j@, smln=\E&jB,          rmln=\E&j@, smln=\E&jB,
   
 hp+printer|"standard" printer info for HP ttys,  hp+printer|"standard" printer info for HP ttys,
Line 7792 
Line 8023 
         lh#1, lm#48, lw#8, nlab#8,          lh#1, lm#48, lw#8, nlab#8,
         kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh,          kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh,
         kind=\ET, kll=\EF, kri=\ES,          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%{111}%p1%+%c\r,          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,          smln=\E&jB, use=hp2621,
   
 hp2621b-p|hp 2621b with printer,  hp2621b-p|hp 2621b with printer,
Line 7842 
Line 8074 
 hp+color|hp with colors,  hp+color|hp with colors,
         ccc,          ccc,
         colors#16, ncv#17, pairs#7,          colors#16, ncv#17, pairs#7,
         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,          initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
         oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I,                %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&v1a1c5
              I\E&v1b1c6I\E&v1x1y7I,
         op=\E&v0S, scp=\E&v%p1%dS,          op=\E&v0S, scp=\E&v%p1%dS,
   
 # <is2> sets the screen to be 80 columns wide  # <is2> sets the screen to be 80 columns wide
Line 7857 
Line 8093 
 # PC Character Set      YES  # PC Character Set      YES
 # Twenty-Five Line Mode YES  # Twenty-Five Line Mode YES
 # XON/XOFF              @128 or 64 (sc)  # XON/XOFF              @128 or 64 (sc)
 # Keycode Mode          NO   or YES (sc)  # Keycode Mode          NO   or YES (sc)
 # Backspace Key         BS or BS/DEL  # Backspace Key         BS or BS/DEL
 #  #
 # <is2>         sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;  # <is2>         sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;
 # \E\\? does not turn off keycode mode  # \E\\? does not turn off keycode mode
 # <smsc>        sets alternate start/stop; keycode on  # <smsc>        sets alternate start/stop; keycode on
 hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode,  hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode,
         am, eo, xenl, xon,          am, eo, xenl, xon,
         cols#80, lines#25,          cols#80, lines#25,
         acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\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,          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,          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,          cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M,
Line 7907 
Line 8144 
 # but has no padding added, so may allow runover in some terminals at high  # but has no padding added, so may allow runover in some terminals at high
 # baud rates.  Will not work for hp2640a or hp2640b terminals, hp98x6 and  # baud rates.  Will not work for hp2640a or hp2640b terminals, hp98x6 and
 # hp98x5 terminal emulators or hp98x6 consoles.  # hp98x5 terminal emulators or hp98x6 consoles.
 #       Adds xy-cursor addressing, vertical cursor addressing, home,  #       Adds xy-cursor addressing, vertical cursor addressing, home,
 # last line, and underline capabilities.  # last line, and underline capabilities.
 #  #
 # (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",  # (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
Line 7935 
Line 8172 
         pfx=\E&f2a%p1%dk%p2%l%dL%p2%s,          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,          pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rmir=\ER, rmkx=\E&s0A,
         rmln=\E&j@, rmso=\E&d@, rmul=\E&d@,          rmln=\E&j@, rmso=\E&d@, rmul=\E&d@,
         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%;,          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,          sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smln=\E&jB, smso=\E&dB,
         smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY,          smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY,
   
Line 8219 
Line 8457 
         bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L,          bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L,
         cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW,          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,          dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE,
         is2=\E0        \E1        \E1        \E1        \E1        \E1        \E1        \E1        \E1,          is2=\E0\s\s\s\s\s\s\s\s\E1\s\s\s\s\s\s\s\s\E1\s\s\s\s\s\s\s
               \s\E1\s\s\s\s\s\s\s\s\E1\s\s\s\s\s\s\s\s\E1\s\s\s\s\s\s
               \s\s\E1\s\s\s\s\s\s\s\s\E1\s\s\s\s\s\s\s\s\E1,
         kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r,          kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r,
         kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r,          kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r,
         kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, smir=\Eq, tbc=\E0,          kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, smir=\Eq, tbc=\E0,
Line 8248 
Line 8488 
         bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L,          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,          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,          dl1=\ER, ed=\Ey, el=\Et, home=^^, ht=\Ei, ich1=\EQ, il1=\EE,
         is2=\E%\014\014\014\016\003\0\003\002\003\002\0\0\0\0\0\0\0\0\0\0\0,          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,          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,          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,          kf7=^AF\r, khome=^^, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5,
Line 8413 
Line 8654 
         OTbs, OTpt,          OTbs, OTpt,
         OTkn#4,          OTkn#4,
         if=/usr/share/tabset/vt100,          if=/usr/share/tabset/vt100,
         is2=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l,          is2=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l, use=vt100,
         use=vt100,  
 # (adm42: removed obsolete ":ma=^K^P:" -- esr)  # (adm42: removed obsolete ":ma=^K^P:" -- esr)
 adm42|lsi adm42,  adm42|lsi adm42,
         OTbs, am,          OTbs, am,
Line 8473 
Line 8713 
         kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E$A, nel=^M^J,          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,          rmcup=, rmir=\E[4l, rmkx=\E[>13l, rmso=\E[m, rmul=\E[m,
         sgr0=\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,          smcup=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12
                 l\E[1Q,
         smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m,          smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m,
 pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode,  pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode,
         cols#132,          cols#132,
Line 8559 
Line 8800 
         rev=\E[7m$<2>, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E[?1l\E>,          rev=\E[7m$<2>, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E[?1l\E>,
         rmso=\E[m$<2>, rmul=\E[m$<2>,          rmso=\E[m$<2>, rmul=\E[m$<2>,
         rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7,          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$<2>,          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=,          sgr0=\E[m$<2>, smam=\E[?7h, smkx=\E[?1h\E=,
         smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g,          smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g,
 qvt103-w|qume qvt103 132 cols,  qvt103-w|qume qvt103 132 cols,
Line 8900 
Line 9142 
 # 10: 110  # 10: 110
 #  #
 # S2 UART/Terminal options:  # S2 UART/Terminal options:
 #               Up                      Down  #               Up                      Down
 # 1:            Not used                Not allowed  # 1:            Not used                Not allowed
 # 2:    Alternate character set   Standard character set  # 2:    Alternate character set   Standard character set
 # 3:        Full duplex             Half duplex  # 3:        Full duplex             Half duplex
Line 8911 
Line 9153 
 # 8:            Not used                Not allowed on Rev E or lower  # 8:            Not used                Not allowed on Rev E or lower
 # 9:         Even parity             Odd parity  # 9:         Even parity             Odd parity
 # 10:       Steady cursor           Blinking cursor  # 10:       Steady cursor           Blinking cursor
 #       (On Rev E or lower, use W25 instead of switch 10.)  #       (On Rev E or lower, use W25 instead of switch 10.)
 #  #
 # S5 UART/Terminal options:  # S5 UART/Terminal options:
 #               Open                    Closed  #               Open                    Closed
 # 1:    P3-6 Not connected      DSR received on P3-6  # 1:    P3-6 Not connected      DSR received on P3-6
 # 2:    P3-8 Not connected      DCD received on P3-8  # 2:    P3-8 Not connected      DCD received on P3-8
 #  #
Line 8924 
Line 9166 
 # 3 Closed, 4 Closed:   Not allowed  # 3 Closed, 4 Closed:   Not allowed
 #  #
 # 5 Closed:     HDX printer (hardware control) Rev. K with extension port off,  # 5 Closed:     HDX printer (hardware control) Rev. K with extension port off,
 #               all data transmitted out of the modem port (P3) will also be  #               all data transmitted out of the modem port (P3) will also be
 #               transmitted out of the printer port (P4).  #               transmitted out of the printer port (P4).
 #  #
 # 6 Open, 7 Open:               Not allowed  # 6 Open, 7 Open:               Not allowed
 # 6 Open, 7 Closed:     20ma current loop input  # 6 Open, 7 Closed:     20ma current loop input
Line 8937 
Line 9179 
 # is switched on).  # is switched on).
 #  #
 # S4/W31:       Enables automatic LF upon receipt of CR from  # S4/W31:       Enables automatic LF upon receipt of CR from
 #               remote or keyboard.  #               remote or keyboard.
 # S4/W32:       Enables transmission of EOT at the end of Send.  If not  # S4/W32:       Enables transmission of EOT at the end of Send.  If not
 #               installed, a carriage return is sent.  #               installed, a carriage return is sent.
 # S4/W33:       Disables automatic carriage return in column 80.  # S4/W33:       Disables automatic carriage return in column 80.
 # S4/W34:       Selects Page Print Mode as initial condition.  If not  # S4/W34:       Selects Page Print Mode as initial condition.  If not
 #               installed, Extension Mode is selected.  #               installed, Extension Mode is selected.
 #  #
 # NON-STANDARD CAPABILITIES  # NON-STANDARD CAPABILITIES
 #  #
Line 9059 
Line 9301 
         xmc#1,          xmc#1,
         blink=\E\^, dim=\E)\s, invis=\E_, rev=\Ej, rmso=\E(\Ek,          blink=\E\^, dim=\E)\s, invis=\E_, rev=\Ej, rmso=\E(\Ek,
         rmul=\Em,          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%;%;,          sgr=\E%?%p1%p5%|%t)%e(%;\s\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,          sgr0=\E(\Ek\010\Em\010\Eq, smso=\E)\Ej, smul=\El,
   
 # This uses the second page memory option to save & restore screen  # This uses the second page memory option to save & restore screen
Line 9265 
Line 9508 
 # Position      Up      Dn      Description  # Position      Up      Dn      Description
 # --------------------------------------------  # --------------------------------------------
 # 1             X               Local edit  # 1             X               Local edit
 #                       X       Duplex edit (transmit editing keys)  #                       X       Duplex edit (transmit editing keys)
 # --------------------------------------------  # --------------------------------------------
 # 2             X               912/920 emulation  # 2             X               912/920 emulation
 #                       X       925  #                       X       925
 # --------------------------------------------  # --------------------------------------------
 # 3                     X  # 3                     X
 # 4                     X       No parity  # 4                     X       No parity
Line 9291 
Line 9534 
 # 5             X  # 5             X
 # --------------------------------------------  # --------------------------------------------
 # 6             X               White on black display  # 6             X               White on black display
 #                       X       Black on white display  #                       X       Black on white display
 # --------------------------------------------  # --------------------------------------------
 # 7                     X       Half Duplex  # 7                     X       Half Duplex
 # 8                     X  # 8                     X
Line 9303 
Line 9546 
 # 8             X  # 8             X
 # --------------------------------------------  # --------------------------------------------
 # 9                     X       50 Hz  # 9                     X       50 Hz
 #               X               60 Hz  #               X               60 Hz
 # --------------------------------------------  # --------------------------------------------
 # 10            X               CR/LF (Auto LF)  # 10            X               CR/LF (Auto LF)
 #                       X       CR only  #                       X       CR only
 #  #
 # S3 (internal switch) settings:  # S3 (internal switch) settings:
 #  #
 # Position      Up      Dn      Description  # Position      Up      Dn      Description
 # --------------------------------------------  # --------------------------------------------
 # 1             X               Keyclick off  # 1             X               Keyclick off
 #                       X       Keyclick on  #                       X       Keyclick on
 # --------------------------------------------  # --------------------------------------------
 # 2                     X       English  # 2                     X       English
 # 3                     X  # 3                     X
Line 9340 
Line 9583 
 # 5             X  # 5             X
 # --------------------------------------------  # --------------------------------------------
 # 6             X               Screen blanking timer (ON)  # 6             X               Screen blanking timer (ON)
 #                       X       Screen blanking timer (OFF)  #                       X       Screen blanking timer (OFF)
 # --------------------------------------------  # --------------------------------------------
 # 7             X               Page attributes  # 7             X               Page attributes
 #                       X       Line attributes  #                       X       Line attributes
 # --------------------------------------------  # --------------------------------------------
 # 8             X               DCD disconnected  # 8             X               DCD disconnected
 #                       X       DCD connected  #                       X       DCD connected
 # --------------------------------------------  # --------------------------------------------
 # 9             X               DSR disconnected  # 9             X               DSR disconnected
 #                       X       DSR connected  #                       X       DSR connected
 # --------------------------------------------  # --------------------------------------------
 # 10            X               DTR Disconnected  # 10            X               DTR Disconnected
 #                       X       DTR connected  #                       X       DTR connected
 # --------------------------------------------  # --------------------------------------------
 #  #
 # (tvi925: BSD has <clear=\E*>.  I got <is2> and <ri> from there -- esr)  # (tvi925: BSD has <clear=\E*>.  I got <is2> and <ri> from there -- esr)
Line 9481 
Line 9724 
         dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\Eb$<200/>\Ed,          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,          fsl=^M, home=^^, ht=^I, hts=\E1, ich1=\EQ, il1=\EE, ind=^J,
         invis@,          invis@,
         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,          is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee\s\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,          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,          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,          kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r,
Line 9503 
Line 9748 
 #       set local (no send) edit keys (\Ek) when exiting vi  #       set local (no send) edit keys (\Ek) when exiting vi
 #  #
 tvi950-2p|televideo950 w/2 pages,  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\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\2\E-07 \011,          is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee\s\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\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,
 #  #
Line 9517 
Line 9764 
 #                        place cursor at 0,24,1 (\E-07 )  #                        place cursor at 0,24,1 (\E-07 )
 #  #
 tvi950-4p|televideo950 w/4 pages,  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\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\3\E-07 \011,          is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee\s\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\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,
 #  #
Line 9528 
Line 9777 
 #  #
 tvi950-rv|televideo950 rev video,  tvi950-rv|televideo950 rev video,
         flash=\Ed$<200/>\Eb,          flash=\Ed$<200/>\Eb,
         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,          is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee\s\017\011\El
               \E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r
               \0,
         use=tvi950,          use=tvi950,
   
 # tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv  # tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
 tvi950-rv-2p|televideo950 rev video w/2 pages,  tvi950-rv-2p|televideo950 rev video w/2 pages,
         flash=\Ed$<200/>\Eb,          flash=\Ed$<200/>\Eb,
         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,          is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee\s\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 uses the appropriate entries from 950-4p and 950-rv
 tvi950-rv-4p|televideo950 rev video w/4 pages,  tvi950-rv-4p|televideo950 rev video w/4 pages,
         flash=\Ed$<200/>\Eb,          flash=\Ed$<200/>\Eb,
         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,          is2=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee\s\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>  # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
Line 9563 
Line 9818 
         is2=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El, kctab=\E2, khts=\E1,          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\0\E0p\E4\0\Ef\r,          rs1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee\s\017\E0P\E6\0\E0p\E4\0
               \Ef\r,
         sgr0=\EG0\E[=5l, smacs=\E$, smam=\E[=7h, smxon=^O,          sgr0=\EG0\E[=5l, smacs=\E$, smam=\E[=7h, smxon=^O,
         use=tvi950,          use=tvi950,
 tvi955-w|955-w|televideo955 w/132 cols,  tvi955-w|955-w|televideo955 w/132 cols,
Line 9651 
Line 9907 
         rmacs=\E%%, rmam=\E[=7l, rmcup=\E.3\Er\E[1;25r\E[25;0H,          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,          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\0\0\Ex1\0\0\Ex2\0\0\Ex3\0\0\Ex4\0\0\E1,          rs2=\E.b\E[10;20v\E[14;1v\E[3;0v\E[7;0v\E[=11.h\E[=12.h\E[=1
         rs3=\E[=19h\E.3\E9\E0O\0\0\0\0\0\E0o\0\0\0\0\0\E0J\177\0\0\0\0,              3.h\E[=14.h\E[=15l\E[=20h\E[=60l\E[=61h\E[=9l\E[=10l\E[=
         sgr=\EG0%?%p1%t\EGt%;%?%p2%t\EG8%;%?%p3%t\EG4%;%?%p4%t\EG2%;%?%p5%t\EGp%;%?%p6%t\EG\,%;%?%p7%t\EG1%;%?%p8%t\E&%;%?%p9%t\E$%e\E%%%;,              21l\E[=23l\E[=3l\E_40\E_50\En\Ew\Ee\s\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%;%?%p8%t\E&%;%?
               %p9%t\E$%e\E%%%;,
         sgr0=\EG0\E%, smacs=\E$, smam=\E=7h, smcup=\E.2, smdc=\Er,          sgr0=\EG0\E%, smacs=\E$, smam=\E=7h, smcup=\E.2, smdc=\Er,
         smir=\Eq, smln=\E[4;2v, smso=\EGt, smul=\EG8, smxon=^O,          smir=\Eq, smln=\E[4;2v, smso=\EGt, smul=\EG8, smxon=^O,
         tbc=\E3, tsl=\E[4;1v\E_30, uc=\EG8\EG0,          tbc=\E3, tsl=\E[4;1v\E_30, uc=\EG8\EG0,
Line 9770 
Line 10032 
 # some of the vi300s have older firmware that has the command  # some of the vi300s have older firmware that has the command
 # sequence for setting editing extent reversed.  # sequence for setting editing extent reversed.
 vi300-old|visual 300 with old firmware (set edit extent reversed),  vi300-old|visual 300 with old firmware (set edit extent reversed),
         is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s,          is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s, use=vi300,
         use=vi300,  
   
 # Visual 500 prototype entry from University of Wisconsin.  # Visual 500 prototype entry from University of Wisconsin.
 # The best place to look for the escape sequences is page A1-1 of the  # The best place to look for the escape sequences is page A1-1 of the
Line 9879 
Line 10140 
         ma@, xmc#1,          ma@, xmc#1,
         blink=\EG2, dim=\EGp, prot=\EG0\E), rmacs=\EG0\EH\003,          blink=\EG2, dim=\EGp, prot=\EG0\E), rmacs=\EG0\EH\003,
         rmcup=\EG0, rmso=\EG0,          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%;,          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=\EG4, use=wy30, use=adm+sgr,          smso=\EG4, use=wy30, use=adm+sgr,
 #       The mandatory pause used by <flash> does not work with  #       The mandatory pause used by <flash> does not work with
Line 9918 
Line 10181 
         pfx=\Ez%p1%{63}%+%c%p2%s\177,          pfx=\Ez%p1%{63}%+%c%p2%s\177,
         pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), rev=\E`6\E),          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)%e%p5%p8%|%t\E`7\E)%e\E(%;%?%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,          sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10,
         smso=\E`6\E), tbc=\E0, tsl=\EF,          smso=\E`6\E), tbc=\E0, tsl=\EF,
 #  #
Line 9935 
Line 10199 
         ma@, xmc#1,          ma@, xmc#1,
         blink=\EG2, dim=\EGp, prot=\EG0\E), rev=\EG4,          blink=\EG2, dim=\EGp, prot=\EG0\E), rev=\EG4,
         rmacs=\EG0\EH\003, rmcup=\EG0, rmso=\EG0,          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%;,          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,  wy50-vb|wyse50-vb|wyse 50 visible bell,
Line 9992 
Line 10258 
         pfx=\Ez%p1%{63}%+%c%p2%s\177,          pfx=\Ez%p1%{63}%+%c%p2%s\177,
         pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\EG0\E), ri=\Ej,          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}%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,          setf=%?%p1%{0}%=%t%{76}%e%p1%{1}%=%t%{64}%e%p1%{2}%=%t%{8}%e
         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%;,               %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,  wy350-vb|wyse350-vb|wyse 350 visible bell,
Line 10035 
Line 10307 
         dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>,          dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>,
         flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=\011$<1>,          flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=\011$<1>,
         hts=\E1, il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1,          hts=\E1, il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1,
         is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El,          is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016
               \024\El,
         is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H,          is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H,
         kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,          kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
         kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,          kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
Line 10050 
Line 10323 
         rmacs=\EcD, rmam=\Ed., rmcup=\Ew1, rmir=\Er, rmln=\EA11,          rmacs=\EcD, rmam=\Ed., rmcup=\Ew1, rmir=\Er, rmln=\EA11,
         rmxon=\Ec20, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>,          rmxon=\Ec20, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>,
         rs3=\EwG\Ee($<100>,          rs3=\EwG\Ee($<100>,
         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,          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,          smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21,
         tbc=\E0, tsl=\EF, use=adm+sgr,          tbc=\E0, tsl=\EF, use=adm+sgr,
Line 10115 
Line 10390 
         ed=\EY$<100>, el=\ET, flash=\E`8$<100/>\E`9, fsl=^M,          ed=\EY$<100>, el=\ET, flash=\E`8$<100/>\E`9, fsl=^M,
         home=\E{, ht=\011$<1>, hts=\E1, il1=\EE$<4>, ind=\n$<5>,          home=\E{, ht=\011$<1>, hts=\E1, il1=\EE$<4>, ind=\n$<5>,
         ip=$<3>, is1=\EcB0\EcC1,          ip=$<3>, is1=\EcB0\EcC1,
         is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El,          is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016
               \024\El,
         is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H,          is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H,
         kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,          kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
         kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,          kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
Line 10130 
Line 10406 
         rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew1, rmir=\Er,          rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew1, rmir=\Er,
         rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<150>,          rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<150>,
         rs2=\EeG$<150>, rs3=\EwG\Ee($<200>,          rs2=\EeG$<150>, rs3=\EwG\Ee($<200>,
         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,          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,          smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21,
         tbc=\E0, tsl=\EF, use=adm+sgr,          tbc=\E0, tsl=\EF, use=adm+sgr,
Line 10243 
Line 10521 
         enacs=\E)0, flash=\E[?5h$<30/>\E[?5l, home=\E[H,          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,          hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL,
         il1=\E[L, ind=\n$<1>, invis=\E[8m,          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,          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,          kbs=^H, kcbt=\E[z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC,
         kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,          kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,
         kf12=\E[24~, kf17=\E[K, kf18=\E[31~, kf19=\E[32~, kf2=\EOQ,          kf12=\E[24~, kf17=\E[K, kf18=\E[31~, kf19=\E[32~, kf2=\EOQ,
Line 10253 
Line 10532 
         mc4=\E[4i, mc5=\E[5i, nel=\EE, prot=\E[1"q, rc=\E8,          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,          rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l,
         rmkx=\E[?1l, rmso=\E[27m, rmul=\E[24m,          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,          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,          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%;,          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,          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,          smkx=\E[?1h, smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd,
   
Line 10284 
Line 10566 
         ed=\EY$<8*>, el=\ET$<8>, enacs=\Ec@1J$<2000>,          ed=\EY$<8*>, el=\ET$<8>, enacs=\Ec@1J$<2000>,
         flash=\E\^1$<30/>\E\^0, fsl=^M, home=^^, ht=^I, il1=\EE,          flash=\E\^1$<30/>\E\^0, fsl=^M, home=^^, ht=^I, il1=\EE,
         ind=^J, invis=\EG3,          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,          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,          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,          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,          kf11=^AJ\r, kf12=^AK\r, kf13=^A`\r, kf14=^Aa\r, kf15=^Ab\r,
Line 10294 
Line 10578 
         kf8=^AG\r, kf9=^AH\r, kprt=\EP, mc0=\EP, mc4=^T, mc5=\Ed#,          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.,          nel=^_, prot=\E), rev=\EG4, ri=\Ej, rmacs=\EcD, rmam=\Ed.,
         rmcup=\Ec21\Ec31, rmir=\Er, rmso=\EG0, rmxon=\Ec20\Ec30,          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,          rs2=\Eu\E~4\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`
         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%;,              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,          sgr0=\E(\EG0, smacs=\EcE, smam=\Ed/, smcup=\Ec20\Ec30,
         smir=\Eq, smso=\EG4, smxon=\Ec21\Ec31, tsl=\EF,          smir=\Eq, smso=\EG4, smxon=\Ec21\Ec31, tsl=\EF,
   
Line 10335 
Line 10623 
         dclk=\E`b, dim=\EGp, dl1=\ER$<1>, dsl=\EF\r, ed=\EY$<30>,          dclk=\E`b, dim=\EGp, dl1=\ER$<1>, dsl=\EF\r, ed=\EY$<30>,
         el=\ET$<5>, flash=\E`8$<100/>\E`9, fsl=^M, home=\E{, ht=^I,          el=\ET$<5>, flash=\E`8$<100/>\E`9, fsl=^M, home=\E{, ht=^I,
         hts=\E1, il1=\EE$<1>, ind=\n$<1>, ip=$<2>, is1=\EcB0\EcC1,          hts=\E1, il1=\EE$<1>, ind=\n$<1>, ip=$<2>, is1=\EcB0\EcC1,
         is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El,          is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016
               \024\El,
         is3=\Ew0$<100>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H,          is3=\Ew0$<100>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H,
         kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,          kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
         kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,          kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
Line 10350 
Line 10639 
         rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew0, rmir=\Er,          rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew0, rmir=\Er,
         rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<70>,          rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<70>,
         rs2=\E`\:$<100>, rs3=\EwG\Ee($<140>,          rs2=\E`\:$<100>, rs3=\EwG\Ee($<140>,
         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,          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=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21,          smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21,
         tbc=\E0, tsl=\EF, use=adm+sgr,          tbc=\E0, tsl=\EF, use=adm+sgr,
Line 10430 
Line 10721 
         rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m,          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$<80>, rs3=\E[?5l,          rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<80>, rs3=\E[?5l,
         sc=\E7,          sc=\E7,
         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%;,          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,          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,          smkx=\E[?1l\E[?7h\E=, smso=\E[1t\E[7m, smul=\E[2t\E[4m,
         tbc=\E[3g, tsl=\E[>\,\001, use=vt220+keypad,          tbc=\E[3g, tsl=\E[>\,\001, use=vt220+keypad,
Line 10443 
Line 10736 
         ma@, xmc#1,          ma@, xmc#1,
         blink=\E[2p, dim=\E[1p, invis=\E[4p, is3=\E[m\E[p,          blink=\E[2p, dim=\E[1p, invis=\E[4p, is3=\E[m\E[p,
         rev=\E[16p, rmacs=\E[0p\017, rmso=\E[0p, rmul=\E[0p,          rev=\E[16p, rmacs=\E[0p\017, rmso=\E[0p, rmul=\E[0p,
         sgr=\E[%{0}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{16}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{1}%|%;%?%p7%t%{4}%|%;%dp%?%p9%t\016%e\017%;,          sgr=\E[%{0}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{16}%|%;%?
               %p4%t%{2}%|%;%?%p1%p5%|%t%{1}%|%;%?%p7%t%{4}%|%;%dp%?%p9
               %t\016%e\017%;,
         sgr0=\E[0p\017, smacs=\E[0p\016, smso=\E[17p, smul=\E[8p,          sgr0=\E[0p\017, smacs=\E[0p\016, smso=\E[17p, smul=\E[8p,
         use=wy75,          use=wy75,
 wy75-vb|wyse75-vb|wyse 75 with visible bell,  wy75-vb|wyse75-vb|wyse 75 with visible bell,
Line 10497 
Line 10792 
         rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m,          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>,          rmul=\E[m, rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<70>,
         rs3=\E[?5l, sc=\E7,          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%;,          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,          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,          smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
         tsl=\E[40h\E7\E[25;%i%p1%dH, use=vt220+keypad,          tsl=\E[40h\E7\E[25;%i%p1%dH, use=vt220+keypad,
Line 10556 
Line 10852 
         rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m,          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>,          rmul=\E[m, rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<70>,
         rs3=\E[?5l, sc=\E7,          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%;,          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,          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,          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,
Line 10602 
Line 10899 
         rmkx=\E>, rmso=\E[27m, rmul=\E[24m,          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,          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,          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%;,          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,          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,          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,          tbc=\E[3g, tsl=\E7\E[99;%i%p1%dH, vpa=\E[%i%p1%dd,
Line 10643 
Line 10941 
         dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>,          dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>,
         flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=^I, hts=\E1,          flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=^I, hts=\E1,
         il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1,          il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1,
         is2=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El,          is2=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024
               \El,
         is3=\Ew0$<16>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H,          is3=\Ew0$<16>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H,
         kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,          kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
         kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,          kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
Line 10658 
Line 10957 
         rmacs=\EcD, rmam=\Ed., rmcup=\Ew0, rmir=\Er, rmln=\EA11,          rmacs=\EcD, rmam=\Ed., rmcup=\Ew0, rmir=\Er, rmln=\EA11,
         rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>,          rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>,
         rs3=\EwG\Ee($<100>,          rs3=\EwG\Ee($<100>,
         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,          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=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, tbc=\E0,          smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, tbc=\E0,
         tsl=\EF, use=adm+sgr,          tsl=\EF, use=adm+sgr,
Line 10764 
Line 11065 
         home=\E[H, hpa=\E[%i%p1%d`, ht=\011$<1>, hts=\EH,          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>,          ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>,
         ind=\n$<2>,          ind=\n$<2>,
         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,          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>,          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,          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,          is3=\E>\017\E)0\E(B\E[63;0w\E[m, mc0=\E[0i, mc4=\E[4i,
         mc5=\E[5i,          mc5=\E[5i,
         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,          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,          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,          rmam=\E[?7l, rmclk=\E[31l, rmcup=\E[ R, rmir=\E[4l,
         rmkx=\E>, rmso=\E[27m, rmul=\E[24m,          rmkx=\E>, rmso=\E[27m, rmul=\E[24m,
         rs1=\E[13l\E[3l\E!p\E[?4i, rs2=\E[35h\E[?3l$<8>,          rs1=\E[13l\E[3l\E!p\E[?4i, rs2=\E[35h\E[?3l$<8>,
         rs3=\E[?5l, sc=\E7, setb=\E[62;%p1%dw, setf=\E[61;%p1%dw,          rs3=\E[?5l, sc=\E7, setb=\E[62;%p1%dw, setf=\E[61;%p1%dw,
         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%;,          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,          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,          smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m,
         tbc=\E[3g, tsl=\E[40l\E[40h\E7\E[99;%i%p1%dH,          tbc=\E[3g, tsl=\E[40l\E[40h\E7\E[99;%i%p1%dH,
Line 10836 
Line 11143 
         am, os,          am, os,
         cols#74, lines#35,          cols#74, lines#35,
         bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s,          bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s,
         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,          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,          cuu1=^K, ff=^L,
         hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037,          hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
              \037,
         home=^]7`x @\037,          home=^]7`x @\037,
         hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037,          hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
              \037,
         is2=\E8, nel=^M^J, u0=\E~>\E8, u1=\E[42h,          is2=\E8, nel=^M^J, u0=\E~>\E8, u1=\E[42h,
 #  #
 #       Wyse 160 Tektronix 4010/4014 emulator,  #       Wyse 160 Tektronix 4010/4014 emulator,
 #  #
 wy160-tek|Wyse 160 Tektronix 4010/4014 emulator,  wy160-tek|Wyse 160 Tektronix 4010/4014 emulator,
         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,          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,          home=^]8`g @\037, use=wy99gt-tek,
 #  #
 #       Wyse 370 Tektronix 4010/4014 emulator,  #       Wyse 370 Tektronix 4010/4014 emulator,
Line 10855 
Line 11170 
         am, os,          am, os,
         cols#80, lines#36,          cols#80, lines#36,
         bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s,          bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s,
         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,          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,          cuu1=^K, ff=^L,
         hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037,          hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
              \037,
         home=^]8g @\037,          home=^]8g @\037,
         hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037,          hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
              \037,
         is2=\E8, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^K,          is2=\E8, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^K,
         nel=^M^J, u0=\E[?38h\E8, u1=\E[?38l\E)0,          nel=^M^J, u0=\E[?38h\E8, u1=\E[?38l\E)0,
   
Line 10921 
Line 11240 
         rmcup=\E[ R, rmir=\E[4l, rmso=\E[m, rmul=\E[24m,          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,          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,          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%;,          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,          sgr0=\E[m\017, smacs=^N, smam=\E[?7h,
         smcup=\E[ Q\E[?67;8h, smir=\E[4h, smso=\E[7m, smul=\E[4m,          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`,          tbc=\E[3g, tsl=\E[2$~\E[1$}\E[%i%p1%d`,
Line 11111 
Line 11431 
         it#8, lines#24,          it#8, lines#24,
         cud1=\EB, cvvis=\EO\Eq\EEK3, dch1=\EN, dl1=\EM, ht=^I,          cud1=\EB, cvvis=\EO\Eq\EEK3, dch1=\EN, dl1=\EM, ht=^I,
         il1=\EL,          il1=\EL,
         is2=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n,          is2=\EO\Eq\EJ\EY7\sK3\sUCB\sIBMPC\sKermit\s1.20\s\s12-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  # MS-DOS Kermit 2.27 for the IBMPC
 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.  # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
Line 11128 
Line 11449 
         cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA,          cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA,
         cvvis=\EO\Eq\EG\EwK4, dch1=\EN, dl1=\EM, ed=\EJ, el=\EK,          cvvis=\EO\Eq\EG\EwK4, dch1=\EN, dl1=\EM, ed=\EJ, el=\EK,
         home=\EH, ht=^I, il1=\EL,          home=\EH, ht=^I, il1=\EL,
         is2=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n,          is2=\EO\Eq\EG\Ew\EJ\EY7\sK4\sMS\sKermit\s2.27\sfor\sthe
               \sIBMPC\s3-17-85\n,
         kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rc=\Ek,          kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rc=\Ek,
         rmir=\EO, rmso=\Eq, sc=\Ej, smir=\E@, smso=\Ep,          rmir=\EO, rmso=\Eq, sc=\Ej, smir=\E@, smso=\Ep,
 # MS-DOS Kermit 2.27 with automatic margins  # MS-DOS Kermit 2.27 with automatic margins
Line 11136 
Line 11458 
 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins,  msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins,
         am,          am,
         cvvis=\EO\Eq\EG\EvK5,          cvvis=\EO\Eq\EG\EvK5,
         is2=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n,          is2=\EO\Eq\EG\Ev\EJ\EY7\sK5\sMS\sKermit\s2.27\s+automatic
               \smargins\s3-17-85\n,
         use=msk227,          use=msk227,
 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC  # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
 # Automatic margins now default.  Use ansi <sgr> for highlights.  # Automatic margins now default.  Use ansi <sgr> for highlights.
Line 11146 
Line 11469 
 msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC,  msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC,
         am,          am,
         bold=\E[1m, cvvis=\EO\Eq\EG\EvK6,          bold=\E[1m, cvvis=\EO\Eq\EG\EvK6,
         is2=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n,          is2=\EO\Eq\EG\Ev\EJ\EY7\sK6\sMS\sKermit\s2.27\sUCB\s227.14
               \sIBM\sPC\s3-17-85\n,
         kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6,          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,          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,
Line 11165 
Line 11489 
         cup=\E[%i%p1%d;%p2%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,          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,          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,          flash=\E[?5h$<100/>\E[?5l\E[?5h$<100/>\E[?5l\E[?5h$<100/>\E[
                 ?5l,
         fsl=\E[0$}, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH,          fsl=\E[0$}, 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,          ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J,
         is2=\E>\E F\E[?1h\E[?7h\E[r\E[2$~, kbs=^H, kcub1=\EOD,          is2=\E>\E F\E[?1h\E[?7h\E[r\E[2$~, kbs=^H, kcub1=\EOD,
Line 11175 
Line 11500 
         kpp=\E[5~, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, rc=\E8,          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,          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,          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\E[4i\E[?4i\E[m\E[r\E[2$~,          rs1=\E(B\E)B\E>\E\sF\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,          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,          smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
         tsl=\E[1$}\r\E[K, vpa=\E[%i%p1%dd,          tsl=\E[1$}\r\E[K, vpa=\E[%i%p1%dd,
Line 11193 
Line 11519 
         cup=\E[%i%p1%d;%p2%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,          dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M,
         dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K,          dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K,
         flash=\E[?5h\E[?5l, fsl=\E[$}, home=\E[H, ht=^I, hts=\EH,          flash=\E[?5h$<100/>\E[?5l, fsl=\E[$}, home=\E[H, ht=^I,
         ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L$<3/>, ind=\ED,          hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L$<3/>,
           ind=\ED,
         is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,          is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
         kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,          kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
         kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~,          kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~,
Line 11246 
Line 11573 
 # (^V^L and ^V^M set the current attribute as a side-effect.)  # (^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  # ^V ^Y <a> [...] <c>   -- repeat pattern. <a> specifies the number of bytes
 #                          in the pattern, <c> the number of times the pattern  #                          in the pattern, <c> the number of times the pattern
 #                          should be repeated. If either value is 0, no-op.  #                          should be repeated. If either value is 0, no-op.
 #                          The pattern can contain Avatar console codes,  #                          The pattern can contain Avatar console codes,
 #                          including other ^V ^Y patterns.  #                          including other ^V ^Y patterns.
 #                               level 1:  #                               level 1:
Line 11276 
Line 11603 
         cuf1=^V^F, cup=\026\010%p1%c%p2%c, cuu1=^V^C, el=^V^G,          cuf1=^V^F, cup=\026\010%p1%c%p2%c, cuu1=^V^C, el=^V^G,
         ind=^J, invis=^V^A\0, rep=\031%p1%c%p2%c, rev=^V^Ap,          ind=^J, invis=^V^A\0, rep=\031%p1%c%p2%c, rev=^V^Ap,
         rmacs@, rs2=^L,          rmacs@, rs2=^L,
         sgr=%?%p1%p2%|%p3%|%p6%|%p7%|%t\026\001%?%p7%t%{128}%e%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p6%t%{16}%|%;%;%c%;%?%p4%t\026\002%;,          sgr=%?%p1%p2%|%p3%|%p6%|%p7%|%t\026\001%?%p7%t%{128}%e%{0}%?
               %p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p6%t
               %{16}%|%;%;%c%;%?%p4%t\026\002%;,
         sgr0=^V^A^G, smacs@, smso=^V^Ap, smul=^V^A^A,          sgr0=^V^A^G, smacs@, smso=^V^Ap, smul=^V^A^A,
         use=klone+acs,          use=klone+acs,
 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995  # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
Line 11397 
Line 11726 
 # Seems upward compatible with vt100, plus ins/del line/char.  # Seems upward compatible with vt100, plus ins/del line/char.
 # On sgr, the protection parameter is ignored.  # On sgr, the protection parameter is ignored.
 # No check is made to make sure that only 3 parameters are output.  # No check is made to make sure that only 3 parameters are output.
 #       standout= reverse + half-intensity = 3 | 5.  #       standout= reverse + half-intensity = 3 | 5.
 #       bold= reverse + underline = 2 | 3.  #       bold= reverse + underline = 2 | 3.
 # note that half-bright blinking doesn't look different from normal blinking.  # note that half-bright blinking doesn't look different from normal blinking.
 # NOTE:you must program the function keys first, label second!  # NOTE:you must program the function keys first, label second!
 # (att4410: a BSD entry has been seen with the following capabilities:  # (att4410: a BSD entry has been seen with the following capabilities:
Line 11407 
Line 11736 
 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1,  att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1,
         am, hs, mir, msgr, xon,          am, hs, mir, msgr, xon,
         cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80,          cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80,
         acsc=++\,\,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,          acsc=++\,\,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyz
                z{{||}}~~,
         bel=^G, blink=\E[5m, bold=\E[2;7m, clear=\E[H\E[J, cr=^M,          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,          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,          cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m,
         dl1=\E[M, ed=\E[J, el=\E[K, fsl=\E8, home=\E[H, ht=^I,          dl1=\E[M, ed=\E[J, el=\E[K, fsl=\E8, home=\E[H, ht=^I,
         ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, is1=\E[?3l\E)0,          ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, is1=\E[?3l\E)0,
         is3=\E[1;03q   f1           \EOP\E[2;03q   f2           \EOQ\E[3;03q   f3           \EOR\E[4;03q   f4           \EOS\E[5;03q   f5           \EOT\E[6;03q   f6           \EOU\E[7;03q   f7           \EOV\E[8;03q   f8           \EOW,          is3=\E[1;03q\s\s\sf1\s\s\s\s\s\s\s\s\s\s\s\EOP\E[2;03q\s\s
               \sf2\s\s\s\s\s\s\s\s\s\s\s\EOQ\E[3;03q\s\s\sf3\s\s\s\s
               \s\s\s\s\s\s\s\EOR\E[4;03q\s\s\sf4\s\s\s\s\s\s\s\s\s\s
               \s\EOS\E[5;03q\s\s\sf5\s\s\s\s\s\s\s\s\s\s\s\EOT\E[6;03q
               \s\s\sf6\s\s\s\s\s\s\s\s\s\s\s\EOU\E[7;03q\s\s\sf7\s\s
               \s\s\s\s\s\s\s\s\s\EOV\E[8;03q\s\s\sf8\s\s\s\s\s\s\s\s
               \s\s\s\EOW,
         kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,          kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,
         kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT,          kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT,
         kf6=\EOU, kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H,          kf6=\EOU, kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H,
         ll=\E[24H, nel=^M^J,          ll=\E[24H, nel=^M^J,
         pfx=\E[%p1%1d;%p2%l%2.2dq   f%p1%1d           %p2%s,          pfx=\E[%p1%1d;%p2%l%2.2dq\s\s\sf%p1%1d\s\s\s\s\s\s\s\s\s\s
               \s%p2%s,
         pln=\E[%p1%d;00q%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM,          pln=\E[%p1%d;00q%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM,
         rmacs=^O, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y,          rmacs=^O, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y,
         sc=\E7,          sc=\E7,
         sgr=\E[0%?%p1%p5%|%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p1%p5%|%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
               %|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m,          sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m,
         tsl=\E7\E[25;%p1%{1}%+%dH,          tsl=\E7\E[25;%p1%{1}%+%dH,
   
Line 11456 
Line 11794 
         rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>,          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,          rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
         sc=\E7,          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%;$<2>,          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=,          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,          smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g,
         use=vt100+fnkeys,          use=vt100+fnkeys,
Line 11508 
Line 11847 
         flash=\E[?5h$<200>\E[?5l, home=\E[x,          flash=\E[?5h$<200>\E[?5l, home=\E[x,
         hpa=\E[%p1%{1}%+%dG, hts=\EH, ich=\E[%p1%d@, ich1@,          hpa=\E[%p1%{1}%+%dG, hts=\EH, ich=\E[%p1%d@, ich1@,
         il=\E[%p1%dL, indn=\E[%p1%dE, is1=\E[?3l$<100>,          il=\E[%p1%dL, indn=\E[%p1%dE, is1=\E[?3l$<100>,
         is2=\E[m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[21;1j\212,          is2=\E[m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h
               \E[4i\Ex\E[21;1j\212,
         is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M,          is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M,
         kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, kf2=\EOd,          kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, kf2=\EOd,
         kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj,          kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj,
Line 11520 
Line 11860 
         pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV,          pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV,
         rin=\E[%p1%dF, rmam=\E[?7l, rmir=\E[4l,          rin=\E[%p1%dF, rmam=\E[?7l, rmir=\E[4l,
         rmkx=\E[19;0j\E[21;1j\212, rmln=\E|,          rmkx=\E[19;0j\E[21;1j\212, rmln=\E|,
         sgr=\E[0%?%p1%p5%|%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p8%t\EV%;%?%p9%t\016%e\017%;,          sgr=\E[0%?%p1%p5%|%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
               %|%p6%|%t;7%;%?%p7%t;8%;m%?%p8%t\EV%;%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smam=\E[?7h, smir=\E[4h,          sgr0=\E[m\017, smam=\E[?7h, smir=\E[4h,
         smkx=\E[19;1j\E[21;4j\Eent, smln=\E~, tbc=\E[3g,          smkx=\E[19;1j\E[21;4j\Eent, smln=\E~, tbc=\E[3g,
         tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd,          tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd,
Line 11543 
Line 11884 
 # user pf keys to make them appear!  # user pf keys to make them appear!
 att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels,  att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels,
         kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@,          kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@,
         pfx=\E[%p1%d;%p2%l%02d;0;1q   F%p1%d           %p2%s,          pfx=\E[%p1%d;%p2%l%02d;0;1q\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s
               \s%p2%s,
         pln=\E[%p1%d;0;0;1q%p2%:-16.16s,          pln=\E[%p1%d;0;0;1q%p2%:-16.16s,
   
 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels,  att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels,
Line 11576 
Line 11918 
         home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH,          home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH,
         ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J,          ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J,
         indn=\E[%p1%dE, invis=\E[8m,          indn=\E[%p1%dE, invis=\E[8m,
         is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;0j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r,          is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;0j\E[6;0j\E[7;0j
               \E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j
               \E[29;0j\E[1;24r,
         kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D,          kbeg=\Et, 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,          kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M,
         kel=\E[2K, kend=\Ez, kent=^J, kf1=\EOc, kf2=\EOd, kf3=\EOe,          kel=\E[2K, kend=\Ez, kent=^J, kf1=\EOc, kf2=\EOd, kf3=\EOe,
Line 11585 
Line 11929 
         kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5,          kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5,
         lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?;2i, mc4=\E[4i,          lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?;2i, mc4=\E[4i,
         mc5=\E[5i, mrcup=\E[%i%p1%d;%p2%dt, nel=^M^J,          mc5=\E[5i, mrcup=\E[%i%p1%d;%p2%dt, nel=^M^J,
         pfx=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s\E~,          pfx=\E[%p1%d;%p2%l%02dq\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s\s%p2
               %s\E~,
         pln=\E[%p1%d;0;0;0q%p2%:-16.16s\E~, prot=\EV, rc=\E8,          pln=\E[%p1%d;0;0;0q%p2%:-16.16s\E~, prot=\EV, rc=\E8,
         rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmkx=\E[19;0j,          rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmkx=\E[19;0j,
         rmln=\E|, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y,          rmln=\E|, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y,
         sc=\E7,          sc=\E7,
         sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1
               %|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smacs=^N, smkx=\E[19;1j, smln=\E~,          sgr0=\E[m\017, smacs=^N, smkx=\E[19;1j, smln=\E~,
         smso=\E[7m, smul=\E[4m, tbc=\E[3g,          smso=\E[7m, smul=\E[4m, tbc=\E[3g,
         tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd,          tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd,
 att5420_2-w|AT&T 5420 model 2 in 132 column mode,  att5420_2-w|AT&T 5420 model 2 in 132 column mode,
         cols#132,          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,          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,          use=att5420_2,
   
 att4418|att5418|AT&T 5418 80 cols,  att4418|att5418|AT&T 5418 80 cols,
Line 11637 
Line 11985 
 #  asynchronous keyboard-display terminal.  It supports  #  asynchronous keyboard-display terminal.  It supports
 #  the vi editor.  The terminal must be set up as follows,  #  the vi editor.  The terminal must be set up as follows,
 #  #
 #       HIGHLIGHT DEFINITION    3-TONE  #       HIGHLIGHT DEFINITION    3-TONE
 #       DISPLAY FUNCTION        GROUP III  #       DISPLAY FUNCTION        GROUP III
 #  #
 #  The second entry below provides limited (a la adm3a)  #  The second entry below provides limited (a la adm3a)
 #  operation under GROUP II.  #  operation under GROUP II.
 #  #
 #  This must be used with DISPLAY FUNCTION GROUP I or III  #  This must be used with DISPLAY FUNCTION GROUP I or III
 #       and HIGHLIGHT DEFINITION 3-TONE  #       and HIGHLIGHT DEFINITION 3-TONE
 # The terminal has either bold or blink, depending on options  # The terminal has either bold or blink, depending on options
 #  #
 # (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)  # (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)
Line 11663 
Line 12011 
         kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,          kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
         khome=\E[H, nel=\EE, rev=\E}, ri=\ET, rmacs=\E(B, rmso=\E~,          khome=\E[H, nel=\EE, rev=\E}, ri=\ET, rmacs=\E(B, rmso=\E~,
         rmul=\EZ,          rmul=\EZ,
         sgr=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m,          sgr=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|
               %t;5%;%?%p5%t;0%;m,
         sgr0=\EX\E~\EZ\E4\E(B, smacs=\E(0, smso=\E}, smul=\E\\,          sgr0=\EX\E~\EZ\E4\E(B, smacs=\E(0, smso=\E}, smul=\E\\,
         tbc=\EF,          tbc=\EF,
   
Line 11713 
Line 12062 
         hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@,          hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@,
         il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE,          il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE,
         invis=\E[8m, is1=\E<\E[?3l$<100>,          invis=\E[8m, is1=\E<\E[?3l$<100>,
         is2=\E[m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[25;1j\212,          is2=\E[m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h
               \E[4i\Ex\E[25;1j\212,
         is3=\E[?5l, kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[J,          is3=\E[?5l, kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[J,
         kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P,          kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P,
         kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc,          kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc,
Line 11726 
Line 12076 
         rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmam=\E[?7l,          rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmam=\E[?7l,
         rmir=\E[4l, rmkx=\E[21;0j\E[25;1j\212, rmln=\E|,          rmir=\E[4l, rmkx=\E[21;0j\E[25;1j\212, rmln=\E|,
         rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7,          rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7,
         sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p8%t\EV%;%?%p9%t\016%e\017%;,          sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6
               %|%t;7%;%?%p7%t;8%;m%?%p8%t\EV%;%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h,          sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h,
         smkx=\E[21;1j\E[25;4j\Eent\E~, smln=\E~, smso=\E[7m,          smkx=\E[21;1j\E[25;4j\Eent\E~, smln=\E~, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g, tsl=\E7\E[25;%p1%{8}%+%dH,          smul=\E[4m, tbc=\E[3g, tsl=\E7\E[25;%p1%{8}%+%dH,
Line 11790 
Line 12141 
         mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, nel=\EE,          mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, nel=\EE,
         pln=\E[%p1%dp%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM,          pln=\E[%p1%dp%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM,
         rmacs=^O, rmkx=\E[19;0|, rmso=\E[m, rmul=\E[m, sc=\E7,          rmacs=^O, rmkx=\E[19;0|, rmso=\E[m, rmul=\E[m, sc=\E7,
         sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6
               %|%t;7%;m%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smacs=^N, smkx=\E[19;1|, smso=\E[7m,          sgr0=\E[m\017, smacs=^N, smkx=\E[19;1|, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g,          smul=\E[4m, tbc=\E[3g,
   
Line 11828 
Line 12180 
         rin=\E[%p1%dT, rmacs=^O, rmir=\E[4l, rmkx=\E[19;0|,          rin=\E[%p1%dT, rmacs=^O, rmir=\E[4l, rmkx=\E[19;0|,
         rmln=\E<, rmso=\E[m, rmul=\E[m, rmxon=\E[29;1|,          rmln=\E<, rmso=\E[m, rmul=\E[m, rmxon=\E[29;1|,
         rs2=\E[5;0|, sc=\E7,          rs2=\E[5;0|, sc=\E7,
         sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6
               %|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smacs=^N, smgl=\E4, smgr=\E5, smir=\E[4h,          sgr0=\E[m\017, smacs=^N, smgl=\E4, smgr=\E5, smir=\E[4h,
         smkx=\E[19;1|, smln=\E?, smso=\E[7m, smul=\E[4m,          smkx=\E[19;1|, smln=\E?, smso=\E[7m, smul=\E[4m,
         smxon=\E[29;0|, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd,          smxon=\E[29;0|, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd,
Line 11867 
Line 12220 
         ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, ll=\E#2,          ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, ll=\E#2,
         mc0=\E[?98l\E[0i, mc4=\E[?98l\E[?8i, mc5=\E[?98l\E[?4i,          mc0=\E[?98l\E[0i, mc4=\E[?98l\E[?8i, mc5=\E[?98l\E[?4i,
         nel=\EE,          nel=\EE,
         pfkey=\E[%p1%d;%p2%l%d;3;0p   F%p1%d           %p2%s,          pfkey=\E[%p1%d;%p2%l%d;3;0p\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s
         pfloc=\E[%p1%d;%p2%l%d;2;0p   F%p1%d           %p2%s,                \s%p2%s,
           pfloc=\E[%p1%d;%p2%l%d;2;0p\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s
                 \s%p2%s,
         pfx=\E[%p1%d;%p2%l%d;1;0p   F%p1%d           %p2%s,          pfx=\E[%p1%d;%p2%l%d;1;0p   F%p1%d           %p2%s,
         pln=\E[%p1%dp%p2%:-16s, rc=\E8,          pln=\E[%p1%dp%p2%:-16s, rc=\E8,
         rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM,          rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM,
         rin=\E[%p1%dF, rmacs=^O, rmir=\E[4l,          rin=\E[%p1%dF, rmacs=^O, rmir=\E[4l,
         rmkx=\E[19;0|\E[21;1|\212, rmln=\E<, rmso=\E[m,          rmkx=\E[19;0|\E[21;1|\212, rmln=\E<, rmso=\E[m,
         rmul=\E[m,          rmul=\E[m,
         rs1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l\E[2;0|\E[6;1|\E[8;0|\E[19;0|\E[1{\E[?99l,          rs1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l\E[2;0|
               \E[6;1|\E[8;0|\E[19;0|\E[1{\E[?99l,
         rs2=\E[5;0|, sc=\E7,          rs2=\E[5;0|, sc=\E7,
         sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1
               %|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
         sgr0=\E[m\017, smacs=^N, smir=\E[4h,          sgr0=\E[m\017, smacs=^N, smir=\E[4h,
         smkx=\E[19;1|\E[21;4|\Eent, smln=\E?, smso=\E[7m,          smkx=\E[19;1|\E[21;4|\Eent, smln=\E?, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd,          smul=\E[4m, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd,
Line 11893 
Line 12250 
         xhpa, xvpa,          xhpa, xvpa,
         bufsz#8192, cols#132, cps#120, it#8, lines#66, orc#10,          bufsz#8192, cols#132, cps#120, it#8, lines#66, orc#10,
         orhi#100, orl#12, orvi#72,          orhi#100, orl#12, orvi#72,
         cpi=%?%p1%{10}%=%t\E[w%e%p1%{12}%=%t\E[2w%e%p1%{5}%=%t\E[5w%e%p1%{13}%=%p1%{14}%=%O%t\E[3w%e%p1%{16}%=%p1%{17}%=%O%t\E[4w%e%p1%{6}%=%t\E[6w%e%p1%{7}%=%t\E[7w%e%p1%{8}%=%t\E[8w%;,          cpi=%?%p1%{10}%=%t\E[w%e%p1%{12}%=%t\E[2w%e%p1%{5}%=%t\E[5w
               %e%p1%{13}%=%p1%{14}%=%O%t\E[3w%e%p1%{16}%=%p1%{17}%=%O
               %t\E[4w%e%p1%{6}%=%t\E[6w%e%p1%{7}%=%t\E[7w%e%p1%{8}%=%t
               \E[8w%;,
         cr=^M,          cr=^M,
         csnm=%?%p1%{0}%=%tusascii%e%p1%{1}%=%tenglish%e%p1%{2}%=%tfinnish%e%p1%{3}%=%tjapanese%e%p1%{4}%=%tnorwegian%e%p1%{5}%=%tswedish%e%p1%{6}%=%tgermanic%e%p1%{7}%=%tfrench%e%p1%{8}%=%tcanadian_french%e%p1%{9}%=%titalian%e%p1%{10}%=%tspanish%e%p1%{11}%=%tline%e%p1%{12}%=%tsecurity%e%p1%{13}%=%tebcdic%e%p1%{14}%=%tapl%e%p1%{15}%=%tmosaic%;,          csnm=%?%p1%{0}%=%tusascii%e%p1%{1}%=%tenglish%e%p1%{2}%=%tfi
                nnish%e%p1%{3}%=%tjapanese%e%p1%{4}%=%tnorwegian%e%p1
                %{5}%=%tswedish%e%p1%{6}%=%tgermanic%e%p1%{7}%=%tfrench
                %e%p1%{8}%=%tcanadian_french%e%p1%{9}%=%titalian%e%p1
                %{10}%=%tspanish%e%p1%{11}%=%tline%e%p1%{12}%=%tsecurit
                y%e%p1%{13}%=%tebcdic%e%p1%{14}%=%tapl%e%p1%{15}%=%tmos
                aic%;,
         cud=\E[%p1%de, cud1=^J, cuf=\E[%p1%da, cuf1=\s, cuu1=\EM,          cud=\E[%p1%de, cud1=^J, cuf=\E[%p1%da, cuf1=\s, cuu1=\EM,
         ff=^L, hpa=\E[%p1%d`, ht=^I, is1=\Ec, is2=\E[20l\r,          ff=^L, hpa=\E[%p1%d`, ht=^I, is1=\Ec, is2=\E[20l\r,
         lpi=%?%p1%{2}%=%t\E[4z%e%p1%{3}%=%t\E[5z%e%p1%{4}%=%t\E[6z%e%p1%{6}%=%t\E[z%e%p1%{8}%=%t\E[2z%e%p1%{12}%=%t\E[3z%;,          lpi=%?%p1%{2}%=%t\E[4z%e%p1%{3}%=%t\E[5z%e%p1%{4}%=%t\E[6z%e
               %p1%{6}%=%t\E[z%e%p1%{8}%=%t\E[2z%e%p1%{12}%=%t\E[3z%;,
         rshm=\E[m,          rshm=\E[m,
         scs=%?%p1%{0}%=%t\E(B%e%p1%{1}%=%t\E(A%e%p1%{2}%=%t\E(C%e%p1%{3}%=%t\E(D%e%p1%{4}%=%t\E(E%e%p1%{5}%=%t\E(H%e%p1%{6}%=%t\E(K%e%p1%{7}%=%t\E(R%e%p1%{8}%=%t\E(Q%e%p1%{9}%=%t\E(Y%e%p1%{10}%=%t\E(Z%e%p1%{11}%=%t\E(0%e%p1%{12}%=%t\E(1%e%p1%{13}%=%t\E(3%e%p1%{14}%=%t\E(8%e%p1%{15}%=%t\E(}%;,          scs=%?%p1%{0}%=%t\E(B%e%p1%{1}%=%t\E(A%e%p1%{2}%=%t\E(C%e%p1
               %{3}%=%t\E(D%e%p1%{4}%=%t\E(E%e%p1%{5}%=%t\E(H%e%p1%{6}
               %=%t\E(K%e%p1%{7}%=%t\E(R%e%p1%{8}%=%t\E(Q%e%p1%{9}%=%t
               \E(Y%e%p1%{10}%=%t\E(Z%e%p1%{11}%=%t\E(0%e%p1%{12}%=%t
               \E(1%e%p1%{13}%=%t\E(3%e%p1%{14}%=%t\E(8%e%p1%{15}%=%t
               \E(}%;,
         smgbp=\E[;%p1%dr, smglp=\E[%{1}%p1%+%ds,          smgbp=\E[;%p1%dr, smglp=\E[%{1}%p1%+%ds,
         smgrp=\E[;%{1}%p1%+%ds, smgtp=\E[%p1%dr, sshm=\E[5m,          smgrp=\E[;%{1}%p1%+%ds, smgtp=\E[%p1%dr, sshm=\E[5m,
         u0=\E[%p1%dt, vpa=\E[%p1%dd,          u0=\E[%p1%dt, vpa=\E[%p1%dd,
Line 11999 
Line 12371 
         smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m,          smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m,
         tsl=\E7\E[25;%i%p1%dx,          tsl=\E7\E[25;%i%p1%dx,
 att605-pc|ATT 605 in pc term mode,  att605-pc|ATT 605 in pc term mode,
         acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\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[@, 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,          kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P,
Line 12010 
Line 12383 
         xoffc=g, xonc=e, use=att605,          xoffc=g, xonc=e, use=att605,
 att605-w|AT&T 605-w 132 column 102 key keyboard,  att605-w|AT&T 605-w 132 column 102 key keyboard,
         cols#132, wsl#132,          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,          is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0, use=att605,
         use=att605,  
 # (att610: I added <rmam>/<smam> based on the init string.  I also  # (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,  # 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  # and the 615 is like a 610 with a big keyboard, and most of their other
Line 12042 
Line 12414 
         pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m,          pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m,
         ri=\EM, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmir=\E[4l,          ri=\EM, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmir=\E[4l,
         rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l, sc=\E7,          rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l, 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%;,          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, smam=\E[?7h, smir=\E[4h,          sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h,
         smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx,          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,  att610-w|AT&T 610; 132 column; 98key keyboard,
Line 12123 
Line 12496 
         ri=\EM, rin=\E[%p1%dT, rmacs=\E(B\017, rmam=\E[?7l,          ri=\EM, rin=\E[%p1%dT, rmacs=\E(B\017, rmam=\E[?7l,
         rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m,          rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m,
         rs2=\Ec\E[?3l, sc=\E7,          rs2=\Ec\E[?3l, 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\E)0\016%e\E(B\017%;,          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\E)0\016%e\E(B\017%;,
         sgr0=\E[m\E(B\017, smacs=\E)0\016, smam=\E[?7h,          sgr0=\E[m\E(B\017, smacs=\E)0\016, smam=\E[?7h,
         smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m,          smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m,
         tsl=\E7\E[25;%i%p1%dx,          tsl=\E7\E[25;%i%p1%dx,
Line 12183 
Line 12557 
         mc5=\E[?5i, nel=^M^J, pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8,          mc5=\E[?5i, nel=^M^J, pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8,
         rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmir=\E[4l, rmso=\E[m,          rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmir=\E[4l, rmso=\E[m,
         rmul=\E[m, rs2=\Ec, sc=\E7,          rmul=\E[m, rs2=\Ec, sc=\E7,
         sgr=\E[0%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%p4%|%t;7%;m,          sgr=\E[0%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%p4%|%t;7
               %;m,
         sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m,          sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m,
 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines,  att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines,
         lines#24, use=att630,          lines#24, use=att630,
Line 12195 
Line 12570 
 #  #
 # Here is what's going onm in the init string:  # Here is what's going onm in the init string:
 #       ESC [ 50;4|     set 700 native mode (really is 605)  #       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)  # 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 [ 53;0|     set GenFlow to Xon/Xoff
 #       ESC [ 8 ;0|     set CR on NL  #       ESC [ 8 ;0|     set CR on NL
 # x     ESC [ ? 3 l/h   set workspace: 80 col(l); 132 col(h)  # x     ESC [ ? 3 l/h   set workspace: 80 col(l); 132 col(h)
Line 12279 
Line 12654 
         enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fln=4\,4,          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@,          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,          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,          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,          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,          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,          kdch1=\E[P, kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp,
Line 12294 
Line 12670 
         kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H,          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,          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,          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,          pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t\s\s\sF%p1%1d\s\s\s\s\s
               \s\s\s\s\s\s%;%p2%s,
         pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8,          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,          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,          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,          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%;,          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,          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,          smul=\E[4m, smxon=\E[53;0|, tbc=\E[3g,
         tsl=\E7\E[99;%i%p1%dx,          tsl=\E7\E[99;%i%p1%dx,
Line 12346 
Line 12724 
         kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H,          kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H,
         kich1=\E[@, kil1=\E[L, kind=\E[S, kri=\E[T,          kich1=\E[@, kil1=\E[L, kind=\E[S, kri=\E[T,
         mc0=\E[?19h\E[0i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE,          mc0=\E[?19h\E[0i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE,
         pfx=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq   SYS     F%p1%:-2d  %e;0;3q%;%p2%s,          pfx=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}
               %<%tq\s\s\sSYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
         pfxl=\E[%p1%d;%p2%l%02d;0;0q%p3%:-16.16s%p2%s,          pfxl=\E[%p1%d;%p2%l%02d;0;0q%p3%:-16.16s%p2%s,
         pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8,          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,          rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O,
         rmam=\E[?7l, rmir=\E[4l, rmln=\E[?13h, rmso=\E[27m,          rmam=\E[?7l, rmir=\E[4l, rmln=\E[?13h, rmso=\E[27m,
         rmul=\E[24m, rmxon=\E[?21l, rs2=\Ec\E[?3l, sc=\E7,          rmul=\E[24m, rmxon=\E[?21l, rs2=\Ec\E[?3l, 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%;,          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, smam=\E[?7h, smir=\E[4h,          sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h,
         smln=\E[?13l, smso=\E[7m, smul=\E[4m, smxon=\E[?21h,          smln=\E[?13l, smso=\E[7m, smul=\E[4m, smxon=\E[?21h,
         swidm=\E#6, tsl=\E7\E[;%i%p1%dx,          swidm=\E#6, tsl=\E7\E[;%i%p1%dx,
Line 12362 
Line 12742 
         lines#24, use=att730,          lines#24, use=att730,
 att730r|730MTGr|AT&T 730 rev video windowing terminal Version,  att730r|730MTGr|AT&T 730 rev video windowing terminal Version,
         flash=\E[?5l$<200>\E[?5h,          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,          is1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B, use=att730,
         use=att730,  
 att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version,  att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version,
         lines#41, use=att730r,          lines#41, use=att730r,
 att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version,  att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version,
Line 12789 
Line 13168 
         OTbs, am,          OTbs, am,
         cols#80, lines#40,          cols#80, lines#40,
         bel=^G, clear=\014$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=^_,          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}%+%;%{64}%+%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,          cuu1=^N, home=^K, ht=^I, hts=^]^P1, ind=^J, kbs=^^, kcub1=^H,
         kcud1=^J, kcuf1=^_, kcuu1=^N, khome=^K, tbc=^\^P^P,          kcud1=^J, kcuf1=^_, kcuu1=^N, khome=^K, tbc=^\^P^P,
   
Line 12831 
Line 13211 
         khome=\E[H, kich1=\E[@, kil1=\E[L, krmir=\E6, mc0=\E[0i,          khome=\E[H, kich1=\E[@, kil1=\E[L, krmir=\E6, mc0=\E[0i,
         mc4=^C, mc5=\E[v, mc5p=\E[%p1%dv, rc=\E8,          mc4=^C, mc5=\E[v, mc5p=\E[%p1%dv, rc=\E8,
         rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m,          rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m,
         rmkx=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\,          rmkx=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E
                \\,
         rmm=\E[>52l, rmso=\E[m, rmul=\E[m, sc=\E7,          rmm=\E[>52l, rmso=\E[m, rmul=\E[m, sc=\E7,
         sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m,          sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;
               %;%?%p7%t8;%;m,
         sgr0=\E[m,          sgr0=\E[m,
         smkx=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\,          smkx=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E
                \\,
         smm=\E[>52h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,          smm=\E[>52h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
         vpa=\E[%p1%{1}%+%dd,          vpa=\E[%p1%{1}%+%dd,
   
Line 12843 
Line 13226 
         blink=\E[5;7m, bold=\E[1;7m, invis=\E[7;8m,          blink=\E[5;7m, bold=\E[1;7m, invis=\E[7;8m,
         is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m,          is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m,
         rs1=\E[H\E[7m\E[J$<156>,          rs1=\E[H\E[7m\E[J$<156>,
         sgr=\E[%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p1%p2%|%p3%!%t7;%;%?%p7%t8;%;m\016,          sgr=\E[%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p1%p2%|%p3%!%t7;
               %;%?%p7%t8;%;m\016,
         sgr0=\E[7m\016, smso=\E[m, smul=\E[4;7m,          sgr0=\E[7m\016, smso=\E[m, smul=\E[4;7m,
 # Ambassador with the DEC option, for partial vt100 compatibility.  # Ambassador with the DEC option, for partial vt100 compatibility.
 aaa+dec|ann arbor ambassador in dec vt100 mode,  aaa+dec|ann arbor ambassador in dec vt100 mode,
         acsc=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}},          acsc=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}},
         csr=\E[%i%p1%d;%p2%dr, enacs=\E(0, rmacs=^N,          csr=\E[%i%p1%d;%p2%dr, enacs=\E(0, rmacs=^N,
         sgr=\E[%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p1%p3%|%!%t7;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;,          sgr=\E[%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p1%p3%|%!%t7;%;%?
               %p7%t8;%;m%?%p9%t\017%e\016%;,
         smacs=^O,          smacs=^O,
 aaa-18|ann arbor ambassador/18 lines,  aaa-18|ann arbor ambassador/18 lines,
         lines#18,          lines#18,
Line 13016 
Line 13401 
         blink=\E[5;7m, bold=\E[1;7m, home=\E[H, invis=\E[7;8m,          blink=\E[5;7m, bold=\E[1;7m, home=\E[H, invis=\E[7;8m,
         is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m,          is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m,
         rs1=\E[H\E[7m\E[J,          rs1=\E[H\E[7m\E[J,
         sgr=\E[%?%p6%t1;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p1%!%t7;%;%?%p7%t8;%;m,          sgr=\E[%?%p6%t1;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p1%!%t
               7;%;%?%p7%t8;%;m,
         sgr0=\E[7m, smso=\E[m, smul=\E[4;7m,          sgr0=\E[7m, smso=\E[m, smul=\E[4;7m,
   
 #### Applied Digital Data Systems (adds)  #### Applied Digital Data Systems (adds)
Line 13051 
Line 13437 
 regent100|Adds Regent 100,  regent100|Adds Regent 100,
         xmc#1,          xmc#1,
         bel=^G,          bel=^G,
         cup=\013%p1%' '%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c,          cup=\013%p1%'\s'%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c,
         kf0=^B1\r, kf1=^B2\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r,          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,          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@,          lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@,
Line 13154 
Line 13540 
         ed=\EY$<80>, el=\ET, home=^^, ht=^I, ind=^J, invis=\E0D\E),          ed=\EY$<80>, el=\ET, home=^^, ht=^I, ind=^J, invis=\E0D\E),
         kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^,          kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^,
         nel=^M^J, rev=\E0P\E), rmso=\E(,          nel=^M^J, rev=\E0P\E), rmso=\E(,
         sgr=%?%p1%p2%|%p3%|%p4%|%p5%|%p7%|%t\E0%{64}%?%p1%t%{17}%|%;%?%p2%t%{32}%|%;%?%p3%t%{16}%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%c%?%p7%tD%;\E)%e\E(%;,          sgr=%?%p1%p2%|%p3%|%p4%|%p5%|%p7%|%t\E0%{64}%?%p1%t%{17}%|%;
               %?%p2%t%{32}%|%;%?%p3%t%{16}%|%;%?%p4%t%{2}%|%;%?%p5%t
               %{1}%|%;%c%?%p7%tD%;\E)%e\E(%;,
         sgr0=\E(, smso=\E0Q\E), smul=\E0`\E),          sgr0=\E(, smso=\E0Q\E), smul=\E0`\E),
 vp60|viewpoint60|addsvp60|adds viewpoint60,  vp60|viewpoint60|addsvp60|adds viewpoint60,
         use=regent40,          use=regent40,
Line 13272 
Line 13660 
         dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l\E[?5h$<200/>,          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@,          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,          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,          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,          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,          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,          rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmcup=, rmir=\E[4l,
Line 13337 
Line 13726 
 citoh-elite|citoh in elite,  citoh-elite|citoh in elite,
         cols#96,          cols#96,
         is1=\EE,          is1=\EE,
         is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089.,          is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089
               .,
         use=citoh,          use=citoh,
 citoh-comp|citoh in compressed,  citoh-comp|citoh in compressed,
         cols#136,          cols#136,
         is1=\EQ,          is1=\EQ,
         is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089\,097\,105\,113\,121\,129.,          is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089
               \,097\,105\,113\,121\,129.,
         use=citoh,          use=citoh,
 # citoh has infinite cols because we don't want lp ever inserting \n\t**.  # citoh has infinite cols because we don't want lp ever inserting \n\t**.
 citoh-prop|citoh-ps|ips|citoh in proportional spacing mode,  citoh-prop|citoh-ps|ips|citoh in proportional spacing mode,
Line 13421 
Line 13812 
         cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, cuu1=^W,          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,          dch1=^^N, dim=^\, dl1=^^Q, ed=^^P, el=^K, home=^Y, hts=^^^RW,
         ich1=^^O, il1=^^R, ind=\036W =\036U, invis=^^^R[,          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\s=\036\022Z\036\011C1-`\s`
               !k/o,
         kbs=^H, kcub1=^H, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^q,          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,          kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w, kf7=^^x,
         kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D,          kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D,
Line 13460 
Line 13854 
         cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C,          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,          cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
         dch=\E[%p1%dX, dch1=\E[X, dim=\E[2m, dl=\E[%p1%dM,          dch=\E[%p1%dX, dch1=\E[X, dim=\E[2m, dl=\E[%p1%dM,
         dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, home=\E[H,          dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5h$<100/>\E[?5l,
         hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, ich1=\E[@,          home=\E[H, hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@,
         il=\E[%p1%dL, il1=\E[L, ind=^J, invis=\E[8m,          ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, invis=\E[8m,
         is2=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h,          is2=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h,
         ka1=\E[f, ka3=\EOQ, kb2=\EOP, kbs=^H, kc1=\EOR, kc3=\EOS,          ka1=\E[f, ka3=\EOQ, kb2=\EOP, kbs=^H, kc1=\EOR, kc3=\EOS,
         kcub1=\E[D, kcud1=\E[A, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177,          kcub1=\E[D, kcud1=\E[A, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177,
Line 13526 
Line 13920 
 # No delays needed on c108 because of ^S/^Q handshaking  # No delays needed on c108 because of ^S/^Q handshaking
 #  #
 c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages,  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,          is3=\EU\E\sz"\Ev\001\177\s!p\E\s;"\E\sz\s\Ev\s\s\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,
         OTbs, eslok, hs, xon,          OTbs, eslok, hs, xon,
         pb@,          pb@,
         acsc=jEkTl\\mMqLxU, 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,          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,          cvvis=\EW, dch1=\E 1$<16*>, dsl=\E ;\177, fsl=\Ee\E z\s,
         ind=^J, is1=\EK\E!\E F,          ind=^J, is1=\EK\E!\E F,
         is3=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n,          is3=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n,
Line 13598 
Line 13994 
         ed=\E\005$<16*>, el=\E\025$<16>, flash=\Ek$<200>\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*>,          ht=\011$<8>, il1=\E\022$<3*>, ind=^J, invis=\EH, ip=$<16*>,
         is1=\EK,          is1=\EK,
         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,          is2=\EU\Ef\E7\E5\E8\El\ENH\E\0\Eo&\0\Eo'\E\Eo!\0\E\007!\E
               \010A@\s\E4#\:"\E\:a\E4#;"\E\:b\E4#<"\E\:c,
         is3=\Ev    $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_,          is3=\Ev    $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_,
         kcub1=\E>, kcud1=\E<, kcuf1=\E=, kcuu1=\E;, kdch1=\E^Q,          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,          kdl1=\E^B, ked=\E^C, kel=\E^S, kf1=\E5, kf2=\E6, kf3=\E7,
Line 13621 
Line 14018 
 # From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.  # From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
 # Lots of notes, originally inline, but ncurses doesn't grok that.  # 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  # 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  #       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  #       to specify xenl:, but that would have rendered the last space on the
 #       last line useless.  #       last line useless.
Line 13810 
Line 14207 
 #               %p1%{30}%>               ((key; 30) >;  #               %p1%{30}%>               ((key; 30) >;
 #               %p1%{54}%<                (key; 54) <  #               %p1%{54}%<                (key; 54) <
 #               %A                       ) AND  #               %A                       ) AND
 #               %O                      ) OR  #               %O                      ) OR
 #        [that is, "IF key < 24 OR (key > 30 AND key < 54)",]  #        [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
 #               %t\E[           THEN    OUTPUT  \E[  #               %t\E[           THEN    OUTPUT  \E[
 #               %p1%d                   OUTPUT  (key) as decimal  #               %p1%d                   OUTPUT  (key) as decimal
Line 13871 
Line 14268 
         fsl=\E[!w, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH,          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,          ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED,
         invis=\E[0;8m,          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+},          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,          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,          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,          kdch1=\177, kent=^M, kf1=^\001\r, kf10=^\010\r,
Line 13889 
Line 14291 
         kind=\E[T, knp=\E[U, kpp=\E[V, kri=\E[S, ll=\E[H\E[A,          kind=\E[T, knp=\E[U, kpp=\E[V, kri=\E[S, ll=\E[H\E[A,
         nel=\E[E, rc=\E8, rev=\E[0;7m, ri=\EM, rmacs=^O, rmir=\E[4l,          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,          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%;,          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,          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,          smul=\E[0;4m, tbc=\E[3g, tsl=\E[2!w\E[%i%p1%dG,
         vpa=\E[%i%p1%dd, use=ansi+pp,          vpa=\E[%i%p1%dd, use=ansi+pp,
Line 13909 
Line 14312 
         hpa=\E[%p1%{1}%+%dG, ht=\011$<4>, hts=\EH, ich=\E[%p1%d@,          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>,          ich1=\E[@, il=\E[%p1%dL$<4*>, il1=\E[L$<4>, ind=\n$<8>,
         invis=\E[8m, 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,          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,          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,          kdch1=\E^B\r, ked=\E^D\r, kf1=\EOP, kf2=\EOQ, kf3=\EOR,
         kf4=\EOS, khome=\E[H, kich1=\E^A\r, kil1=\E^C\r, ll=\E[24H,          kf4=\EOS, khome=\E[H, kich1=\E^A\r, kil1=\E^C\r, ll=\E[24H,
Line 13919 
Line 14324 
         ri=\EM$<4>, rmacs=\016$<1>, rmcup=\E[w\E2\r\n,          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!{,          rmir=\E[4l, rmkx=\E[!z\E[0;2u, rmso=\E[7!{, rmul=\E[4!{,
         sc=\E7,          sc=\E7,
         sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;%?%p8%t99;%;m%?%p5%t\E[1!{%;%?%p9%t\017%e\016%;$<1>,          sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;
               %;%?%p7%t8;%;%?%p8%t99;%;m%?%p5%t\E[1!{%;%?%p9%t\017%e
               \016%;$<1>,
         sgr0=\E[m\016$<1>, smacs=\017$<1>,          sgr0=\E[m\016$<1>, smacs=\017$<1>,
         smcup=\E[=4l\E[1;24w\E2\r, smir=\E[4h,          smcup=\E[=4l\E[1;24w\E2\r, smir=\E[4h,
         smkx=\E[1!z\E[0;3u, smso=\E[7m, smul=\E[4m, tbc=\E[3g,          smkx=\E[1!z\E[0;3u, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
Line 14089 
Line 14496 
         bce,          bce,
         colors#16, ncv#53, pairs#256,          colors#16, ncv#53, pairs#256,
         op=\036Ad\036Bd,          op=\036Ad\036Bd,
         setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c,          setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1
         setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c,                %{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,          setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c,
   
 dg+fixed|Fixed color info for DG D430C terminals in DG mode,  dg+fixed|Fixed color info for DG D430C terminals in DG mode,
Line 14105 
Line 14514 
         op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m,          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,          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,          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,          setb=\E[4%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;
         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,               %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,  dg+color|Color info for Data General D470C terminals in ANSI mode,
         colors#16, ncv#53, pairs#256,          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,          setab=\E[%?%p1%{8}%<%t4%p1%e=%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;
         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,                %?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t
         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,                ;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,          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,          use=dg+color8,
   
 dgmode+color8|Color info for Data General D220/D230C terminals in DG mode,  dgmode+color8|Color info for Data General D220/D230C terminals in DG mode,
         bce,          bce,
         colors#8, ncv#16, pairs#64,          colors#8, ncv#16, pairs#64,
         op=\036Ad\036Bd,          op=\036Ad\036Bd,
         setab=\036B%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c,          setab=\036B%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|
         setaf=\036A%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c,                %;%{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,          setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c,
   
 dgmode+color|Color info for Data General D470C terminals in DG mode,  dgmode+color|Color info for Data General D470C terminals in DG mode,
         colors#16, pairs#256,          colors#16, pairs#256,
         setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c,          setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1
         setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c,                %{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,          use=dgmode+color8,
   
 dgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode,  dgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode,
         bce, ccc,          bce, ccc,
         colors#52, ncv#53, pairs#26,          colors#52, ncv#53, pairs#26,
         initp=\036RG0%p1%02X%p2%{255}%*%{1000}%/%02X%p3%{255}%*%{1000}%/%02X%p4%{255}%*%{1000}%/%02X%p5%{255}%*%{1000}%/%02X%p6%{255}%*%{1000}%/%02X%p7%{255}%*%{1000}%/%02X,          initp=\036RG0%p1%02X%p2%{255}%*%{1000}%/%02X%p3%{255}%*
         oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00,                %{1000}%/%02X%p4%{255}%*%{1000}%/%02X%p5%{255}%*
                 %{1000}%/%02X%p6%{255}%*%{1000}%/%02X%p7%{255}%*
                 %{1000}%/%02X,
           oc=\036RG01A00FF00000000\036RG01B00000000FF00
              \036RG01C007F00000000\036RG01D000000007F00,
         op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D,          op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D,
         scp=\036RG2%p1%02X,          scp=\036RG2%p1%02X,
   
Line 14142 
Line 14569 
 dg+ccc|Configurable color info for DG D430C terminals in DG mode,  dg+ccc|Configurable color info for DG D430C terminals in DG mode,
         bce, ccc,          bce, ccc,
         colors#52, ncv#53, pairs#26,          colors#52, ncv#53, pairs#26,
         initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p3%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p4%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p5%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p6%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p7%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c,          initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{255}
         oc=\036RG01\:00??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00,                %*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c
                 %p3%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m
                 %{48}%+%c%p4%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga
                 %{16}%m%{48}%+%c%p5%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}
                 %+%c%ga%{16}%m%{48}%+%c%p6%{255}%*%{1000}%/%Pa%ga%{16}
                 %/%{48}%+%c%ga%{16}%m%{48}%+%c%p7%{255}%*%{1000}%/%Pa
                 %ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c,
           oc=\036RG01\:00??00000000\036RG01;00000000??00\036RG01<007?0
              0000000\036RG01=000000007?00,
         op=\036RF4831\:\036RF2>31;\036RF1=31<\036RF3?31=,          op=\036RF4831\:\036RF2>31;\036RF1=31<\036RF3?31=,
         scp=\036RG2%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c,          scp=\036RG2%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c,
   
Line 14218 
Line 14653 
         kf8=\E[009z, kf9=\E[00\:z, khome=\E[H, lf0=f1, lf1=f2,          kf8=\E[009z, kf9=\E[00\:z, khome=\E[H, lf0=f1, lf1=f2,
         lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf9=f10,          lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf9=f10,
         mc0=\E[i, rev=\E[7m, ri=\E[T, rmso=\E[m, rmul=\E[05,          mc0=\E[i, rev=\E[7m, ri=\E[T, rmso=\E[m, rmul=\E[05,
         sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m,          sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;
               %?%p1%p3%|%t;7%;m,
         sgr0=\E(B\E[m, smso=\E[7m, smul=\E[4m, u6=\E[%d;%dR,          sgr0=\E(B\E[m, smso=\E[7m, smul=\E[4m, u6=\E[%d;%dR,
         u7=\E[6n, u8=\E[5n, u9=\E[0n,          u7=\E[6n, u8=\E[5n, u9=\E[0n,
 # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)  # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
Line 14247 
Line 14683 
 # Like 6053, but adds reverse video and more keypad and function keys.  # Like 6053, but adds reverse video and more keypad and function keys.
 d200|d200-dg|Data General DASHER D200,  d200|d200-dg|Data General DASHER D200,
         bold=^^D^T, home@, ll@, rev=^^D, rmso=^^E^],          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%;,          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,          sgr0=\017\025\035\036E, smso=^^D^\, use=dgkeys+15,
         use=dg6053,          use=dg6053,
   
Line 14267 
Line 14704 
         cuu=\E[%p1%dA, cuu1=\E[A, dim=\E[2m, ed=\E[J, el=\E[K,          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,          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,          ll=\E[H\E[A, nel=^J, rev=\E[7m, rmso=\E[m, rmul=\E[m,
         sgr=\E[%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;%?%p1%p3%|%p6%|%t7;%;m,          sgr=\E[%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;%?%p1%p3%|
               %p6%|%t7;%;m,
         sgr0=\E[m, smso=\E[2;7m, smul=\E[4m, use=dgkeys+7b,          sgr0=\E[m, smso=\E[2;7m, smul=\E[4m, use=dgkeys+7b,
   
 # DASHER D210 series terminals in DG mode.  # DASHER D210 series terminals in DG mode.
Line 14329 
Line 14767 
         kcuf1=^^PC, kcuu1=^^PA, kel=^^PE, khome=^^PF, kprt=^^P0,          kcuf1=^^PC, kcuu1=^^PA, kel=^^PE, khome=^^PF, kprt=^^P0,
         mc0=\036F?9, mc4=^^Fa, mc5=^^F`, rmacs=\036FS00,          mc0=\036F?9, mc4=^^Fa, mc5=^^F`, rmacs=\036FS00,
         rs2=\036N\036FS0E\036O\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%;,          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%t1
               1%e00%;,
         sgr0=\036PJ\025\035\036E\036FS00, smacs=\036FS11,          sgr0=\036PJ\025\035\036E\036FS00, smacs=\036FS11,
         vpa=\020\177%p1%c, use=dgkeys+15, use=d216-dg,          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,  d216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines,
Line 14383 
Line 14823 
 d230c|d230|Data General DASHER D230C,  d230c|d230|Data General DASHER D230C,
         blink=\E[5;50m, bold=\E[4;7;50m, dim=\E[2;50m, nel=^M^J,          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,          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%;,          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,          sgr0=\E[50m\E)4\017, smkx=\E[2;0v, smso=\E[2;7;50m,
         smul=\E[4;50m, use=dgkeys+7b, use=d220,          smul=\E[4;50m, use=dgkeys+7b, use=d220,
   
Line 14415 
Line 14857 
         cnorm=\036FQ2, dch1=^^K, dl1=^^FI,          cnorm=\036FQ2, dch1=^^K, dl1=^^FI,
         enacs=\036N\036FS11\036O, home=^^FG, hpa=\020%p1%c\177,          enacs=\036N\036FS11\036O, home=^^FG, hpa=\020%p1%c\177,
         ich1=^^J, il1=^^FH,          ich1=^^J, il1=^^FH,
         is2=\036FQ2\036FW\036FJ\036F\^\036FX004?\036F]\036O\036FS00,          is2=\036FQ2\036FW\036FJ\036F\^\036FX004?\036F]\036O
               \036FS00,
         ll=\036FG\027, mc4=^^Fa, mc5=^^F`, ri=^^I, rmacs=^^O,          ll=\036FG\027, mc4=^^Fa, mc5=^^F`, ri=^^I, rmacs=^^O,
         rs1=^^FA, rs2=\036F]\036FT0,          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%;,          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,          sgr0=\017\025\035\036E\036O, smacs=^^N,
         vpa=\020\177%p1%c, use=d210-dg,          vpa=\020\177%p1%c, use=d210-dg,
   
Line 14469 
Line 14913 
         is2=\E[3;2;2;1;1;1v\E(B\E)4\017, mc4=\E[4i, mc5=\E[5i,          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,          ri=\EM, rmacs=\E)4\017, rs1=\Ec\E[<2h,
         rs2=\E[4;0;2;1;1;1v\E(B\E)4,          rs2=\E[4;0;2;1;1;1v\E(B\E)4,
         sgr=\E[%?%p1%t2;7%;%?%p3%t7;%;%?%p4%t5;%;%?%p2%t4;%;%?%p1%p5%|%t2;%;%?%p6%t4;7;%;m\E)%?%p9%t6\016%e4\017%;,          sgr=\E[%?%p1%t2;7%;%?%p3%t7;%;%?%p4%t5;%;%?%p2%t4;%;%?%p1%p5
               %|%t2;%;%?%p6%t4;7;%;m\E)%?%p9%t6\016%e4\017%;,
         sgr0=\E[m\E)4\017, smacs=\E)6\016, use=d211,          sgr0=\E[m\E)4\017, smacs=\E)6\016, use=d211,
   
 # Initialization string 2 sets:  # Initialization string 2 sets:
Line 14491 
Line 14936 
         km@,          km@,
         enacs=\E)6, is2=\E[3;2;2;0;1;0v\E(0\017, rmacs=^O,          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,          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%;,          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,          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,  d410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode,
         km,          km,
         enacs@, rmacs=\036FS00,          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%;,          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%e0
               0%;,
         sgr0=\017\025\035\036E\036FS00, smacs=\036FS11,          sgr0=\017\025\035\036E\036FS00, smacs=\036FS11,
         use=d400-dg,          use=d400-dg,
   
Line 14541 
Line 14989 
         civis=\036FQ0, clear=^^FE, cnorm=\036FQ5,          civis=\036FQ0, clear=^^FE, cnorm=\036FQ5,
         cup=\036FP%p2%2.2X%p1%2.2X, dch1=^^K, dl1=^^FI,          cup=\036FP%p2%2.2X%p1%2.2X, dch1=^^K, dl1=^^FI,
         home=^^FG, hpa=\036FP%p1%2.2XFF, ich1=^^J, il1=^^FH,          home=^^FG, hpa=\036FP%p1%2.2XFF, ich1=^^J, il1=^^FH,
         is2=\036FQ5\036FW\036FJ\036F\^\036FX004F\036O\036FS00,          is2=\036FQ5\036FW\036FJ\036F\^\036FX004F\036O
               \036FS00,
         ll=\036FG\036PA, mc0=^A, rc=\036F}11, ri=^^I,          ll=\036FG\036PA, mc0=^A, rc=\036F}11, ri=^^I,
         rs1=\036FA\036FT0, rs2=\036P@1, sc=\036F}10,          rs1=\036FA\036FT0, rs2=\036P@1, sc=\036F}10,
         vpa=\036FPFF%p1%2.2X,          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,          wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2
                %>%t000%;\036FX%p3%2.2X%p4%2.2X,
         use=d216+,          use=d216+,
 d412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode,  d412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode,
         cols#132,          cols#132,
         is2=\036FQ5\036FW\036FK\036F\^\036FX0083\036O\036FS00,          is2=\036FQ5\036FW\036FK\036F\^\036FX0083\036O
               \036FS00,
         rs2=\036P@1\036FK\036FX0083,          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,          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,          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,  d412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines,
         lines#25,          lines#25,
         is3=\036Fz2,          is3=\036Fz2,
         wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X,          wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2
                %>%t000%;\036FX%p3%2.2X%p4%2.2X,
         use=d462+,          use=d462+,
 d412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line,  d412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line,
         eslok, hs,          eslok, hs,
         clear=\036FG\036PH, fsl=\036F}01\022,          clear=\036FG\036PH, fsl=\036F}01\022,
         is3=\036Fz2\036F}00\036FB180000\036F}01, ll@,          is3=\036Fz2\036F}00\036FB180000\036F}01, ll@,
         tsl=\036F}00\036FP%p1%2.2X18\036PG,          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,          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+,          use=d462+,
   
 #       Relative cursor motions are confined to the current window,  #       Relative cursor motions are confined to the current window,
 #       which is not what the scrolling region specification expects.  #       which is not what the scrolling region specification expects.
 #       Thus, relative vertical cursor positioning must be deleted.  #       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,  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%;,          csr=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>
               %t000%;,
         cud1@, cuu1@, ll@, use=d462+,          cud1@, cuu1@, ll@, use=d462+,
   
 d413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode,  d413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode,
Line 14639 
Line 15094 
 #  #
 d470c|d470|Data General DASHER D470C,  d470c|d470|Data General DASHER D470C,
         is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h,          is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h,
         sgr=\E[%?%p3%t7;%;%?%p4%t5;%;%?%p2%t4;%;%?%p6%t4;7;%;%?%p1%t2;7;%;%?%p5%t2;%;m\E)%?%p9%t6\016%e4\017%;,          sgr=\E[%?%p3%t7;%;%?%p4%t5;%;%?%p2%t4;%;%?%p6%t4;7;%;%?%p1%t
               2;7;%;%?%p5%t2;%;m\E)%?%p9%t6\016%e4\017%;,
         use=dg+color, use=d460,          use=dg+color, use=d460,
   
 d470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode,  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,          is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h,
         sgr=\E[%?%p3%t7;%;%?%p4%t5;%;%?%p2%t4;%;%?%p6%t4;7;%;%?%p1%t2;7;%;%?%p5%t2;%;m%?%p9%t\016%e\017%;,          sgr=\E[%?%p3%t7;%;%?%p4%t5;%;%?%p2%t4;%;%?%p6%t4;7;%;%?%p1%t
               2;7;%;%?%p5%t2;%;m%?%p9%t\016%e\017%;,
         use=dg+color, use=d460-7b,          use=dg+color, use=d460-7b,
   
 # Initialization string 2 sets:  # Initialization string 2 sets:
Line 14658 
Line 15115 
 #       - (should reset scrolling regions, but that glitches the screen)  #       - (should reset scrolling regions, but that glitches the screen)
 #  #
 d470c-dg|d470-dg|Data General DASHER D470C in DG mode,  d470c-dg|d470-dg|Data General DASHER D470C in DG mode,
         is2=\036FQ2\036FW\036F\^\036FX004?\036F]\036O\036FS00,          is2=\036FQ2\036FW\036F\^\036FX004?\036F]\036O
               \036FS00,
         use=dgmode+color, use=d460-dg,          use=dgmode+color, use=d460-dg,
   
 # DASHER D555 terminal in ANSI mode.  # DASHER D555 terminal in ANSI mode.
Line 14777 
Line 15235 
         use=dm3025,          use=dm3025,
 # Datamedia DT80 soft switches:  # Datamedia DT80 soft switches:
 # 1     0=Jump  1=Smooth  # 1     0=Jump  1=Smooth
 #       Autorepeat      0=off  1=on  #       Autorepeat      0=off  1=on
 #       Screen          0=Dark 1=light  #       Screen          0=Dark 1=light
 #       Cursor          0=u/l  1=block  #       Cursor          0=u/l  1=block
 #  #
 # 2     Margin Bell     0=off  1=on  # 2     Margin Bell     0=off  1=on
 #       Keyclick        0=off  1=on  #       Keyclick        0=off  1=on
 #       Ansi/VT52       0=VT52 1=Ansi  #       Ansi/VT52       0=VT52 1=Ansi
 #       Xon/Xoff        0=Off  1=On  #       Xon/Xoff        0=Off  1=On
 #  #
 # 3     Shift3          0=Hash 1=UK Pound  # 3     Shift3          0=Hash 1=UK Pound
 #       Wrap            0=Off  1=On  #       Wrap            0=Off  1=On
 #       Newline         0=Off  1=On  #       Newline         0=Off  1=On
 #       Interlace       0=Off  1=On  #       Interlace       0=Off  1=On
 #  #
 # 4     Parity          0=Odd  1=Even  # 4     Parity          0=Odd  1=Even
 #       Parity          0=Off  1=On  #       Parity          0=Off  1=On
 #       Bits/Char       0=7    1=8  #       Bits/Char       0=7    1=8
 #       Power           0=60Hz 1=50Hz  #       Power           0=60Hz 1=50Hz
 #  #
 # 5     Line Interface  0=EIA  1=Loop  # 5     Line Interface  0=EIA  1=Loop
 #       Aux Interface   0=EIA  1=Loop  #       Aux Interface   0=EIA  1=Loop
 #       Local Copy      0=Off  1=On  #       Local Copy      0=Off  1=On
 #       Spare  #       Spare
 #  #
 # 6     Aux Parity      0=Odd  1=Even  # 6     Aux Parity      0=Odd  1=Even
 #       Aux Parity      0=Off  1=On  #       Aux Parity      0=Off  1=On
 #       Aux Bits/Char   0=7    1=8  #       Aux Bits/Char   0=7    1=8
 #       CRT Saver       0=Off  1=On  #       CRT Saver       0=Off  1=On
 # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.  # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
 dm80|dmdt80|dt80|datamedia dt80/1,  dm80|dmdt80|dt80|datamedia dt80/1,
         clear=\E[2J\E[H, cud1=^J, cuf1=\E[C,          clear=\E[2J\E[H, cud1=^J, cuf1=\E[C,
Line 14909 
Line 15367 
         rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l,          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>,          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,          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%;$<2>,          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=,          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,          smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g,
         use=vt100+fnkeys,          use=vt100+fnkeys,
Line 15161 
Line 15620 
         cub1=^H, cud1=^J, cuf1=\EC$<3>, cup=\EF%p2%03d%p1%03d,          cub1=^H, cud1=^J, cuf1=\EC$<3>, cup=\EF%p2%03d%p1%03d,
         cuu1=\EA$<3>, dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>,          cuu1=\EA$<3>, dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>,
         el=\EK$<3>, home=\EH$<1>, ht=^I, hts=\E1,          el=\EK$<3>, home=\EH$<1>, ht=^I, hts=\E1,
         il1=\EN\EL$<3>\EQ                                                                                \EP$<3> \EO\ER\EA$<3>,          il1=\EN\EL$<3>\EQ\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s
               \s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s
               \s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s
               \s\s\s\s\s\EP$<3>\s\EO\ER\EA$<3>,
         ind=^J, is2=\EE$<3>\EX\EZ\EO\Eb\Eg\ER, kbs=^_, kcub1=\ED,          ind=^J, is2=\EE$<3>\EX\EZ\EO\Eb\Eg\ER, kbs=^_, kcub1=\ED,
         kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdl1=\EM, ked=\EJ, kel=\EK,          kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdl1=\EM, ked=\EJ, kel=\EK,
         kf0=\E2, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu,          kf0=\E2, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu,
Line 15263 
Line 15725 
 # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation  # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
 # in :is: -- esr)  # in :is: -- esr)
 ha8686|harris 8686,  ha8686|harris 8686,
         is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU\E"*Z01\E"8F35021B7C83#\E"8F45021B7D83#\E"8F55021B7E83#\E"8F65021B7F83#\E"8F75021B7383#\E"8F851BD7#\E"8F95021B7083#\E"8FA5021B7183#\E"8FB5021B7283#,          is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU\E"*Z01\E"8F35021B7C83#
               \E"8F45021B7D83#\E"8F55021B7E83#\E"8F65021B7F83#\E"8F750
               21B7383#\E"8F851BD7#\E"8F95021B7083#\E"8FA5021B7183#\E"8
               FB5021B7283#,
         kf1=\002\Ep\003, kf10=\Ej, kf11=\EW, kf12=\002\E{\003,          kf1=\002\Ep\003, kf10=\Ej, kf11=\EW, kf12=\002\E{\003,
         kf13=\002\E|\003, kf14=\002\E}\003, kf15=\002\E~\003,          kf13=\002\E|\003, kf14=\002\E}\003, kf15=\002\E~\003,
         kf16=\002\E\177\003, kf2=\002\Eq\003, kf3=\002\Er\003,          kf16=\002\E\177\003, kf2=\002\Eq\003, kf3=\002\Er\003,
Line 15441 
Line 15906 
         kcuf1=\EC, kcuu1=\EA, nel=^M^J, tbc=\EH,          kcuf1=\EC, kcuu1=\EA, nel=^M^J, tbc=\EH,
 ibm3151|IBM 3151 display,  ibm3151|IBM 3151 display,
         is2=\E S, rmacs=\E>B, rmcup=\E>B, rs2=\E S, s0ds=\E>B,          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%;,          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,          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
 # removed kend, knp, kpp -TD  # removed kend, knp, kpp -TD
Line 15454 
Line 15921 
 ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display,  ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display,
         OTbs, am, mir, msgr, xon,          OTbs, am, mir, msgr, xon,
         cols#80, it#8, lines#24,          cols#80, it#8, lines#24,
         acsc=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370,          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,          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,          cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c,
         cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH,          cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH,
Line 15469 
Line 15937 
         kf8=\Eh\r, kf9=\Ei\r, khome=\EH, khts=\E0, kich1=\EP \010,          kf8=\Eh\r, kf9=\Ei\r, khome=\EH, khts=\E0, kich1=\EP \010,
         kil1=\EN, ktbc=\E 1, mc4=^P^T, mc5=^P^R, rev=\E4A,          kil1=\EN, ktbc=\E 1, mc4=^P^T, mc5=^P^R, rev=\E4A,
         rmcup=\E>A, rmso=\E4@, rmul=\E4@,          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<@%;,          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,
   
 ibm3161-C|IBM 3161-C NLS terminal using cartridge,  ibm3161-C|IBM 3161-C NLS terminal using cartridge,
Line 15497 
Line 15967 
 ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display,  ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display,
         am, bw, msgr, xon,          am, bw, msgr, xon,
         cols#80, it#8, lines#25,          cols#80, it#8, lines#25,
         acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263,          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,          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,          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,          cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH,
Line 15520 
Line 15991 
         kind=\E[151q, knp=\E[154q, kpp=\E[150q, kri=\E[155q,          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,          krmir=\E[4l, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmir=\E[4l,
         rmso=\E[m, rmul=\E[m, rs2=\Ec,          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,          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,          sgr0=\E[0m, smir=\E[4h, smso=\E[7m, smul=\E[4m,
   
 ibmaed|IBM Experimental display,  ibmaed|IBM Experimental display,
Line 15552 
Line 16024 
 ibm+color|IBM color definitions,  ibm+color|IBM color definitions,
         colors#8, ncv#3, pairs#64,          colors#8, ncv#3, pairs#64,
         op=\E[32m\E[40m,          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%;,          setb=\E[%?%p1%{0}%=%t40m%e%p1%{1}%=%t41m%e%p1%{2}%=%t42m%e
         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%;,               %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,  ibm+16color|IBM aixterm color definitions,
         colors#16, pairs#256,          colors#16, pairs#256,
         setab=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm,          setab=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm,
         setaf=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%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,          setb=%p1%{8}%/%{6}%*%{4}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e
         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,               %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,  ibm5154|IBM 5154 Color display,
         colors#8, ncv@, pairs#64,          colors#8, ncv@, pairs#64,
         bold@, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151,          bold@, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151,
Line 15589 
Line 16067 
         use=ibmega-c,          use=ibmega-c,
 ibm6154|IBM 6154 Color displays,  ibm6154|IBM 6154 Color displays,
         blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m,          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,          sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1
               2%;m,
         sgr0=\E[0;10m, use=ibm5154,          sgr0=\E[0;10m, use=ibm5154,
 ibm6153|IBM 6153 Black & White display,  ibm6153|IBM 6153 Black & White display,
         blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m,          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,          sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1
               2%;m,
         sgr0=\E[0;10m, use=ibm5151,          sgr0=\E[0;10m, use=ibm5151,
 ibm6153-90|IBM 6153 Black & White display,  ibm6153-90|IBM 6153 Black & White display,
         cols#90, lines#36,          cols#90, lines#36,
Line 15652 
Line 16132 
 lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device,  lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device,
         am, bw, msgr, xon,          am, bw, msgr, xon,
         cols#80, it#8, lines#25,          cols#80, it#8, lines#25,
         acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263,          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,          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,          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,          cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH,
Line 15675 
Line 16156 
         kil1=\E[140q, kind=\E[151q, knp=\E[154q, kpp=\E[150q,          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,          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,          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%;,          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,          sgr0=\E[0m, smacs=\E(0, smir=\E[4h, smso=\E[7m, smul=\E[4m,
         tbc=\E[3g,          tbc=\E[3g,
 # "Megapel" refers to the display adapter, which was used with the IBM RT  # "Megapel" refers to the display adapter, which was used with the IBM RT
Line 15708 
Line 16190 
         eslok, hs,          eslok, hs,
         acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E,          acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E,
         fsl=\E[?F, rc=\E8, ri@, s0ds=\E(B, s1ds=\E(0, sc=\E7,          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%;,          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,          sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, use=ibm6154,
 aixterm-m|IBM AIXterm Monochrome Terminal Emulator,  aixterm-m|IBM AIXterm Monochrome Terminal Emulator,
         eslok, hs,          eslok, hs,
         acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E,          acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E,
         fsl=\E[?F, ri@, s0ds=\E(B, s1ds=\E(0,          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,          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,          sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, use=ibm6153,
 aixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator,  aixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator,
         eslok, hs,          eslok, hs,
         bold=\E[1m, dsl=\E[?E, fsl=\E[?F, ri@,          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,          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,  jaixterm|IBM Kanji Aixterm Terminal Eemulator,
         acsc@, use=aixterm,          acsc@, use=aixterm,
Line 16034 
Line 16519 
         is1=\EC\E.3\EDF\EV1\Eg\E[0ZZ, nel=^_, rev=\E[4ZZ,          is1=\EC\E.3\EDF\EV1\Eg\E[0ZZ, nel=^_, rev=\E[4ZZ,
         rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ,          rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ,
         rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1,          rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1,
         sgr=\E[%'0'%?%p1%t%'8'%|%;%?%p2%t%'8'%|%;%?%p3%t%'4'%|%;%?%p4%t%'2'%|%;%?%p7%t%'1'%|%;%cZZ,          sgr=\E[%'0'%?%p1%t%'8'%|%;%?%p2%t%'8'%|%;%?%p3%t%'4'%|%;%?
               %p4%t%'2'%|%;%?%p7%t%'1'%|%;%cZZ,
         sgr0=\E[0ZZ, smir=\Eq, smso=\E[8ZZ, smul=\E[8ZZ, tbc=\E3,          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,  icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols,
         rs2=\Eo1, use=icl6404,          rs2=\Eo1, use=icl6404,
Line 16135 
Line 16621 
         xmc@,          xmc@,
         bel=^G, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@,          bel=^G, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@,
         fsl=^M, invis@,          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,          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,          kcud1=^V, sgr0=\E(\EG0, smir=\EZ, tsl=\Eg\Ef, use=adm+sgr,
         use=abm85,          use=abm85,
 abm85e|Kimtron ABM 85H in 920E mode,  abm85e|Kimtron ABM 85H in 920E mode,
         xmc@,          xmc@,
         bel=^G, dim=\E), flash@,          bel=^G, dim=\E), flash@,
         is2=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em,          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.,  abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev.,
         xmc@,          xmc@,
         bel=^G, dim=\E),          bel=^G, dim=\E),
         is2=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF,          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>  # From: <malman@bbn-vax.arpa>
 # (kt7: removed obsolete :ma=^V^J^L :" -- esr)  # (kt7: removed obsolete :ma=^V^J^L :" -- esr)
Line 16256 
Line 16745 
         am, bw, msgr,          am, bw, msgr,
         cols#80, lines#24,          cols#80, lines#24,
         bel=^G, clear=\014$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=^F,          bel=^G, clear=\014$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=^F,
         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,          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,          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,          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%{32}%+%c,          ind=^J, kbs=^H, khome=^A, vpa=\013%p1%{32}%+%c,
   
 # p4: Prism-4  # p4: Prism-4
Line 16276 
Line 16767 
         cols#80, lines#24, wsl#72, xmc#1,          cols#80, lines#24, wsl#72, xmc#1,
         bel=^G, blink=^CB, civis=^]\344, clear=\014$<20>,          bel=^G, blink=^CB, civis=^]\344, clear=\014$<20>,
         cnorm=^]\342, cr=^M, cub1=^H, cud1=^J, cuf1=^F,          cnorm=^]\342, cr=^M, cub1=^H, cud1=^J, cuf1=^F,
         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,          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,          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,          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,          ind=^J, invis=^CH, kbs=^H, khome=^A, mc0=\EU, mc4=\ET, mc5=\ER,
         rev=^CD, rmso=^C\s, rmul=^C\s,          rev=^CD, rmso=^C\s, rmul=^C\s,
         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%;,          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%{32}%+%c,          vpa=\013%p1%{32}%+%c,
   
Line 16370 
Line 16864 
         khome=\E[H, nel=^M^J, prot=\E[32%{, rc=\E[%z,          khome=\E[H, nel=^M^J, prot=\E[32%{, rc=\E[%z,
         rep=\E[%p2%db%p1%c, rev=\E[7m, ri=\E[L, rmir=\E[4l,          rep=\E[%p2%db%p1%c, rev=\E[7m, ri=\E[L, rmir=\E[4l,
         rmso=\E[27m, rmul=\E[24m,          rmso=\E[27m, rmul=\E[24m,
         rs2=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N,          rs2=\E[&p\E[<12l\E\sF\E[3g\E[9;17;25;33;41;49;57;65;73
               \sN,
         sc=\E[%y,          sc=\E[%y,
         sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;m%?%p8%t\E[32%%{%;%?%p9%t\016%e\017%;,          sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;m%?
               %p8%t\E[32%%{%;%?%p9%t\016%e\017%;,
         sgr0=\E[0m\017, smir=\E[4h, smso=\E[7m, smul=\E[4m,          sgr0=\E[0m\017, smir=\E[4h, smso=\E[7m, smul=\E[4m,
         tbc=\E[3g, tsl=\E[%i%p1%d%%}, vpa=\E[%i%p1%dd,          tbc=\E[3g, tsl=\E[%i%p1%d%%}, vpa=\E[%i%p1%dd,
         use=ansi+pp,          use=ansi+pp,
Line 16602 
Line 17098 
         dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l$<200/>\E[?5h,          dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l$<200/>\E[?5h,
         fsl=\E[?5l\E[?5h, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@,          fsl=\E[?5l\E[?5h, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@,
         ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\ED,          ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\ED,
         is2=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J,          is2=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H
               \E[J,
         kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,          kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
         kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H,          kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H,
         ll=\E[24;1H, nel=\EE, rc=\E8, rf=/usr/share/tabset/vt100,          ll=\E[24;1H, nel=\EE, rc=\E8, rf=/usr/share/tabset/vt100,
Line 16690 
Line 17187 
         dch1=\EW$<2>, dim=\EGp, dl1=\El$<2>, dsl=\E`c, ed=\Ek$<2>,          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,          el=\EK$<2>, fsl=^M, home=\036$<2>, ht=^I, hts=\E1,
         il1=\EM$<2>, ind=\n$<2>, invis=\EG1,          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>,          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,          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,          kbs=^H, kc1=\ET, kc3=\EJ, kcub1=^U, kcud1=^J, kcuf1=^F,
         kcuu1=^Z, kdch1=\EW, kend=\EK, kf1=^B1\r, kf10=^B\:\r,          kcuu1=^Z, kdch1=\EW, kend=\EK, kf1=^B1\r, kf10=^B\:\r,
Line 16705 
Line 17203 
         mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<5>,          mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<5>,
         nel=\037$<2>, rev=\EG4, ri=\Ej$<2>, rmacs=\EcB0\EH\003,          nel=\037$<2>, rev=\EG4, ri=\Ej$<2>, rmacs=\EcB0\EH\003,
         rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20,          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>,          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,          sgr0=\EG0\EH\003, smacs=\EcB1\EH\002, smir=\Eq,
         smso=\EG4, smul=\EG8, smxon=\Ec21, tsl=\EF,          smso=\EG4, smul=\EG8, smxon=\Ec21, tsl=\EF,
 ncr260vpwpp|NCR 2900_260 viewpoint wide mode,  ncr260vpwpp|NCR 2900_260 viewpoint wide mode,
         cols#132,          cols#132,
         cup=\Ea%i%p1%dR%p2%dC$<30>,          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>,          is2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0
         rs2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>,              \EcC1\Ee7$<100>,
           rs2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0
               \EcC1\Ee7$<100>,
         use=ncr260vppp,          use=ncr260vppp,
 ncr260vt100an|NCR 2900_260 vt100 with ansi kybd,  ncr260vt100an|NCR 2900_260 vt100 with ansi kybd,
         am, hs, mir, msgr, xenl, xon,          am, hs, mir, msgr, xenl, xon,
Line 16731 
Line 17232 
         hts=\EH, ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>,          hts=\EH, ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>,
         il1=\E[L$<5>, ind=\ED$<5>, indn=\E[%p1%dE$<5>,          il1=\E[L$<5>, ind=\ED$<5>, indn=\E[%p1%dE$<5>,
         invis=\E[8m,          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>,          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,          kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
         kdch1=\E[3~, kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~,          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>,          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,          rc=\E8, rev=\E[7m, ri=\EM$<5>, rmacs=^O, rmir=\E[4l,
         rmkx=\E[?1l\E>, rmso=\E[0m, rmul=\E[0m,          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>,          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,          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%;$<20>,          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%;$<20>,
         sgr0=\E[0m\017$<20>, smacs=^N, smir=\E[4h,          sgr0=\E[0m\017$<20>, smacs=^N, smir=\E[4h,
         smkx=\E[?1h\E=, smso=\E[1;7m, smul=\E[4m, tbc=\E[3g,          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,          tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, use=vt220+keypad,
 ncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd,  ncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd,
         cols#132,          cols#132,
         cup=\E[%i%p1%d;%p2%dH$<30>,          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>,          is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
         rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>,              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,          use=ncr260vt100an,
 ncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd,  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>,          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,          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~,          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~,          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>,          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>,          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,          smkx=\E=, use=ncr260vt100an,
 ncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+  kybd,  ncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+  kybd,
         cols#132,          cols#132,
         cup=\E[%i%p1%d;%p2%dH$<30>,          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>,          is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
         rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>,              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,          use=ncr260vt100pp,
 ncr260vt200an|NCR 2900_260 vt200 with ansi kybd,  ncr260vt200an|NCR 2900_260 vt200 with ansi kybd,
         am, hs, mir, msgr, xenl, xon,          am, hs, mir, msgr, xenl, xon,
Line 16779 
Line 17289 
         fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH,          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>,          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,          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>,          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,          kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
         kdch1=\E[3~, kf0=\EOy, kf10=\E[21~, kf11=\E[23~,          kdch1=\E[3~, kf0=\EOy, kf10=\E[21~, kf11=\E[23~,
         kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~,          kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~,
Line 16794 
Line 17305 
         mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m,          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,          ri=\EM$<5>, rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l,
         rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m,          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>,          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,          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%;$<20>,          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%;$<20>,
         sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h,          sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h,
         smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m,          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>,          tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>,
Line 16805 
Line 17318 
         cols#132,          cols#132,
         cup=\E[%i%p1%d;%p2%dH$<30>,          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>,          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>,          rs2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, use=ncr260vt200an,
         use=ncr260vt200an,  
 ncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd,  ncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd,
         ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D,          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~,          kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~,
Line 16816 
Line 17328 
 ncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+  kybd,  ncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+  kybd,
         cols#132,          cols#132,
         cup=\E[%i%p1%d;%p2%dH$<30>,          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>,          is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
         rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>,              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,          use=ncr260vt200pp,
 ncr260vt300an|NCR 2900_260 vt300 with ansi kybd,  ncr260vt300an|NCR 2900_260 vt300 with ansi kybd,
         am, hs, mir, msgr, xenl, xon,          am, hs, mir, msgr, xenl, xon,
Line 16835 
Line 17349 
         fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH,          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>,          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,          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>,          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,          kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
         kdch1=\E[3~, kf0=\EOy, kf10=\E[21~, kf11=\E[23~,          kdch1=\E[3~, kf0=\EOy, kf10=\E[21~, kf11=\E[23~,
         kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~,          kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~,
Line 16850 
Line 17365 
         nel=\EE, rc=\E8, rev=\E[7m, ri=\EM$<5>, rmacs=\017$<20>,          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,          rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
         rmul=\E[24m,          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>,          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,          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%;$<20>,          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%;$<20>,
         sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h,          sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h,
         smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m,          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>,          tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>,
Line 16860 
Line 17377 
 ncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd,  ncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd,
         cols#132,          cols#132,
         cup=\E[%i%p1%d;%p2%dH$<30>,          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>,          is2=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1
         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>,              H$<200>,
           rs2=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1
               H$<200>,
         use=ncr260vt300an,          use=ncr260vt300an,
 ncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd,  ncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd,
         ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D,          ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D,
Line 16872 
Line 17391 
 NCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+  kybd,  NCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+  kybd,
         cols#132,          cols#132,
         cup=\E[%i%p1%d;%p2%dH$<30>,          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>,          is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1
         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>,              ;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,          use=ncr260vt300pp,
 # This terminfo file contains color capabilities for the Wyse325 emulation of  # This terminfo file contains color capabilities for the Wyse325 emulation of
 # the NCR 2900/260C color terminal.  Because of the structure of the command  # the NCR 2900/260C color terminal.  Because of the structure of the command
Line 16886 
Line 17407 
 # The capablitiy 'op' sets colors to green on black (default combination).  # The capablitiy 'op' sets colors to green on black (default combination).
 #  #
 # NOTE:  The NCR Unix System Administrator's Shell will not function properly  # NOTE:  The NCR Unix System Administrator's Shell will not function properly
 #           if the 'pairs' capability is defined. Un-Comment the 'pairs'  #           if the 'pairs' capability is defined. Un-Comment the 'pairs'
 #           capability and recompile if you wish to have it included.  #           capability and recompile if you wish to have it included.
 #  #
 ncr260wy325pp|NCR 2900_260 wyse 325,  ncr260wy325pp|NCR 2900_260 wyse 325,
Line 16899 
Line 17420 
         cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c,          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,          ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<5>, ht=^I,
         hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1,          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>,          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,          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,          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,          kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kend=\ET,
Line 16914 
Line 17436 
         mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>,          mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>,
         nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0,          nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0,
         rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20,          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>,          rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9
               \Ee7$<100>,
         setb=\s,          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>,          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/,          sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH\002\EcB1, smam=\Ed/,
         smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0,          smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0,
         tsl=\EF,          tsl=\EF,
 ncr260wy325wpp|NCR 2900_260 wyse 325 wide mode,  ncr260wy325wpp|NCR 2900_260 wyse 325 wide mode,
         cols#132,          cols#132,
         cup=\Ea%i%p1%dR%p2%dC$<30>,          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>,          is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9
         rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>,              \Ee7$<100>,
           rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9
               \Ee7$<100>,
         use=ncr260wy325pp,          use=ncr260wy325pp,
 # This definition for Wyse 350 supports several attributes.  This means  # This definition for Wyse 350 supports several attributes.  This means
 # that it has magic cookies (extra spaces where the attributes begin).  # that it has magic cookies (extra spaces where the attributes begin).
Line 16939 
Line 17469 
 # are numbered 0 through 15.  # are numbered 0 through 15.
 #  #
 # NOTE:  The NCR Unix System Administrator's Shell does not function properly  # NOTE:  The NCR Unix System Administrator's Shell does not function properly
 #           with the 'pairs' capability defined as below.  If you wish to  #           with the 'pairs' capability defined as below.  If you wish to
 #           have it included, Un-comment it and recompile (using 'tic').  #           have it included, Un-comment it and recompile (using 'tic').
 #  #
 ncr260wy350pp|NCR 2900_260 wyse 350,  ncr260wy350pp|NCR 2900_260 wyse 350,
Line 16952 
Line 17482 
         cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c,          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,          ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<10>, ht=^I,
         hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1,          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>,          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,          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,          kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L,
         kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r,          kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r,
Line 16967 
Line 17498 
         mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<20>,          mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<20>,
         nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0,          nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0,
         rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20,          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>,          rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9
               \Ee7$<100>,
         setb=\s,          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>,          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/,          sgr0=\EG0\EH\003\EcD, smacs=\EH\002\EcB1, smam=\Ed/,
         smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0,          smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0,
         tsl=\EF,          tsl=\EF,
 ncr260wy350wpp|NCR 2900_260 wyse 350 wide mode,  ncr260wy350wpp|NCR 2900_260 wyse 350 wide mode,
         cols#132,          cols#132,
         cup=\Ea%i%p1%dR%p2%dC$<30>,          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>,          is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9
         rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>,              \Ee7$<200>,
           rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9
               \Ee7$<200>,
         use=ncr260wy350pp,          use=ncr260wy350pp,
 # This definition for Wyse 50+ supports several attributes.  This means  # This definition for Wyse 50+ supports several attributes.  This means
 # that it has magic cookies (extra spaces where the attributes begin).  # that it has magic cookies (extra spaces where the attributes begin).
Line 17000 
Line 17539 
         ed=\EY$<5>, el=\ET$<5>, fsl=^M, home=\036$<10>,          ed=\EY$<5>, el=\ET$<5>, fsl=^M, home=\036$<10>,
         ht=\011$<5>, hts=\E1$<5>, il1=\EE$<5>, ind=\n$<5>,          ht=\011$<5>, hts=\E1$<5>, il1=\EE$<5>, ind=\n$<5>,
         invis=\EG1,          invis=\EG1,
         is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>,          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,          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,          kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L,
         kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r,          kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r,
Line 17015 
Line 17555 
         mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>,          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.,          nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed.,
         rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20,          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>,          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,          sgr0=\EG0\EH\003$<15>, smacs=\EH^B, smam=\Ed/, smir=\Eq,
         smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<5>, tsl=\EF,          smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<5>, tsl=\EF,
 ncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode,  ncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode,
         cols#132,          cols#132,
         cup=\Ea%i%p1%dR%p2%dC$<30>,          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>,          is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"
         rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>,              \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,          use=ncr260wy50+pp,
 ncr260wy60pp|NCR 2900_260 wyse 60,  ncr260wy60pp|NCR 2900_260 wyse 60,
         am, bw, hs, km, mc5i, mir, msgr, xon,          am, bw, hs, km, mc5i, mir, msgr, xon,
Line 17035 
Line 17578 
         ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<25>,          ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<25>,
         ht=\011$<15>, hts=\E1$<15>, il1=\EE$<5>, ind=\n$<5>,          ht=\011$<15>, hts=\E1$<15>, il1=\EE$<5>, ind=\n$<5>,
         invis=\EG1,          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>,          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,          kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ,
         kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK,          kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK,
         kcbt=\EI$<15>, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K,          kcbt=\EI$<15>, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K,
Line 17050 
Line 17594 
         mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<30>,          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.,          nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed.,
         rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20,          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>,          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/,          sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH^B, smam=\Ed/,
         smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<15>,          smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<15>,
         tsl=\EF,          tsl=\EF,
 ncr260wy60wpp|NCR 2900_260 wyse 60 wide mode,  ncr260wy60wpp|NCR 2900_260 wyse 60 wide mode,
         cols#132,          cols#132,
         cup=\Ea%i%p1%dR%p2%dC$<30>,          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>,          is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"
         rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>,              \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,          use=ncr260wy60pp,
 ncr160vppp|NCR 2900_160 viewpoint,  ncr160vppp|NCR 2900_160 viewpoint,
         use=ncr260vppp,          use=ncr260vppp,
Line 17118 
Line 17665 
         kf2=\EOQ, kf3=\EOR, kf4=\EOS, mc0=\E[i$<100>, nel=\EE,          kf2=\EOQ, kf3=\EOR, kf4=\EOS, mc0=\E[i$<100>, nel=\EE,
         rc=\E8, rev=\E[7m$<30>, ri=\EM$<50>, rmacs=\017$<90>,          rc=\E8, rev=\E[7m$<30>, ri=\EM$<50>, rmacs=\017$<90>,
         rmir=\E[4l$<80>, rmso=\E[0m$<30>, rmul=\E[0m$<30>,          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>,          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,          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>,          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>,          sgr0=\017\E[0m$<120>, smacs=\016$<90>, smir=\E[4h$<80>,
         smso=\E[7m$<30>, smul=\E[4m$<30>, tbc=\E[3g$<40>,          smso=\E[7m$<30>, smul=\E[4m$<30>, tbc=\E[3g$<40>,
         tsl=\E[>+1$<70>,          tsl=\E[>+1$<70>,
 ncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal,  ncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal,
         cols#132,          cols#132,
         is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0$<200>,          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>,          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,          use=ncrvt100an,
 #  #
 # Vendor-supplied NCR termcaps end here  # Vendor-supplied NCR termcaps end here
Line 17193 
Line 17743 
         is2=\E0@\010\E3\E4\E7, kcub1=^U, kcud1=^J, kcuf1=^F,          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@,          kcuu1=^Z, khome=^A, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=\E0@,
         rmul=\E0@,          rmul=\E0@,
         sgr=\E0%p5%{64}%+%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`,          sgr0=\E0@, smso=\E0Q, smul=\E0`,
 ncr7900iv|ncr 7900 model 4,  ncr7900iv|ncr 7900 model 4,
         am, bw, eslok, hs,          am, bw, eslok, hs,
Line 17219 
Line 17770 
         hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J,          hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J,
         is2=\E4^O, kclr=^L, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z,          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,          khome=^H, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=^O, rmul=^O,
         sgr=\E0%p5%{64}%+%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%{64}%+%c,          vpa=\013%p1%{64}%+%c,
   
Line 17285 
Line 17837 
         msgr@,          msgr@,
         xmc#1,          xmc#1,
         blink=\EG2, invis=\EG1, rev=\EG4, rmso=\EG0, rmul=\EG0,          blink=\EG2, invis=\EG1, rev=\EG4, rmso=\EG0, rmul=\EG0,
         sgr=\E%%\E(%?%p5%p8%|%t\E)%;%?%p9%t\E$%;\EG%{48}%?%p7%t%{1}%+%;%?%p4%t%{2}%+%;%?%p3%p1%|%t%{4}%+%;%?%p2%t%{8}%+%;%c,          sgr=\E%%\E(%?%p5%p8%|%t\E)%;%?%p9%t\E$%;\EG%{48}%?%p7%t%{1}
               %+%;%?%p4%t%{2}%+%;%?%p3%p1%|%t%{4}%+%;%?%p2%t%{8}%+%;%c,
         sgr0=\EG0\E%%\E(, smso=\EG4, smul=\EG8, use=ndr9500,          sgr0=\EG0\E%%\E(, smso=\EG4, smul=\EG8, use=ndr9500,
   
 ndr9500-25-mc|NDR 500 with 25 lines and magic cookies,  ndr9500-25-mc|NDR 500 with 25 lines and magic cookies,
Line 17337 
Line 17890 
         kf0=\ERA, kf1=\ERB, kf10=\ERK, kf2=\ERC, kf3=\ERD, kf4=\ERE,          kf0=\ERA, kf1=\ERB, kf10=\ERK, kf2=\ERC, kf3=\ERD, kf4=\ERE,
         kf5=\ERF, kf6=\ERG, kf7=\ERH, kf8=\ERI, kf9=\ERJ, tbc=\E3,          kf5=\ERF, kf6=\ERG, kf7=\ERH, kf8=\ERI, kf9=\ERJ, tbc=\E3,
 # (pe7000m: this had  # (pe7000m: this had
 #       rmul=\E!\0, smul=\E!\040,  #       rmul=\E!\0, smul=\E!\040,
 # which is probably wrong, it collides with kf0  # which is probably wrong, it collides with kf0
 pe7000m|perkin elmer 7000 series monochrome monitor,  pe7000m|perkin elmer 7000 series monochrome monitor,
         am,          am,
Line 17531 
Line 18084 
         il=\037up\r\037ili %p1%d\r, il1=\037up\r\037ili\r,          il=\037up\r\037ili %p1%d\r, il1=\037up\r\037ili\r,
         ind=^F^J,          ind=^F^J,
         is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r,          is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r,
         rmkx=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r,          rmkx=\037lea\sp2\r\037lea\sp4\r\037lea\sp6\r\037lea\sp8\r
         smkx=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r,               \037lea\sf5\r,
           smkx=\037lea\sp4\s/h/\r\037lea\sp8\s/k/\r\037lea\sp6\s/\s/
                \r\037lea\sp2\s/j/\r\037lea\sf5\s/H/\r,
 tek4025-17|tek 4025 17 line window,  tek4025-17|tek 4025 17 line window,
         lines#17, use=tek4025,          lines#17, use=tek4025,
 tek4025-17-ws|tek 4025 17 line window in workspace,  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,          is2=!com\s31\r\n\037sto\s9\s17\s25\s33\s41\s49\s57\s65\s73
               \r\037wor\s17\r\037mon\s17\r,
         rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\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/!,  tek4025-ex|tek4027-ex|tek 4025/4027 w/!,
Line 17572 
Line 18128 
         dch1=\035dch;, dl=\035dli %p1%d;, dl1=\035dli;,          dch1=\035dch;, dl=\035dli %p1%d;, dl1=\035dli;,
         el=\035dch 80;, hpa=\r\035rig %p1%d;, ht=^I,          el=\035dch 80;, hpa=\r\035rig %p1%d;, ht=^I,
         il1=\013\035ili;, ind=^J, indn=\035dow %p1%d;,          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;,          rs2=!com\s29\035del\s0\035rss\st\035buf\035buf\sn\035cle
               \035dis\035dup\035ech\sr\035eol\035era\sg\035for\sn
               \035pad\s203\035pad\s209\035sno\sn\035sto\s9\s17\s25
               \s33\s41\s49\s57\s65\s73\035wor\s0;,
         tbc=\035sto;,          tbc=\035sto;,
 # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981  # 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.  # Here's the command file that I use to get rogue to work on the 4025.
Line 17591 
Line 18150 
 #       :ti=\037lea p1/b/\037lea p2/j/\037lea p3/n/\037lea p4/h/\037lea p5/ /\037lea p6/l/\037lea p7/y/\037lea p8/k/\037lea p9/u/\037lea p./f/\037lea pt/`era w/13\037lea p0/s/\037wor 33h:\  #       :ti=\037lea p1/b/\037lea p2/j/\037lea p3/n/\037lea p4/h/\037lea p5/ /\037lea p6/l/\037lea p7/y/\037lea p8/k/\037lea p9/u/\037lea p./f/\037lea pt/`era w/13\037lea p0/s/\037wor 33h:\
 #       :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:  #       :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/!,  tek4025ex|4025ex|4027ex|tek 4025 w/!,
         is2=\037com 33\r\n!sto 9\,17\,25\,33\,41\,49\,57\,65\,73\r,          is2=\037com\s33\r\n!sto\s9\,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,
         OTbs, am, mir, msgr, ul, xenl, xt,          OTbs, am, mir, msgr, ul, xenl, xt,
Line 17624 
Line 18184 
         rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l,          rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l,
         rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>,          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,          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%;$<2>,          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=,          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,          smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g,
         use=vt100+fnkeys,          use=vt100+fnkeys,
Line 17668 
Line 18229 
         lf5=F6, lf6=F8, ll=\E[30;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM,          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,          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,          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>,          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,          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,
   
Line 17712 
Line 18275 
         lf5=F6, lf6=F8, ll=\E[32;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM,          lf5=F6, lf6=F8, ll=\E[32;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM,
         rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1,          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,          rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
         rs1=\030\E%!0\EKC\E\014\EKR0\EKF0\ENM0\ELBH=\ETF8000010F40\ELI100\ELLB0\ELM0\EKE0\ENF1\EKS0\END0\ERE0\E%!1\Ec\E[?3;5l\E[?7;8h\E[r\E[m\E>,          rs1=\030\E%!0\EKC\E\014\EKR0\EKF0\ENM0\ELBH=\ETF8000010F40
               \ELI100\ELLB0\ELM0\EKE0\ENF1\EKS0\END0\ERE0\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,          sc=\E7, sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h,
         smkx=\E[?1h\E=, smso=\E[7;42m, smul=\E[4m, tbc=\E[3g,          smkx=\E[?1h\E=, smso=\E[7;42m, smul=\E[4m, tbc=\E[3g,
   
Line 17736 
Line 18301 
         kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA,          kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA,
         rev=\E%!1\E[7m$<2>\E%!0, ri=\EI,          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,          rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0,
         sgr=\E%%!1\E[%?%p1%t;7;5%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t<0%;%?%p6%t;1%;m$<2>\E%%!0,          sgr=\E%%!1\E[%?%p1%t;7;5%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;
               %?%p5%t<0%;%?%p6%t;1%;m$<2>\E%%!0,
         sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<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,          smul=\E%!1\E[4m$<2>\E%!0,
 # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;  # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
Line 17744 
Line 18310 
 tek4207-s|Tektronix 4207 with sysline but no memory,  tek4207-s|Tektronix 4207 with sysline but no memory,
         eslok, hs,          eslok, hs,
         dsl=\E7\E[?6l\E[2K\E[?6h\E8, fsl=\E[?6h\E8,          dsl=\E7\E[?6l\E[2K\E[?6h\E8, fsl=\E[?6h\E8,
         is1=\E%!1\E[2;32r\E[132D\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J,          is1=\E%!1\E[2;32r\E[132D\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8
               C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J,
         is2=\E7\E[?6l\E[2K\E[?6h\E8,          is2=\E7\E[?6l\E[2K\E[?6h\E8,
         tsl=\E7\E[?6l\E[2K\E[;%i%df, use=tek4107,          tsl=\E7\E[?6l\E[2K\E[;%i%df, use=tek4107,
   
Line 17790 
Line 18357 
         OTbs, am, da, eo,          OTbs, am, da, eo,
         cols#80, lines#5,          cols#80, lines#5,
         clear=\ELZ, cub1=^H, cud1=^J, cuf1=\ELM1 \ELM0,          clear=\ELZ, cub1=^H, cud1=^J, cuf1=\ELM1 \ELM0,
         flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0,          flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4
                 \ERBA4\ERBA4\ERB0,
         is2=\EKA1\ELL5\ELV0\ELV1, uc=\010\ELM1_\ELM0,          is2=\EKA1\ELL5\ELV0\ELV1, uc=\010\ELM1_\ELM0,
 tek4113-34|tektronix 4113 color graphics with 34 line dialog area,  tek4113-34|tektronix 4113 color graphics with 34 line dialog area,
         lines#34,          lines#34,
Line 17803 
Line 18371 
         cols#80, it#8, lines#34,          cols#80, it#8, lines#34,
         clear=\E^L, cub1=^H, cud1=^J, cuf1=^I, cuu1=^K,          clear=\E^L, cub1=^H, cud1=^J, cuf1=^I, cuu1=^K,
         cvvis=\ELZ\EKA0,          cvvis=\ELZ\EKA0,
         flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0,          flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4
                 \ERBA4\ERBA4\ERB0,
         home=\ELF7l\177 @, ht=^I, is2=\ELZ\EKA0\ELF7l\177 @,          home=\ELF7l\177 @, ht=^I, is2=\ELZ\EKA0\ELF7l\177 @,
         ll=\ELF hl @, rmso=\EMT1, smso=\EMT2, uc=\010\EMG1_\EMG0,          ll=\ELF hl @, rmso=\EMT1, smso=\EMT2, uc=\010\EMG1_\EMG0,
 # This entry is from Tek. Inc.  (Brian Biehl)  # This entry is from Tek. Inc.  (Brian Biehl)
Line 17817 
Line 18386 
         cvvis=\E%!0\ELBB2\E%!1, dch1=\E[P, dl1=\E[M, ed=\E[J,          cvvis=\E%!0\ELBB2\E%!1, dch1=\E[P, dl1=\E[M, ed=\E[J,
         el=\E[K, home=\E[H, ht=^I, if=/usr/share/tabset/vt100,          el=\E[K, home=\E[H, ht=^I, if=/usr/share/tabset/vt100,
         il1=\E[L,          il1=\E[L,
         is2=\E%!0\E%\014\ELV0\EKA1\ELBB2\ENU@=\ELLB2\ELM0\ELV1\EKYA?\E%!1\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[m,          is2=\E%!0\E%\014\ELV0\EKA1\ELBB2\ENU@=\ELLB2\ELM0\ELV1\EKYA?
               \E%!1\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[m,
         kbs=^H, ri=\EM, rmam=\E[?7l,          kbs=^H, ri=\EM, rmam=\E[?7l,
         rmcup=\E%!0\ELBG8\E%!1\E[34;1H\E[J, rmir=\E[4l,          rmcup=\E%!0\ELBG8\E%!1\E[34;1H\E[J, rmir=\E[4l,
         rmkx=\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smam=\E[?7h,          rmkx=\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smam=\E[?7h,
Line 17836 
Line 18406 
         kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H,          kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H,
         rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rmam=\E[?7l,          rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rmam=\E[?7l,
         rmso=\E[m, rmul=\E[m,          rmso=\E[m, rmul=\E[m,
         sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m,          sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;
               %;%?%p7%t8;%;m,
         sgr0=\E[m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,          sgr0=\E[m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
         vpa=\E[%p1%{1}%+%dd,          vpa=\E[%p1%{1}%+%dd,
 # The tek4125 emulates a vt100 incorrectly - the scrolling region  # The tek4125 emulates a vt100 incorrectly - the scrolling region
Line 17850 
Line 18421 
 tek4125|tektronix 4125,  tek4125|tektronix 4125,
         lines#34,          lines#34,
         csr@, dl1=\E[1M, il1=\E[1L,          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,          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>  # From: <jcoker@ucbic>
Line 17866 
Line 18439 
         cuu1=\EM, dch1=\E[P$<4/>, dl1=\E[M$<3/>, ed=\E[J,          cuu1=\EM, dch1=\E[P$<4/>, dl1=\E[M$<3/>, ed=\E[J,
         el=\E[K$<5/>, home=\E[H, ht=^I, ich1=\E[@$<4/>,          el=\E[K$<5/>, home=\E[H, ht=^I, ich1=\E[@$<4/>,
         il1=\E[L$<3/>, ind=\E[S, invis=\E[=6;<5,          il1=\E[L$<3/>, ind=\E[S, invis=\E[=6;<5,
         is2=\E%!0\ELBP0\E%!1\E[H\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J,          is2=\E%!0\ELBP0\E%!1\E[H\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8
               C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J,
         kcub1=\E[D, kcud1=\ED, kcuf1=\E[C, kcuu1=\EM, khome=\E[H,          kcub1=\E[D, kcud1=\ED, kcuf1=\E[C, kcuu1=\EM, khome=\E[H,
         rev=\E[7m, ri=\E[T,          rev=\E[7m, ri=\E[T,
         rmcup=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f, rmso=\E[m,          rmcup=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f, rmso=\E[m,
Line 17927 
Line 18501 
         ech=\E%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0,          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,          home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[1L,
         ind=\ED,          ind=\ED,
         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,          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}%<%tE
                 1%e%p2%{875}%<%tE\:%eF4%;%?%p3%{125}%<%t0%e%p3%{250}%<
                 %tA2%e%p3%{375}%<%tA?%e%p3%{500}%<%tC8%e%p3%{625}%<%tD
                 4%e%p3%{750}%<%tE1%e%p3%{875}%<%tE\:%eF4%;%?%p4%{125}
                 %<%t0%e%p4%{250}%<%tA2%e%p4%{375}%<%tA?%e%p4%{500}%<%t
                 C8%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,          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,          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,          kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EP, kf5=\EQ, kf6=\ER,
         kf7=\ES,          kf7=\ES,
         oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1,          oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40
              \E%!1,
         op=\E[39;40m, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=,          op=\E[39;40m, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=,
         rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[24m,          rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[24m,
         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%;,          setb=\E[=%?%p1%{0}%=%t0m%e%p1%{1}%=%t4m%e%p1%{2}%=%t3m%e%p1
         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%;,               %{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,          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,          smcup=\E%%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m,
         smul=\E[4m, tbc=\E[1g,          smul=\E[4m, tbc=\E[1g,
Line 18084 
Line 18672 
 ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX,  ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX,
         OTbs, am, bw, eo, hs, km, msgr, ul,          OTbs, am, bw, eo, hs, km, msgr, ul,
         cols#80, it#8, lines#24,          cols#80, it#8, lines#24,
         acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263,          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,          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,          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,          cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH,
Line 18097 
Line 18686 
         kf9=\250, khome=\E[H, kich1=\E[^H, knp=\E[U, kpp=\E[V,          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,          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,          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%;%?%p7%t30;40%;m,          sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1
               %;%?%p7%t30;40%;m,
         sgr0=\E[m, smso=\E[7m, smul=\E[4m,          sgr0=\E[m, smso=\E[7m, smul=\E[4m,
   
 #### Apple II  #### Apple II
Line 18483 
Line 19073 
         ri=\215, rin@, use=amiga-h,          ri=\215, rin@, use=amiga-h,
   
 # Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>  # 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  #       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  # having a little trouble. I've had to map most of my control characters
 # to something that unix will accept (my delete-char is a ctrl-t, etc),  # to something that unix will accept (my delete-char is a ctrl-t, etc),
 # and create some functions (like cm), but thats life.  # and create some functions (like cm), but thats life.
 #       The problem is with the arrow keys - right, and up work fine, but  #       The problem is with the arrow keys - right, and up work fine, but
 # left deletes the previous character and down I just can't figure out.  # left deletes the previous character and down I just can't figure out.
 # Jove knows what I want, but I don't know what it's sending to me (it  # Jove knows what I want, but I don't know what it's sending to me (it
 # isn't thats bound to next-line in jove).  # isn't thats bound to next-line in jove).
 #       Anybody got any ideas? Here's my termcap.  #       Anybody got any ideas? Here's my termcap.
 # DAG -- I changed his "^n" entries to "\n"; see if that works.  # DAG -- I changed his "^n" entries to "\n"; see if that works.
 #  #
 commodore|b-128|Commodore B-128 micro,  commodore|b-128|Commodore B-128 micro,
Line 18577 
Line 19167 
 # See  # See
 #       https://web.archive.org/web/20120703021949/http://www.minix3.org/manpages/html4/console.html  #       https://web.archive.org/web/20120703021949/http://www.minix3.org/manpages/html4/console.html
 minix|minix console (v3),  minix|minix console (v3),
         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,          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,
         kdch1=\177, kend=\E[Y, kf0=\E[21~, kf1=\E[11~, kf10=\E[21~,          kdch1=\177, kend=\E[Y, kf0=\E[21~, kf1=\E[11~, kf10=\E[21~,
         kf11=\E[11;2~, kf12=\E[12;2~, kf13=\E[13;2~,          kf11=\E[11;2~, kf12=\E[12;2~, kf13=\E[13;2~,
         kf14=\E[14;2~, kf15=\E[15;2~, kf16=\E[17;2~,          kf14=\E[14;2~, kf15=\E[15;2~, kf16=\E[17;2~,
Line 18758 
Line 19350 
         smacs=^N, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=^_@A,          smacs=^N, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=^_@A,
         u6=\E[%i%d;%dR, u7=\E[6n,          u6=\E[%i%d;%dR, u7=\E[6n,
   
 # From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998  # From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998, updated 19 Sep 2016
 #  #
 minitel1|minitel 1,  minitel1|minitel 1,
         am, bw, eslok, hs, hz, msgr,          am, bw, eslok, hs, hz, .msgr, G0,
         colors#8, cols#40, lines#24, pairs#8,          colors#8, cols#40, lines#24, pairs#8, .ncv#16,
         bel=^G, blink=\EH, civis=^T, clear=^L, cnorm=^Q, cr=^M,          acsc=j+k+l+m+n+o~q`s_t+u+v+w+x|, bel=^G, blink=\EH,
         cub1=^H, cud1=^J, cuf1=^I,          civis=^T, clear=^L, cnorm=^Q, cr=^M, cub1=^H, cud1=^J, cuf1=^I,
         cup=\037%p1%'A'%+%c%p2%'A'%+%c, cuu1=^K, el=^X,          cup=\037%p1%'A'%+%c%p2%'A'%+%c, cuu1=^K,
           dsl=\037@A\030\n, el=^X,
         flash=\037@A\EW \177\022\177\022P\r\030\n, fsl=^J,          flash=\037@A\EW \177\022\177\022P\r\030\n, fsl=^J,
         home=^^, ind=^J, is2=\E;`ZQ\E\:iC\E\:iE\021, nel=^M^J,          home=^^, ind=^J, is2=\E;`ZQ\E\:iC\E\:iE\021, kbs=^SG,
         op=\EG, rep=%p1%c\022%p2%'?'%+%c, rev=\E], ri=^K,          kcan=^SE, kend=^SI, kent=^SA, khlp=^SD, knp=^SH, kpp=^SB,
         rmso=\E\\,          krfr=^SC, nel=^M^J, op=\EG, rep=%p1%c\022%p2%'?'%+%c,
         setf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=%tC%e%p1%'@'%+%c%;,          rev=\E], ri=^K, rmso=\E\\,
           rs2=\024\037XA\030\n\030\n\030\n\030\n\030\n\030\n\030\n
               \030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n
               \030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\014
               \021,
           setab=\0, setaf=\E%p1%'@'%+%c, setb=\0,
           setf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=
                %tC%e%p1%'@'%+%c%;,
         sgr=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;,          sgr=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;,
         sgr0=\EI\E\\, smso=\E], tsl=\037@%p1%'A'%+%c,          sgr0=\EI\E\\\EG, smso=\E], tsl=\037@%p1%'A'%+%c,
         u6=\037%c%'A'%-%c%'A'%-, u7=\Ea, .acsc=}#f0g1\,\,+../,          u6=\037%c%'A'%-%c%'A'%-, u7=\Ea,
         .enacs=^Y, .rs2=^L, .u8=\001Br4\004, .u9=\E9{,          u8=\001%[BCDEFGHIJKLbcresdfg0123456789]\004, u9=\E9{,
 # is2=Fnct TE, Fnct ER, Fnct CM et pour finir: curseur ON.          .dim=\EB, .hup=\E9g, .rs2=^L, .u8=\001Br4\004,
           C0=`>a9f!j%k4l<m-n=p#q\,rpt=u5v-w<x5yvzy|l~$, E0=^O,
           S0=^N,
           XC=B\031%\,\241!\,\242"\,\243#\,\244$\,\245%\,\246&\,\247'\,
              \250(\,\253+\,\257P\,\2600\,\2611\,\2622\,\2633\,\2655\,
              \2677\,\272k\,\273;\,\274<\,\275=\,\276>\,\277?\,\300AA\,
              \301BA\,\302CA\,\303DA\,\304HA\,\305JA\,\306a\,\307KC\,
              \310AE\,\311BE\,\312CE\,\313HE\,\314AI\,\315BI\,\316CI\,
              \317HI\,\320b\,\321DN\,\322AO\,\323BO\,\324CO\,\325DO\,
              \326HO\,\3274\,\330i\,\331AU\,\332BU\,\333CU\,\334HU\,
              \335BY\,\336l\,\337{\,\340Aa\,\341Ba\,\342Ca\,\343Da\,
              \344Ha\,\345Ja\,\346q\,\347Kc\,\350Ae\,\351Be\,\352Ce\,
              \353He\,\354Ai\,\355Bi\,\356Ci\,\357Hi\,\360r\,\361Dn\,
              \362Ao\,\363Bo\,\364Co\,\365Do\,\366Ho\,\3678\,\370y\,
              \371Au\,\372Bu\,\373Cu\,\374Hu\,\375By\,\376|\,\377Hy\,
              \252c\,\,0\017\031%\016\,}#\,f0\,g1\,\\\,\\\,\,+.\,./\,0
              \177\,--,
 minitel1b|minitel 1-bistandard (in 40cols mode),  minitel1b|minitel 1-bistandard (in 40cols mode),
         mir,          mir,
         cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC,          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,          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,          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,          is1=\E;iYA\E;jYC, kbs@, kcan@, kclr=\E[2J, kctab=^I,
         kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M,          kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P,
         khome=\E[H, kich1=\E[4h, kil1=\E[L, rmir=\E[4l, smir=\E[4h,          kdl1=\E[M, kent@, kf1=^SD, kf10=^Y0, kf11=^Y1, kf12=^Y/,
         .ich=\E[%p1%d@, .ich1=\E[@, .kel=^X, .rmkx=\E;jYA,          kf13=^Y{1, kf14=^Y{2, kf15=^Y{3, kf16=^Y{4, kf17=^Y{5,
         .smkx=\E;iYA\E;jYC, .u8=\001Cu<\004, use=minitel1,          kf18=^Y{6, kf19=^Y{7, kf2=^SC, kf20=^Y{8, kf21=^Y{9,
           kf22=^Y{0, kf23=^Y{*, kf24=^Y{#, kf3=^SF, kf4=^SA, kf5=^SG,
           kf6=^SE, kf7=^Y8, kf8=^Y\,, kf9=^Y., khlp@, khome=\E[H,
           kich1=\E[4h, kil1=\E[L, krfr@, lf1=Guide, lf2=Repetition,
           lf3=Sommaire, lf4=Envoi, lf5=Correction, lf6=Annulation,
           rmir=\E[4l, smir=\E[4h,
           u8=\001%[ABCPtuvwxyz0123456789\:;<=>?]\004,
           .ich=\E[%p1%d@, .ich1=\E[@, .kLFT=\E[P, .kRIT=\E[4h,
           .kb2=^Y{g, .kcbt=^Y{i, .kel=^X, .mc0=\E\:|k, .rmkx=\E;jYA,
           .rs1=\E[4l\E[2l, .smkx=\E;iYA\E;jYC, .u8=\001Cu<\004,
           use=minitel1,
 # rmkx posait des problemes (logout en sortant de vi).  # rmkx posait des problemes (logout en sortant de vi).
 minitel1b-80|minitel 1-bistandard (standard teleinformatique),  minitel1b-80|minitel 1-bistandard (standard teleinformatique),
         am@, bw@, hz@,          am@, bw@, eslok@, hz@, msgr, G0,
         colors@, cols#80, it#8, pairs@,          colors@, cols#80, it#8, pairs@,
         blink=\E[5m, bold=\E[1m, civis=\037@A\024\n,          acsc@, blink=\E[5m, bold=\E[1m, civis=\037@A\024\n,
         clear=\E[H\E[J, cnorm=\037@A\021\n, cuf1=\E[C,          clear=\E[H\E[J, cnorm=\037@A\021\n, cuf1=\E[C,
         cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H,          cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H,
         ht=^I, ind=\ED, is1@, is2@, kbs=\EOl, kcan=\EOQ, kent=\EOM,          ht=^I, ind=\ED, is1@, is2@, kbs=\EOl, kcan=\EOQ, kend=\E)4\r,
         kf0=\EOp, kf1=\EOq, kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu,          kent=\EOM, kf1=\EOq, kf10=\EOp, kf11=\EOP1, kf12=\EOP2,
           kf13=\EOP3, kf14=\EOP4, kf15=\EOP5, kf16=\EOP6, kf17=\EOP7,
           kf18=\EOP8, kf19=\EOP9, kf2=\EOr, kf20=\EOP0, kf21=\EOP*,
           kf22=\EOP#, kf23@, kf24@, kf3=\EOs, kf4=\EOt, kf5=\EOu,
         kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, khlp=\EOm, knp=\EOn,          kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, khlp=\EOm, knp=\EOn,
         kpp=\EOR, krfr=\EOS, nel=\EE, op@, rc=\E8, rep@, rev=\E[7m,          kpp=\EOR, krfr=\EOS, lf1@, lf2@, lf3@, lf4@, lf5@, lf6@, nel=\EE,
         ri=\EM, rmkx@, rmso=\E[27m, rmul=\E[24m, rs2=\E[H\E[J\E[m,          op@, rc=\E8, rep@, rev=\E[7m, ri=\EM, rmkx@, rmso=\E[27m,
         sc=\E7, setf@, sgr@, sgr0=\E[m, smkx@, smso=\E[7m, smul=\E[4m,          rmul=\E[24m,
         u6@, u7@, .acsc=}#f[, .enacs=^O, .mc0=\E[i, .rmacs=^O,          rs2=\036\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[
         .rs2=\Ec,              H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M
         .sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m,              \E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2
         .smacs=^N, use=minitel1b,              M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[
               2M\E[H\E[J\E[m,
           sc=\E7, setab@, setaf@, setb@, setf@, sgr@, sgr0=\E[m, smkx@,
           smso=\E[7m, smul=\E[4m,
           tsl=\037@%?%p1%{63}%<%t%p1%'A'%+%c%e\177%p1%{62}%-%Pa%?%ga
               %{1}%&%t\011%;%?%ga%{2}%&%t\011\011%;%?%ga%{4}%&%t\011
               \011\011\011%;%?%ga%{07}%>%t\011\011\011\011\011\011
               \011\011%;%?%ga%{15}%>%t\011\011\011\011\011\011\011
               \011%;%;,
           u6@, u7@, u8@, u9@, .acsc=}#f[, .enacs=^O, .kb2=\EOPg,
           .kcbt=\EOPi, .ll=\E[24H, .mc0=\E[i, .rmacs=^O, .rs2=\Ec,
           .sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1
                ;%;m,
           .smacs=^N, C0=}#f[j+k+l+m+n+o~q=s_t+u+v+w+x!0\032,
           E0=^O, S0=^N,
           XC=B\016%\017\,\243#\,\247]\,\260[\,\340@\,\347\\\\\,\351{\,
              \350}\,\371|\,\300A\,\301A\,\302A\,\303A\,\304A\,\305A\,
              \306E\,\307C\,\310E\,\311E\,\312E\,\313E\,\314I\,\315I\,
              \316I\,\317I\,\320D\,\321N\,\322O\,\323O\,\324O\,\325O\,
              \326O\,\331U\,\332U\,\333U\,\334U\,\335Y\,\337s\,\341a\,
              \342a\,\343a\,\344a\,\345a\,\346e\,\352e\,\353e\,\354i\,
              \355i\,\356i\,\357i\,\360d\,\361n\,\362o\,\363o\,\364o\,
              \365o\,\366o\,\372u\,\373u\,\374u\,\375y\,\377y\,\267.\,
              \327x\,\367/\,\261\E7\E[4m+\E8\E[C\,\,0\017%\016\,x|\,y
              \E7\E[4m<\E8\E[C\,z\E7\E[4m>\E8\E[C\,g\E7\E[4m+\E8\E[C,
           use=minitel1b,
   
   minitel1-nb|minitel 1 (40cols) noir & blanc sans couleurs avec bold et dim ...,
           colors@, pairs@,
           bold=\EG, clear=^L\EB,
           cup=\037%p1%'A'%+%c%p2%'A'%+%c\EB, dim=\ED, home=^^\EB,
           op@, rs2=^L\EB, setab@, setaf@, setb@, setf@,
           sgr=%?%p1%p3%O%t\E]%;%?%p4%t\EH%;%?%p5%t\ED%;%?%p6%t\EG%;,
           sgr0=\EI\E\\\EB, tsl=\037@%p1%'A'%+%c\EB, .invis=\E@,
           use=minitel1,
   
 minitel1b-nb|minitel 1b (40cols) noir & blanc sans couleurs avec bold et dim ...,  minitel1b-nb|minitel 1b (40cols) noir & blanc sans couleurs avec bold et dim ...,
           msgr,
         colors@, pairs@,          colors@, pairs@,
         acsc=`>a9f!j%k4l<m-n=p#q\,rpt=u5v-w<x5yvzy|l~$,          acsc=`>a9f!j%k4l<m-n=p#q\,rpt=u5v-w<x5yvzy|l~$,
         bold=\EG, clear=^L\EB, cup=\E[%i%p1%d;%p2%dH, dim=\ED,          bold=\EG, clear=^L\EB, cup=\E[%i%p1%d;%p2%dH, dim=\ED,
         home=^^\EB, kend=\E)4\r, kf0=^Y0, kf1=\E$4\r, kf11=^Y1,          home=^^\EB, kend=\E)4\r, kf1=\E$4\r, kf2=\E#4\r,
         kf12=^Y/, kf2=\E#4\r, kf3=\E&4\r, kf4=\E!4\r, kf5=\E'4\r,          kf3=\E&4\r, kf4=\E!4\r, kf5=\E'4\r, kf6=\E/4\r, knp=\E(4\r,
         kf6=\E/4\r, kf7=^Y8, kf8=^Y\,, kf9=^Y., knp=\E(4\r,          kpp=\E"4\r, op@, rmacs=^O, rs2=^L\EB, setab@, setaf@, setb@,
         kpp=\E"4\r, op@, rmacs=^O, setf@,          setf@,
         sgr=%?%p1%p3%O%t\E]%;%?%p4%t\EH%;%?%p5%t\ED%;%?%p6%t\EG%;,          sgr=%?%p1%p3%O%t\E]%;%?%p4%t\EH%;%?%p5%t\ED%;%?%p6%t\EG%;,
         sgr0=\EI\E\\\EB, smacs=^N, .invis=\E@, .rs2=^L\EB,          sgr0=\EI\E\\\EB, smacs=^N, tsl=\037@%p1%'A'%+%c\EB,
         .u8=\001Cu|\004, use=minitel1b,          u8=\001%[ABCPpqrstuvwxyz{|}~\177]\004\r, .invis=\E@,
           .u8=\001Cu|\004r, use=minitel1b,
   
 # From: Alexandre Montaron, 19 Nov 2015  ### Note:
 #  #
   # Faire, Fnct T puis "/" (TS+"?") pour activer les touches en 40cols :
   #
   # TS+Connexion/Fin(Fin),Retour(Page Up),Suite(Page Down),Guide(F1),
   # Repetition(F2),Sommaire(F3),Envoi(F4),Correction(F5),Annulation(F6),
   # Ctrl+7(F7),Ctrl+8(F8),Ctrl+9(F9),Ctrl+0(F10),Ctrl+*(F11),Ctrl+#(F12).
   #
   # Ctrl+Suite-1(F13), Ctrl+Suite-2(F14), Ctrl+Suite-3(F15),
   # Ctrl+Suite-4(F16), Ctrl+Suite-5(F17), Ctrl+Suite-6(F18),
   # Ctrl+Suite-7(F19), Ctrl+Suite-8(F20), Ctrl+Suite-9(F21),
   # Ctrl+Suite-0(F22), Ctrl+Suite-*(F23), Ctrl+Suite-#(F24).
   #
   ### Fonctionne par exemple avec Midnight Commander (mc).
   
   minitel2-80|minitel 2 (80cols) avec filets vt100 (DEC),
           G0,
           acsc=ffggjjkkllmmnnooqqssttuuvvwwxxyyzz||}},
           enacs=\E)0, rmacs=^O, smacs=^N, u6=\E[%i%d;%dR,
           C0=ffggjjkkllmmnnooqqssttuuvvwwxxyyzz||}}, E0=^O,
           S0=\E)0\016,
           XC=B%\E(B\,\243\E(3}\,\247\E(R[\,\257\E(3v\,\260\E(3f\,\261
              \E(3g\,\265\E(3Y\,\267\E(3~\,\274\E(3O\,\275\E(3P\,\276
              \E(3Q\,\277\E(3Z\,\300A\,\301A\,\302A\,\303A\,\304\E(3R\,
              \305A\,\306E\,\307C\,\310E\,\311\E(3S\,\312E\,\313E\,
              \314\E(3T\,\315I\,\316I\,\317I\,\320D\,\321\E(3W\,\322\E(
              3U\,\323O\,\324O\,\325O\,\326O\,\327x\,\331U\,\332U\,
              \333U\,\334\E(3V\,\335Y\,\337\E(3{\,\340\E(3A\,\341a\,
              \342\E(3B\,\343a\,\344\E(3C\,\345a\,\346e\,\347\E(R\\\\\,
              \350\E(3E\,\351\E(3D\,\352\E(3F\,\353\E(3G\,\354i\,\355i
              \,\356\E(3H\,\357\E(3I\,\360d\,\361\E(3X\,\362o\,\363o\,
              \364\E(3J\,\365o\,\366\E(3K\,\367\E(3h\,\371\E(3L\,\372u
              \,\373\E(3M\,\374\E(3N\,\375y\,\377y\,\,0\E)3%\E)0\,\\\,m
              \,+k\,.l\,0\177\,-j,
           use=minitel12-80,
   
   minitel12-80|minitel 12 (80cols),
           G0,
           civis=\E[<1h, cnorm=\E[<1l, is2=\E[12h, u6=\E[%i%d;%dH,
           u7=\E[6n,
           .acsc=ffggj+k+l+m+n+ovq-swt+u+v+w+xx}}\,m+k.l-j0
                 \177,
           .enacs=\E)3, .rmacs=^O, .rs3=\E[?4l, .scs=\E(%p1%c,
           .smacs=^N,
           C0=ffggj+k+l+m+n+ovq-swt+u+v+w+xx}}\,m+k.l-j0\177,
           E0=^O, S0=\E)3\016,
           XC=B%\E(B\,\243\E(3}\,\247\E(R[\,\257\E(3v\,\260\E(3f\,\261
              \E(3g\,\267\E(3~\,\274\E(3O\,\275\E(3P\,\276\E(3Q\,\300A
              \,\301A\,\302A\,\303A\,\304A\,\305A\,\306E\,\307C\,\310E
              \,\311E\,\312E\,\313E\,\314I\,\315I\,\316I\,\317I\,\320D
              \,\321N\,\322O\,\323O\,\324O\,\325O\,\326O\,\327x\,\331U
              \,\332U\,\333U\,\334U\,\335Y\,\337\E(3{\,\340\E(3A\,
              \341a\,\342\E(3B\,\343a\,\344\E(3C\,\345a\,\346e\,\347\E(
              R\\\\\,\350\E(3E\,\351\E(3D\,\352\E(3F\,\353\E(3G\,\354i
              \,\355i\,\356\E(3H\,\357\E(3I\,\360d\,\361n\,\362o\,
              \363o\,\364\E(3J\,\365o\,\366\E(3K\,\367\E(3h\,\371\E(3L
              \,\372u\,\373\E(3M\,\374\E(3N\,\375y\,\377y\,\,0\E)3%\E)0
              \,\\\,m\,+k\,.l\,0\177\,-j,
           use=minitel1b-80,
   
   #
   # Add these in your ~/.screenrc for inputting some special glyphs like french
   # accentuated chars in 40 cols mode:
   #
   # bindkey ^YA digraph '`'  # Saisi accent grave.
   # bindkey ^YB digraph "'"  # Saisi accent aigu.
   # bindkey ^YC digraph '^'  # Saisi accent circonflexe.
   # bindkey ^YH digraph '"'  # Saisi accent trema.
   #
   # bindkey ^Y#      stuff \243  # Livre.
   # bindkey "^Y\047" stuff \247  # Paragraphe.
   # bindkey ^Yj      stuff \306  # AE
   # bindkey ^Yz      stuff \346  # ae
   # bindkey ^YKc     stuff \347  # c cedille.
   #
   
   screen.minitel1|Screen specific for minitel1,
           ncv@,
           acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
                yzz||}}~~,
           bel=\007\E\^ \E\\, bold@, csr@, flash=\Eg\E\^ \E\\, kmous@,
           rmul@, smul@, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\EZ,
           use=screen,
   
   screen.minitel1b|Screen specific for minitel1b,
           kclr=\E[2J, kdl1=\E[M, kf13=^Y{1, kf14=^Y{2, kf15=^Y{3,
           kf16=^Y{4, kf17=^Y{5, kf18=^Y{6, kf19=^Y{7, kf20=^Y{8,
           kf21=^Y{9, kf22=^Y{0, kf23=^Y{*, kf24=^Y{#, kil1=\E[L,
           use=screen.minitel1,
   
   screen.minitel1b-80|screen.minitel2-80|screen.minitel12-80|Screen specific for minitel1b-80 minitel2-80 and minitel12-80,
           colors@, ncv@, pairs@,
           bold=\E[1m, kent=\EOM, kf13@, kf14@, kf15@, kf16@, kf17@, kf18@,
           kf19@, kf20@, kf21@, kf22@, kf23@, kf24@, khlp=\EOm, op@,
           rmul=\E[24m, setab@, setaf@, setb@, setf@, smul=\E[4m,
           use=screen.minitel1b,
   
   screen.minitel1-nb|Screen specific for minitel1-nb,
           colors@, ncv@, pairs@,
           bold=\E[1m, dim=\E[2m, op@, setab@, setaf@, setb@, setf@,
           use=screen.minitel1,
   
   screen.minitel1b-nb|Screen specific for minitel1b-nb,
           colors@, ncv@, pairs@,
           bold=\E[1m, dim=\E[2m, op@, setab@, setaf@, setb@, setf@,
           use=screen.minitel1b,
   
   # From: Alexandre Montaron, 29 Sep 2016
   
   linux-m1|Linux Minitel 1 "like" Couleurs,
           am, bw@, ccc, mir, msgr, xenl,
           colors#8, it#8, ncv#16, pairs#64,
           acsc=a\261f\370g\361h\260j\274k\273l\311m\310n\316q\315t
                \314u\271v\312w\313x\272y\363z\362{\343|\252~\372,
           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, 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, enacs=\E)U,
           flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%d`,
           ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J,
           initc=\E]P%p1%{15}%&%X%p2%{255}%&%02X%p3%{255}%&%02X%p4
                 %{255}%&%02X,
           is2=\E]R\E]P3FFFF80\E[?8c, ka1=\EOw, ka3=\EOy, kb2=\E[G,
           kbs=\177, kc1=\EOq, kc3=\EOs, kcbt=\E^I, kclr=\E^M,
           kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
           kdch1=\E[3~, kdl1=\E\E[A, kend=\E[4~, kent=\EOM, 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~,
           kil1=\E\E[B, kmous=\E[M, knp=\E[6~, kpp=\E[5~, nel=\EE,
           oc=\E]R\E]P3FFFF80, op=\E[39;49m, rc=\E8, rev=\E[7m,
           ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmpch=\E[10m,
           rmso=\E[27m, rs1=\Ec, rs3=\E[37;40m\E[8], sc=\E7,
           setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[m, smacs=^N,
           smam=\E[?7h, smir=\E[4h, smpch=\E[11m, smso=\E[7m,
           tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?6c, u9=\EZ,
           vpa=\E[%i%p1%dd, .VN=\E[?5l, .VR=\E[?5h, .am@,
           .ich=\E[%p1%d@, .ich1=\E[@, .ll=\E[99H, .rmcup=,
           .rmul=\E[24m, .smcup=\E]R\E]P3FFFF80\E[?8c,
           .smul=\E[4m,
           E3=\E[99H\E[2J\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n,
   
   # 1. Using double-shapes for vt100 graphical chars (eg: mc).
   # 2. Native brown color corrected to good yellow color.
   # 3. Adding "Insert" and "Delete Line" keys as ESC Up and ESC Down arrow keys.
   # 4. Suppressed inexistant underlined mode (normally as bright).
   # 5. ich/ich1 not filled because of non-curses programs.
   #--
   # 6. Suppressed inexistant invisible mode.
   #(7.)Adding forgotten "cub/cud/cuf/cuu" sequences deplacement.
   
   linux-m1b|Linux Minitel 1B "like" Monochrome (Gris/Blanc/Noir+Dim),
           ccc@,
           colors@, ncv@, pairs@,
           acsc@, bold=\E[33m, enacs@, initc@,
           is2=\E]R\E]P1A9A9A9\E]P2A9A9A9\E]P3FFFFFF\E]P4A9A9A9\E]P5A9A
               9A9\E]P6A9A9A9\E]P9FFFFFF\E]PAFFFFFF\E]PBFFFFFF\E]PCFFFF
               FF\E]PDFFFFFF\E]PEFFFFFF\E[?2c,
           oc@, op@, rmacs@, setab=^A, setaf=^A, smacs@, .setab@, .setaf@,
           .smcup=\E]R\E]P1A9A9A9\E]P2A9A9A9\E]P3FFFFFF\E]P4A9A9A9\E]P5
                  A9A9A9\E]P6A9A9A9\E]P9FFFFFF\E]PAFFFFFF\E]PBFFFFFF\E]
                  PCFFFFFF\E]PDFFFFFF\E]PEFFFFFF\E[?2c,
           use=linux-m1,
   
   linux-m2|Linux Minitel 2 "like" Couleurs (Vert/Blanc/Noir+Bleu),
           ccc@,
           colors@, ncv@, pairs@,
           acsc=++\,\,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttu
                uvvwwxxyyzz{{||}}~~,
           bold=\E[33m, cnorm=\E[?2c\E[?25h, cvvis=\E[?8c\E[?25h,
           enacs=\E)0, initc@,
           is2=\E]R\E]P100A900\E]P200A900\E]P3FFFFFF\E]P400A900\E]P500A
               900\E]P600A900\E]P700A900\E]P80000FF\E]P9FFFFFF\E]PAFFFF
               FF\E]PBFFFFFF\E]PCFFFFFF\E]PDFFFFFF\E]PEFFFFFF\E]PFFFFFF
               F\E[;37m,
           oc@, op@, rmacs=^O, setab=^A, setaf=^A, sgr0=\E[;37m, smacs=^N,
           .setab@, .setaf@,
           .smcup=\E]R\E]P100A900\E]P200A900\E]P3FFFFFF\E]P400A900\E]P5
                  00A900\E]P600A900\E]P700A900\E]P80000FF\E]P9FFFFFF\E]
                  PAFFFFFF\E]PBFFFFFF\E]PCFFFFFF\E]PDFFFFFF\E]PEFFFFFF
                  \E]PFFFFFFF\E[;37m,
           use=linux-m1,
   
   # Screen entries counterpart :
   
   screen.linux-m1|Linux m1 specific for screen,
           ncv@,
           dim=\E[2m, kbs=\177, kclr=\E^M, kdl1=\E\E[A, kf13=\E[25~,
           kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~,
           kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, kil1=\E\E[B, rmul@,
           smul@, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\EZ,
           E3=\E[99H\E[2J\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
              \n\n\n\n\n\n\n\n\n\n,
           use=screen,
   
   screen.linux-m1b|Linux m1b specific for screen,
           colors@, pairs@,
           op@, setab@, setaf@, setb@, setf@, use=screen.linux-m1,
   
   screen.linux-m2|Linux m2 specific for screen,
           acsc=++\,\,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttu
                uvvwwxxyyzz{{||}}~~,
           use=screen.linux-m1b,
   
   # Putty :
   
   putty-m1|Putty Minitel 1 "like" Couleurs,
           hs,
           dim@, dsl=\E]2;\007, fsl=^G, indn=\E[%p1%dS, kf1=\E[11~,
           kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~,
           rin=\E[%p1%dT, rmcup=\E[2J\E[?47l\E8, rmul=\E[24m,
           smcup=\E7\E[?47h, smul=\E[4m, tsl=\E]2;, .E3=\E[300S,
           .WS=\E[8;%d;%dt, Z0=\E[?3h, Z1=\E[?3l, use=linux-m1,
   
   putty-m1b|Putty Minitel 1B "like" Monochrome (Gris/Blanc/Noir),
           hs,
           dim@, dsl=\E]2;\007, fsl=^G, indn=\E[%p1%dS, kf1=\E[11~,
           kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~,
           rin=\E[%p1%dT, rmcup=\E[2J\E[?47l\E8, rmul=\E[24m,
           smcup=\E7\E[?47h, smul=\E[4m, tsl=\E]2;, .E3=\E[300S,
           .WS=\E[8;%d;%dt, Z0=\E[?3h, Z1=\E[?3l, use=linux-m1b,
   
   putty-m2|Putty Minitel 2 "like" Couleurs (Vert/Blanc/Noir),
           hs,
           acsc=``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{
                {||}}~~,
           dim@, dsl=\E]2;\007, fsl=^G, indn=\E[%p1%dS, kf1=\E[11~,
           kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~,
           rin=\E[%p1%dT, rmcup=\E[2J\E[?47l\E8, rmul=\E[24m,
           smcup=\E7\E[?47h, smul=\E[4m, tsl=\E]2;, .E3=\E[300S,
           .WS=\E[8;%d;%dt, Z0=\E[?3h, Z1=\E[?3l, use=linux-m2,
   
   
   screen.putty-m1|Putty m1 specific for screen,
           dim@, rmul=\E[24m, smul=\E[4m, E3@, use=screen.linux-m1,
   
   screen.putty-m1b|Putty m1b specific for screen,
           colors@, pairs@,
           op@, setab@, setaf@, setb@, setf@, use=screen.putty-m1,
   
   screen.putty-m2|Putty m2 specific for screen,
           acsc=++\,\,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttu
                uvvwwxxyyzz{{||}}~~,
           use=screen.putty-m1b,
   # From: Alexandre Montaron, 19 Nov 2015, updated 19 Sep 2016
   #
 # He comments:  # He comments:
 # viewdata lacks a true cup capabilitie,  # viewdata lacks a true cup capabilitie,
 # so I achieved it with home and cud1/cuf1 sequences only !  # so I achieved it with home and cud1/cuf1 sequences only !
Line 18825 
Line 19752 
         cols#40, lines#24,          cols#40, lines#24,
         bel=^G, civis=^T, clear=^L, cnorm=^Q, cr=^M, cub1=^H, cud1=^J,          bel=^G, civis=^T, clear=^L, cnorm=^Q, cr=^M, cub1=^H, cud1=^J,
         cuf1=^I,          cuf1=^I,
         cup=\036%?%p1%{07}%>%t\n\n\n\n\n\n\n\n%;%?%p1%{15}%>%t\n\n\n\n\n\n\n\n%;%?%p1%{4}%&%t\n\n\n\n%;%?%p1%{2}%&%t\n\n%;%?%p1%{1}%&%t\n%;%?%p2%{07}%>%t\011\011\011\011\011\011\011\011%;%?%p2%{15}%>%t\011\011\011\011\011\011\011\011%;%?%p2%{23}%>%t\011\011\011\011\011\011\011\011%;%?%p2%{31}%>%t\011\011\011\011\011\011\011\011%;%?%p2%{4}%&%t\011\011\011\011%;%?%p2%{2}%&%t\011\011%;%?%p2%{1}%&%t\011%;,          cup=\036%?%p1%{07}%>%t\n\n\n\n\n\n\n\n%;%?%p1%{15}%>%t\n\n
         cuu1=^K, home=^^, nel=^M^J, .el=^X, .ind=^J,              \n\n\n\n\n\n%;%?%p1%{4}%&%t\n\n\n\n%;%?%p1%{2}%&%t\n\n%;
               %?%p1%{1}%&%t\n%;%?%p2%{07}%>%t\011\011\011\011\011\011
               \011\011%;%?%p2%{15}%>%t\011\011\011\011\011\011\011
               \011%;%?%p2%{23}%>%t\011\011\011\011\011\011\011\011%;%?
               %p2%{31}%>%t\011\011\011\011\011\011\011\011%;%?%p2%{4}
               %&%t\011\011\011\011%;%?%p2%{2}%&%t\011\011%;%?%p2%{1}%&
               %t\011%;,
           cuu1=^K, home=^^, nel=^M^J, rs2=^L, .el=^X, .ind=^J,
         .rep=%p1%c\022%p2%'?'%+%c, .ri=^K,          .rep=%p1%c\022%p2%'?'%+%c, .ri=^K,
 # Also:  
 # viewdata-rv works with some applications (e.g. emacs, xemacs) but fails with vim.  viewdata-o|optimized version of viewdata prestel/viewdata terminals,
           cup=\036%p1%?%p2%{20}%>%t%?%p1%{23}%=%t%Pa%{1}%e%{1}%+%;%;
               %Pa%?%ga%{13}%<%t%?%ga%{07}%>%t\n\n\n\n\n\n\n\n%;%?%ga
               %{4}%&%t\n\n\n\n%;%?%ga%{2}%&%t\n\n%;%?%ga%{1}%&%t\n%;%e
               %{24}%ga%-%Pa%?%ga%{07}%>%t\013\013\013\013\013\013\013
               \013%;%?%ga%{4}%&%t\013\013\013\013%;%?%ga%{2}%&%t\013
               \013%;%?%ga%{1}%&%t\013%;%;%?%p2%{21}%<%t%?%p2%{07}%>%t
               \011\011\011\011\011\011\011\011%;%?%p2%{15}%>%t\011
               \011\011\011\011\011\011\011%;%?%p2%{4}%&%t\011\011\011
               \011%;%?%p2%{2}%&%t\011\011%;%?%p2%{1}%&%t\011%;%e%{40}
               %p2%-%Pa%?%ga%{07}%>%t\010\010\010\010\010\010\010\010%;
               %?%ga%{15}%>%t\010\010\010\010\010\010\010\010%;%?%ga
               %{4}%&%t\010\010\010\010%;%?%ga%{2}%&%t\010\010%;%?%ga
               %{1}%&%t\010%;%?%p1%{23}%=%t\013%;%;,
           .ll=^^^K, use=viewdata,
   
   # Samples with TERM=viewdata and TERM=viewdata-rv: http://canal.chez.com/blog/
   
 viewdata-rv|prestel/viewdata terminals with reverse capabilitie (as green),  viewdata-rv|prestel/viewdata terminals with reverse capabilitie (as green),
         xmc#1,          xmc#1,
         rmso=\EG, smso=\EB, use=viewdata,          rmso=\EG, smso=\EB, use=viewdata-o,
   
 ######## OBSOLETE VDT TYPES  ######## OBSOLETE VDT TYPES
 #  #
Line 19057 
Line 20008 
         mc4=\r\E[4i, mc5=\E[5i, rev=\E[0;7m, rmacs=^O,          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,          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,          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%;,          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\\,          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[3g,          smir=\E[4h, smso=\E[0;7m, smul=\E[0;4m, tbc=\E[3g,
         tsl=\EPY99\:98\E\\\E[0;98v\E[2;7m,          tsl=\EPY99\:98\E\\\E[0;98v\E[2;7m,
Line 19075 
Line 20027 
         use=tws-generic,          use=tws-generic,
 dku7202|BULL Questar 200 DKU7202 (colour/character attributes),  dku7202|BULL Questar 200 DKU7202 (colour/character attributes),
         blink=\E[0;2;4m, dim=\E[0;5m, ht=^I, is3=\E[?3h\Eb,          blink=\E[0;2;4m, dim=\E[0;5m, ht=^I, is3=\E[?3h\Eb,
         sgr=\E[0%?%p1%t;2;4;5;7%;%?%p3%t;7%;%?%p2%t;2%;%?%p4%t;2;4%;%?%p5%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,          sgr=\E[0%?%p1%t;2;4;5;7%;%?%p3%t;7%;%?%p2%t;2%;%?%p4%t;2;4%;
               %?%p5%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
         smso=\E[0;4;5;7m, smul=\E[0;2m, use=tws-generic,          smso=\E[0;4;5;7m, smul=\E[0;2m, use=tws-generic,
   
 #=========================================================#  #=========================================================#
Line 19169 
Line 20122 
         flash=\E[?5h$<50>\E[?5l, fsl=\E[0$}, home=\E[H, ht=^I,          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,          hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED,
         is1=\E[63;1"p\E[2h,          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,          is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
               l,
         is3=\E[0$}\E[?25h\E[2l\E[H\E[J, ka1=\EOw, ka3=\EOy,          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,          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~,          kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf1=\EOP, kf10=\E[21~,
Line 19183 
Line 20137 
         rmcup=\E[?7h, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,          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,          rmul=\E[24m, rs1=\E[!p, rs2=\E[?3l, s0ds=\E(B, s1ds=\E(0,
         sc=\E7,          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%;,          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=\E(0, smam=\E[?7h,          sgr0=\E[0m\E(B, smacs=\E(0, smam=\E[?7h,
         smcup=\E[?7l\E[?1l\E(B, smir=\E[4h, smso=\E[7m,          smcup=\E[?7l\E[?1l\E(B, smir=\E[4h, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g, tsl=\E[1$}\E[2$~, use=ansi+pp,          smul=\E[4m, tbc=\E[3g, tsl=\E[1$}\E[2$~, use=ansi+pp,
 bq300-rv|Bull vt320 reverse 80 columns,  bq300-rv|Bull vt320 reverse 80 columns,
         flash=\E[?5l$<50>\E[?5h,          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,          is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
               l,
         use=bq300,          use=bq300,
 bq300-w|Bull vt320 132 columns,  bq300-w|Bull vt320 132 columns,
         cols#132, wsl#132,          cols#132, wsl#132,
         is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l,          is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
               l,
         rs2=\E[?3h, use=bq300,          rs2=\E[?3h, use=bq300,
 bq300-w-rv|Bull vt320 reverse mode 132 columns,  bq300-w-rv|Bull vt320 reverse mode 132 columns,
         cols#132, wsl#132,          cols#132, wsl#132,
         flash=\E[?5l$<50>\E[?5h,          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,          is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
               l,
         rs2=\E[?3h, use=bq300,          rs2=\E[?3h, use=bq300,
   
 #  This entry is used for terminals with vt320 emulation mode  #  This entry is used for terminals with vt320 emulation mode
Line 19270 
Line 20228 
         flash=\233?5h$<50>\233?5l, fsl=\2330$}, home=\233H,          flash=\233?5h$<50>\233?5l, fsl=\2330$}, home=\233H,
         ht=^I, hts=\EH, ich=\233%p1%d@, il=\233%p1%dL, il1=\233L,          ht=^I, hts=\EH, ich=\233%p1%d@, il=\233%p1%dL, il1=\233L,
         ind=\ED, is1=\E[63;2"p\E[2h,          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,          is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
               l,
         is3=\2330$}\233?25h\2332l\233H\233J, ka1=\217w,          is3=\2330$}\233?25h\2332l\233H\233J, ka1=\217w,
         ka3=\217y, kb2=\217u, kbs=^H, kc1=\217q, kc3=\217s,          ka3=\217y, kb2=\217u, kbs=^H, kc1=\217q, kc3=\217s,
         kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A,          kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A,
Line 19286 
Line 20245 
         rmcup=\233?7h, rmir=\2334l, rmkx=\233?1l\E>,          rmcup=\233?7h, rmir=\2334l, rmkx=\233?1l\E>,
         rmso=\23327m, rmul=\23324m, rs1=\E[!p, rs2=\E[?3l,          rmso=\23327m, rmul=\23324m, rs1=\E[!p, rs2=\E[?3l,
         s0ds=\E(B, s1ds=\E(0, sc=\E7,          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%;,          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=\E(0, smam=\233?7h,          sgr0=\2330m\E(B, smacs=\E(0, smam=\233?7h,
         smcup=\233?7l\233?1l\E(B, smir=\2334h, smso=\2337m,          smcup=\233?7l\233?1l\E(B, smir=\2334h, smso=\2337m,
         smul=\2334m, tbc=\2333g, tsl=\2331$}\2332$~,          smul=\2334m, tbc=\2333g, tsl=\2331$}\2332$~,
 bq300-8rv|Bull vt320 8-bit reverse mode 80 columns,  bq300-8rv|Bull vt320 8-bit reverse mode 80 columns,
         flash=\233?5l$<50>\233?5h,          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,          is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
               l,
         use=bq300-8,          use=bq300-8,
 bq300-8w|Bull vt320 8-bit 132 columns,  bq300-8w|Bull vt320 8-bit 132 columns,
         cols#132, wsl#132,          cols#132, wsl#132,
         is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l,          is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
               l,
         rs2=\233?3h, use=bq300-8,          rs2=\233?3h, use=bq300-8,
 bq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns,  bq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns,
         cols#132, wsl#132,          cols#132, wsl#132,
         flash=\233?5l$<50>\233?5h,          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,          is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
               l,
         rs2=\233?3h, use=bq300-8,          rs2=\233?3h, use=bq300-8,
   
 #  This entry is used for terminals with vt320 emulation mode  #  This entry is used for terminals with vt320 emulation mode
Line 19318 
Line 20281 
         krdo@, kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300,          krdo@, kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300,
 bq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns,  bq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns,
         flash=\E[?5l$<50>\E[?5h,          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,          is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
               l,
         use=bq300-pc,          use=bq300-pc,
 bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal,  bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal,
         cols#132, wsl#132,          cols#132, wsl#132,
         is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l,          is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
               l,
         rs2=\E[?3h, use=bq300-pc,          rs2=\E[?3h, use=bq300-pc,
 bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns,  bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns,
         cols#132, wsl#132,          cols#132, wsl#132,
         flash=\E[?5l$<50>\E[?5h,          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,          is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
               l,
         rs2=\E[?3h, use=bq300-pc,          rs2=\E[?3h, use=bq300-pc,
 #    8 bit ISO Latin Character Set (ISO 8859-1),  #    8 bit ISO Latin Character Set (ISO 8859-1),
 #    8 bit Control Characters,  #    8 bit Control Characters,
Line 19342 
Line 20308 
         kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300-8,          kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300-8,
 bq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns,  bq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns,
         flash=\E[?5l$<50>\E[?5h,          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,          is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
               l,
         use=bq300-8-pc,          use=bq300-8-pc,
 bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns,  bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns,
         cols#132, wsl#132,          cols#132, wsl#132,
         is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l,          is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
               l,
         rs2=\E[?3h, use=bq300-8-pc,          rs2=\E[?3h, use=bq300-8-pc,
 bq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns,  bq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns,
         cols#132, wsl#132,          cols#132, wsl#132,
         flash=\E[?5l$<50>\E[?5h,          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,          is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
               l,
         rs2=\E[?3h, use=bq300-8-pc,          rs2=\E[?3h, use=bq300-8-pc,
   
 #======================================================#  #======================================================#
Line 19368 
Line 20337 
 #       CLR clear                       ^[`  #       CLR clear                       ^[`
 #       KBU keyboard unlock (set)       ^[[W  #       KBU keyboard unlock (set)       ^[[W
 #       KBL keyboard lock (reset)       ^[[X  #       KBL keyboard lock (reset)       ^[[X
 #       CM  character mode (async.)     ^[k  #       CM  character mode (async.)     ^[k
 #       NEP non echoplex mode (by host) ^[l  #       NEP non echoplex mode (by host) ^[l
 #       EP  echoplex mode (by host)     ^[m  #       EP  echoplex mode (by host)     ^[m
 #       IM  insert mode set             ^[[I  #       IM  insert mode set             ^[[I
 #       IM  insert mode reset           ^[[J  #       IM  insert mode reset           ^[[J
 #       RMS roll mode set               ^[r  #       RMS roll mode set               ^[r
 #       RMR roll mode reset             ^[q  #       RMR roll mode reset             ^[q
 #       SM78 set mode vip7800           ^[[1q  #       SM78 set mode vip7800           ^[[1q
 #       SD  scroll up   (72 lines)      ^[[0s  #       SD  scroll up   (72 lines)      ^[[0s
 #       SD  scroll down (72 lines)      ^[[1s  #       SD  scroll down (72 lines)      ^[[1s
 #       RBM block mode reset            ^[[E  #       RBM block mode reset            ^[[E
 #       SLS status line set             ^[w  #       SLS status line set             ^[w
 #       SLR status line reset           ^[v  #       SLR status line reset           ^[v
 #       SLL status line lock            ^[O  #       SLL status line lock            ^[O
 #       LGS Line-graphic mode set       ^[G  #       LGS Line-graphic mode set       ^[G
 #       LGR Line-graphic mode reset     ^[F  #       LGR Line-graphic mode reset     ^[F
 #       TBC tab clear (at cursor pos.)  ^[[g  #       TBC tab clear (at cursor pos.)  ^[[g
 #       TBI tab initialize              ^[[N  #       TBI tab initialize              ^[[N
 #       TBS tab set (at cursor pos.)    ^[p  #       TBS tab set (at cursor pos.)    ^[p
 #       PDS  print data space           ^[[0p  #       PDS  print data space           ^[[0p
 #       PHD  print host data            ^[[3p  #       PHD  print host data            ^[[3p
 #       PDT  print data terminator      ^[[<p  #       PDT  print data terminator      ^[[<p
 #       PRES print adapter reset        ^[[2p  #       PRES print adapter reset        ^[[2p
 #       SSPR multi-part. reset          ^[[<>u  #       SSPR multi-part. reset          ^[[<>u
 #       SSP0 partition 0 set            ^[[00u  #       SSP0 partition 0 set            ^[[00u
 #       SSP1 partition n format 1       ^[[PnPnSTRINGu  #       SSP1 partition n format 1       ^[[PnPnSTRINGu
 #       SSP2 partition n format 2       ^[[PnPnSTRINGu  #       SSP2 partition n format 2       ^[[PnPnSTRINGu
 #       SSP3 partition n format 3       ^[[PnPnu  #       SSP3 partition n format 3       ^[[PnPnu
 #       ATR attribute (visual)  #       ATR attribute (visual)
 #           blink :                     ^[sB  #           blink :                     ^[sB
 #           dim :                       ^[sL  #           dim :                       ^[sL
Line 19460 
Line 20429 
         bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^],          bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^],
         cup=\001M%p2%d\,%p1%d\,, cuu1=^K, dch1=^A<1, dl1=^A<2,          cup=\001M%p2%d\,%p1%d\,, cuu1=^K, dch1=^A<1, dl1=^A<2,
         ed=^Al, el=^A`, home=^\, ich1=^A>1, il1=^A>2, ind=^J, ll=^A|,          ed=^Al, el=^A`, home=^\, ich1=^A>1, il1=^A>2, ind=^J, ll=^A|,
         rmcup=\001W0\,40\,85\,48\,\014\001W0\,0\,85\,48\,\001M0\,40\,,          rmcup=\001W0\,40\,85\,48\,\014\001W0\,0\,85\,48\,\001M0\,40
                 \,,
         rmso=\001C1\,\001c2\,,          rmso=\001C1\,\001c2\,,
         smcup=\001P0\001O1\001R1\001C4\,\001c0\,\014\001M0\,42\,WARNING DOUBLE ENTER ESCAPE and \025\001C1\,\001c2\,\001W0\,0\,79\,39\,,          smcup=\001P0\001O1\001R1\001C4\,\001c0\,\014\001M0\,42\,WARN
                 ING\sDOUBLE\sENTER\sESCAPE\sand\s\025\001C1\,\001c2\,
                 \001W0\,0\,79\,39\,,
         smso=\001C4\,\001c7\,, uc=\001\001_\001\0,          smso=\001C4\,\001c7\,, uc=\001\001_\001\0,
   
 #### Computer Automation  #### Computer Automation
Line 19552 
Line 20524 
         rep=\E\023%p1%c%p2%c, ri=^K, rmso=\E^D, rmul=\E^D,          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,          rs1=\E\014\E\016\0\230\0\317\025\027\030\E\004,
         smso=\E^E, smul=\E^F,          smso=\E^E, smul=\E^F,
         wind=\E\014\E\016%p1%'\0'%+%c%p2%'\0'%+%c%p3%'\0'%+%c%p4%'\0'%+%c\025,          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)  #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
 #  #
Line 19632 
Line 20605 
         bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H,          bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H,
 # \E(B          Use U.S. character set (otherwise # => british pound !)  # \E(B          Use U.S. character set (otherwise # => british pound !)
 # \E[20l        Disable "linefeed newline" mode (else puts \r after \n,\f,\v)  # \E[20l        Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
 # \E[w          10 char/in pitch  # \E[w          10 char/in pitch
 # \E[1;132      full width horizontal margins  # \E[1;132      full width horizontal margins
 # \E[2g         clear all tab stops  # \E[2g         clear all tab stops
 # \E[z          6 lines/in  # \E[z          6 lines/in
Line 19651 
Line 20624 
         cols#132,          cols#132,
         bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J,          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>,          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,          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,          kbs=^H, rmso=\E[w, sgr0=\E[w, smso=\E[6w,
 dw4|decwriter IV,  dw4|decwriter IV,
         OTbs, am, hc, os,          OTbs, am, hc, os,
Line 19682 
Line 20656 
         OTbs, am,          OTbs, am,
         cols#80, lines#27,          cols#80, lines#27,
         bel=^G, clear=^NR, cub1=^H, cud1=^J, cuf1=^Y,          bel=^G, clear=^NR, cub1=^H, cud1=^J, cuf1=^Y,
         cup=\017%p1%p1%{16}%m%{2}%*%-%{57}%+%c%p2%p2%{16}%m%{2}%*%-%{57}%+%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,          cuu1=^Z, dch1=^NV, el=^NU, home=^NQ, ind=^J,
   
 #### Digital Data Research (ddr)  #### Digital Data Research (ddr)
Line 19900 
Line 20875 
         kf6=\EOP, kf7=\EOQ, kf8=\EOR, kf9=\EOX, khome=\E[H, lf0=help,          kf6=\EOP, kf7=\EOQ, kf8=\EOR, kf9=\EOX, khome=\E[H, lf0=help,
         mc0=\E#7, nel=^M\ED, rc=\E[r, rev=\E[7m, ri=\EM,          mc0=\E#7, nel=^M\ED, rc=\E[r, rev=\E[7m, ri=\EM,
         rmcup=\E[?7h, rmso=\E[m, rmul=\E[m,          rmcup=\E[?7h, rmso=\E[m, rmul=\E[m,
         rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m,          rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m
               \E[11m,
         sc=\E[s, sgr0=\E[m, smcup=\E[?7l, smso=\E[7;2m, smul=\E[4m,          sc=\E[s, sgr0=\E[m, smcup=\E[?7l, smso=\E[7;2m, smul=\E[4m,
         tbc=\E[3g, tsl=\E[s\E[>5;1h\E[25;%i%dH\E[1K,          tbc=\E[3g, tsl=\E[s\E[>5;1h\E[25;%i%dH\E[1K,
 z29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor,  z29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor,
         rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m,          rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11
               m,
         use=z29a,          use=z29a,
 z29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick,  z29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick,
         rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m,          rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m
               \E[11m,
         use=z29a,          use=z29a,
 z29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick,  z29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick,
         rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m,          rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m
               \E[11m,
         use=z29a,          use=z29a,
 # From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995  # From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
 z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode,  z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode,
Line 20096 
Line 21075 
         xenl@,          xenl@,
         cols#80, lines#24,          cols#80, lines#24,
         cvvis=\E\^9;0s\E\^7;1s,          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,          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.  # The GX-1000 manual is dated 1984.  This looks rather like a VT-52.
 modgraph2|modgraph gx-1000 80x24 with keypad not enabled,  modgraph2|modgraph gx-1000 80x24 with keypad not enabled,
Line 20105 
Line 21086 
         clear=\EH\EJ$<50/>, cub1=^H, cud1=\EB$<2/>,          clear=\EH\EJ$<50/>, cub1=^H, cud1=\EB$<2/>,
         cuf1=\EC$<2/>, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5/>,          cuf1=\EC$<2/>, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5/>,
         cuu1=\EA$<2/>, ed=\EJ$<50/>, el=\EK$<3/>, ht=^I,          cuu1=\EA$<2/>, ed=\EJ$<50/>, el=\EK$<3/>, ht=^I,
         is2=\E<\E\^5;2s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s\E\^12;0s\E\^14;2s\E\^15;9s\E\^25;1s\E\^9;1s\E\^27;1,          is2=\E<\E\^5;2s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E
               \^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;7
               3s\E\^11;81s\E\^11;89s\E\^12;0s\E\^14;2s\E\^15;9s\E\^25;
               1s\E\^9;1s\E\^27;1,
         ri=\EI$<5/>,          ri=\EI$<5/>,
 #  #
 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>  # Modgraph from Nancy L. Cider <nancyc@brl-tbd>
Line 20223 
Line 21207 
         kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, lf3=PF4, ll=\E[24;1H,          kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, lf3=PF4, ll=\E[24;1H,
         nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmkx=\E>,          nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmkx=\E>,
         rmso=\E[m, rmul=\E[m,          rmso=\E[m, rmul=\E[m,
         rs1=\E[1w\E[>37m\E[>39m\E[1v\E[20l\E[?3l\E[?6l\E[>5h\E[>6h\E[>7h\E[>8l\E[>9h\E[>10l\E[1;24r\E[m\E[q\E(B\017\E)0\E#5\E>,          rs1=\E[1w\E[>37m\E[>39m\E[1v\E[20l\E[?3l\E[?6l\E[>5h\E[>6h
               \E[>7h\E[>8l\E[>9h\E[>10l\E[1;24r\E[m\E[q\E(B\017\E)0\E#
               5\E>,
         sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E=, smso=\E[7m,          sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E=, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g,          smul=\E[4m, tbc=\E[3g,
 # [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].  # [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
Line 20271 
Line 21257 
         lf3=PF4, ll=\E[48H, mc0=\E[i, mc4=\E[4i\E[?4i,          lf3=PF4, ll=\E[48H, mc0=\E[i, mc4=\E[4i\E[?4i,
         mc5=\E[?5i\E[5i, nel=\EE, rc=\E8, rev=\E[7m, rmacs=^O,          mc5=\E[?5i\E[5i, nel=\EE, rc=\E8, rev=\E[7m, rmacs=^O,
         rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,          rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
         rs1=\030\E2\E<\E[4i\E[?4i\E[12h\E[2;4;20l\E[?0;7h\E[?1;3;6;19l\E[r\E[m\E(B\017\E)0\E>,          rs1=\030\E2\E<\E[4i\E[?4i\E[12h\E[2;4;20l\E[?0;7h\E[?1;3;6;1
               9l\E[r\E[m\E(B\017\E)0\E>,
         sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E[?1h\E=, smso=\E[7m,          sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E[?1h\E=, smso=\E[7m,
         smul=\E[4m, tbc=\E[3g,          smul=\E[4m, tbc=\E[3g,
 hirez100-w|Selanar HiREZ-100 in 132-column mode,  hirez100-w|Selanar HiREZ-100 in 132-column mode,
Line 20338 
Line 21325 
         bel=^G, clear=^L, cr=^M, cub1=^D, cud1=^J, cuf1=^S,          bel=^G, clear=^L, cr=^M, cub1=^D, cud1=^J, cuf1=^S,
         cup=\013%p2%c%p1%c, cuu1=^A, dch1=^\^H, dl1=^Z, ed=^V, el=^F,          cup=\013%p2%c%p1%c, cuu1=^A, dch1=^\^H, dl1=^Z, ed=^V, el=^F,
         home=^P, ich1=^\^X, il1=^\^Y, ind=^N,          home=^P, ich1=^\^X, il1=^\^Y, ind=^N,
         is2=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011,          is2=\034\022\036\023\036\004\035\027\011\023\036\035\036
               \017\035\027\022\011,
         ll=^C, ri=^O, rmso=^^^F, smso=^^^V,          ll=^C, ri=^O, rmso=^^^F, smso=^^^V,
   
 #### Synertek  #### Synertek
Line 20454 
Line 21442 
         cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ,          cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ,
         dl1=\EM$<2*>, ed=\EJ$<1>, el=\EK, home=\EH, ht=^I, hts=\EF,          dl1=\EM$<2*>, ed=\EJ$<1>, el=\EK, home=\EH, ht=^I, hts=\EF,
         ich1=\EP, il1=\EL$<2*>, ind=^J, ip=$<0.4*>,          ich1=\EP, il1=\EL$<2*>, ind=^J, ip=$<0.4*>,
         is2=\Ee\EU01^Z1\EV\EU02^Z2\EV\EU03^Z3\EV\EU04^Z4\EV\EU05^Z5\EV\EU06^Z6\EV\EU07^Z7\EV\EU08^Z8\EV\Ef,          is2=\Ee\EU01^Z1\EV\EU02^Z2\EV\EU03^Z3\EV\EU04^Z4\EV\EU05^Z5
               \EV\EU06^Z6\EV\EU07^Z7\EV\EU08^Z8\EV\Ef,
         kf1=^Z1, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, kf6=^Z6, kf7=^Z7,          kf1=^Z1, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, kf6=^Z6, kf7=^Z7,
         kf8=^Z8, rmso=\ER@, rmul=\ER@, smso=\s\ERD, smul=\ERH,          kf8=^Z8, rmso=\ER@, rmul=\ER@, smso=\s\ERD, smul=\ERH,
         tbc=\EG,          tbc=\EG,
Line 20724 
Line 21713 
         knp=\E[U, kpp=\E[V, krmir=\E0, nel=\r\E[S, rc=\E8, rev=\E[7m,          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,          ri=\E[T, rin=\E[%p1%dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m,
         sc=\E7,          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[3g, vpa=\E[%i%p1%dd, use=klone+color,          tbc=\E[3g, vpa=\E[%i%p1%dd, use=klone+color,
 # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)  # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
Line 20840 
Line 21830 
 #       *     cfont(1) in the PC 7300 documentation.  #       *     cfont(1) in the PC 7300 documentation.
 #       */  #       */
 #  #
 #       struct altfdata         /* structure for alt font data */  #       struct altfdata         /* structure for alt font data */
 #       {  #       {
 #       short   altf_slot;              /* memory slot number */  #       short   altf_slot;              /* memory slot number */
 #       char    altf_name[FNSIZE];      /* font name (file name) */  #       char    altf_name[FNSIZE];      /* font name (file name) */
Line 21088 
Line 22078 
         kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1=\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,          kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r,
         kf7=\Ev\r, kf8=\Ew\r, khome=\Ep\r,          kf7=\Ev\r, kf8=\Ew\r, khome=\Ep\r,
         op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{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%?%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,          setb=\E&bn%?%gA%t\E&dA%;%?%gB%t\E&dB%;%?%gH%t\E&dH%;%?%gU%t
         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,               \E&bR%;%?%gV%t\E&bG%;%?%gW%t\E&bB%;%?%p1%{1}%&%t\E&bb
         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%;,               %{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,          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,          smso=\E&dD, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY,
   
Line 21103 
Line 22102 
 gs6300|emots|AT&T PC6300 with EMOTS terminal emulator,  gs6300|emots|AT&T PC6300 with EMOTS terminal emulator,
         am, bce, msgr, xon,          am, bce, msgr, xon,
         colors#8, cols#80, it#8, lines#24, pairs#63,          colors#8, cols#80, it#8, lines#24, pairs#63,
         acsc=++\,\,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,          acsc=++\,\,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyz
                z{{||}}~~,
         bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M,          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,          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,          cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH,
Line 21322 
Line 22322 
 dwk|dwk-vt|dwk terminal,  dwk|dwk-vt|dwk terminal,
         am,          am,
         cols#80, it#8, lines#24,          cols#80, it#8, lines#24,
         acsc=+\^\,Q-S.M0\177`+a\:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_,          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%{32}%+%c%p2%{32}%+%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,          ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EQ, ind=^J, kbs=\177,
Line 21334 
Line 22335 
 env230|envision230|envision 230 graphics terminal,  env230|envision230|envision 230 graphics terminal,
         xenl@,          xenl@,
         enacs@, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rmacs@,          enacs@, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rmacs@,
         sgr=\E[0%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>,          sgr=\E[0%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;
               1%;m$<2>,
         sgr0=\E[0m$<2>, smacs@, use=vt100,          sgr0=\E[0m$<2>, smacs@, use=vt100,
 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic  # 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  # coupler attached, the whole rig fitting in a suitcase and more or less
Line 21375 
Line 22377 
         ed=\EY$<100>, el=\ET, fsl=^M, home=\036$<2>, ht=\011$<5>,          ed=\EY$<100>, el=\ET, fsl=^M, home=\036$<2>, ht=\011$<5>,
         hts=\E1, if=/usr/share/tabset/std, il1=\EE$<4>, ind=^J,          hts=\E1, if=/usr/share/tabset/std, il1=\EE$<4>, ind=^J,
         ip=$<3>,          ip=$<3>,
         is2=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177\Ezz`\E[F\177\EA1*\EZH12,          is2=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\177\Ezz'\E[B
               \177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177\Ezz`\E[F
               \177\EA1*\EZH12,
         kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=\E[D, kcud1=\E[B,          kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=\E[D, kcud1=\E[B,
         kcuf1=\E[C, kcuu1=\E[A, kdch1=\EW, kdl1=\ER, ked=\EY,          kcuf1=\E[C, kcuu1=\E[A, kdch1=\EW, kdl1=\ER, ked=\EY,
         kel=\ET, kend=\E[F, kent=\E7, kf1=^A@\r, kf10=^AI\r,          kel=\ET, kend=\E[F, kent=\E7, kf1=^A@\r, kf10=^AI\r,
Line 21390 
Line 22394 
         rmacs=\EH^C, rmam=\Ed., rmcup=, rmir=\Er, rmln=\EA11,          rmacs=\EH^C, rmam=\Ed., rmcup=, rmir=\Er, rmln=\EA11,
         rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeF$<150>,          rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeF$<150>,
         rs3=\EwG\Ee($<150>,          rs3=\EwG\Ee($<150>,
         sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%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
               %t%{8}%|%;%?%p1%p3%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|
               %t%{64}%|%;%?%p7%t%{1}%|%;%c,
         sgr0=\E(\EH\003\EG0\EcD, smacs=\EH^B, smam=\Ed/,          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,          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(,          smir=\Eq, smln=\EA10, smxon=\Ec21, tbc=\E0, tsl=\Ez(,
         uc=\EG8\EG0, use=adm+sgr,          uc=\EG8\EG0, use=adm+sgr,
 teletec|Teletec Datascreen,  teletec|Teletec Datascreen,
Line 21929 
Line 22936 
 # terminfo entry are followed with the corresponding capability in parens:  # terminfo entry are followed with the corresponding capability in parens:
 #  #
 #       CSI <n>k                disable (n=0) or enable (n=1) keyclick  #       CSI <n>k                disable (n=0) or enable (n=1) keyclick
 #       CSI 2h                  lock keyboard  #       CSI 2h                  lock keyboard
 #       CSI 2i                  send screen as input  #       CSI 2i                  send screen as input
 #       CSI 2l                  unlock keyboard  #       CSI 2l                  unlock keyboard
 #       CSI 6m                  enable background color intensity  #       CSI 6m                  enable background color intensity
 #       CSI <0-2>c              reserved  #       CSI <0-2>c              reserved
 #       CSI <0-59>m             select graphic rendition  #       CSI <0-59>m             select graphic rendition
 #       CSI <n>;<m>H    (cup)   cursor to line n and column m  #       CSI <n>;<m>H    (cup)   cursor to line n and column m
Line 21959 
Line 22966 
 #       CSI <n>e                cursor down n lines and in first column  #       CSI <n>e                cursor down n lines and in first column
 #       CSI <n>g        (cbt)   clear all tabs  #       CSI <n>g        (cbt)   clear all tabs
 #       CSI <n>z                make virtual terminal n active  #       CSI <n>z                make virtual terminal n active
 #       CSI ?7h         (smam)  turn automargin on  #       CSI ?7h         (smam)  turn automargin on
 #       CSI ?7l         (rmam)  turn automargin off  #       CSI ?7l         (rmam)  turn automargin off
 #       CSI s                   save cursor position  #       CSI s                   save cursor position
 #       CSI u                   restore cursor position to saved value  #       CSI u                   restore cursor position to saved value
 #       CSI =<c>A               set overscan color  #       CSI =<c>A               set overscan color
 #       CSI =<c>F               set normal foreground color  #       CSI =<c>F               set normal foreground color
 #       CSI =<c>G               set normal background color  #       CSI =<c>G               set normal background color
Line 21975 
Line 22982 
 #       CSI =<s>;<e>C           set cursor parameters  #       CSI =<s>;<e>C           set cursor parameters
 #       CSI =<x>D               enable/disable intensity of background color  #       CSI =<x>D               enable/disable intensity of background color
 #       CSI =<x>E               set/clear blink vs. bold background  #       CSI =<x>E               set/clear blink vs. bold background
 #       CSI 7           (sc)    (sc) save cursor position  #       CSI 7           (sc)    (sc) save cursor position
 #       CSI 8           (rc)    (rc) restore cursor position to saved value  #       CSI 8           (rc)    (rc) restore cursor position to saved value
 #       CSI H           (hts)   (hts) set tab stop  #       CSI H           (hts)   (hts) set tab stop
 #       CSI Q<n><string>        define function key string  #       CSI Q<n><string>        define function key string
 #                               (string must begin and end with delimiter char)  #                               (string must begin and end with delimiter char)
 #       CSI c           (clear) clear screen  #       CSI c           (clear) clear screen
 #  #
 # The lack of any specification for attributes in SGR (among other things)  # The lack of any specification for attributes in SGR (among other things)
 # makes this a wretchedly weak standard. The table above is literally  # makes this a wretchedly weak standard. The table above is literally
Line 22006 
Line 23013 
 #       CL      key_char_left  #       CL      key_char_left
 #       CR      key_char_right  #       CR      key_char_right
 #       CW      key_change_window                       create_window  #       CW      key_change_window                       create_window
 #       EN      key_end                 kend  #       EN      key_end                 kend
 #       HM      key_home                khome  #       HM      key_home                khome
 #       HP      ??  #       HP      ??
 #       LD      key_delete_line         kdl1  #       LD      key_delete_line         kdl1
 #       LF      key_linefeed                            label_off  #       LF      key_linefeed                            label_off
 #       NU      key_next_unlocked_cell  #       NU      key_next_unlocked_cell
 #       PD      key_page_down           knp  #       PD      key_page_down           knp
 #       PL      ??  #       PL      ??
 #       PN      start_print             mc5  #       PN      start_print             mc5
 #       PR      ??  #       PR      ??
 #       PS      stop_print              mc4  #       PS      stop_print              mc4
 #       PU      key_page_up             kpp             pulse  #       PU      key_page_up             kpp             pulse
 #       RC      key_recalc                              remove_clock  #       RC      key_recalc                              remove_clock
 #       RF      key_toggle_ref                          req_for_input  #       RF      key_toggle_ref                          req_for_input
 #       RT      key_return              kent  #       RT      key_return              kent
 #       UP      key_up_arrow            kcuu1           parm_up_cursor  #       UP      key_up_arrow            kcuu1           parm_up_cursor
 #       WL      key_word_left  #       WL      key_word_left
 #       WR      key_word_right  #       WR      key_word_right
 #  #
Line 22591 
Line 23598 
 # 9.13.0 (Sun Mar 10 00:13:08 EST 1996):  # 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
 #       * Another sweep through the Shuford archive looking for new info.  #       * Another sweep through the Shuford archive looking for new info.
 #       * Added dg100 alias to dg6053 based on a comp.terminals posting.  #       * Added dg100 alias to dg6053 based on a comp.terminals posting.
 #       * Added st52 from Per Persson.  #       * Added st52 from Per Persson.
 #       * Added eterm from the GNU Emacs 19.30 distribution.  #       * Added eterm from the GNU Emacs 19.30 distribution.
 #       * Freeze for 1.9.9.  #       * Freeze for 1.9.9.
 # 9.13.1 (Fri Mar 29 14:06:46 EST 1996):  # 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
Line 23874 
Line 24881 
 #       + fix some inconsistencies in the pccon* entries -TD  #       + fix some inconsistencies in the pccon* entries -TD
 #  #
 # 2015-11-28  # 2015-11-28
 #         add viewdata (Alexandre Montaron).  #       + add viewdata (Alexandre Montaron).
   #
   # 2016-01-16
   #       + tidy up comments about hardcoded 256color palette (report by
   #         Leonardo Brondani Schenkel) -TD
   #       + add putty-noapp entry, and amend putty entry to use application mode
   #         for better consistency with xterm (report by Leonardo Brondani
   #         Schenkel) -TD
   #
   # 2016-04-23
   #       + add 'oc' capability to xterm+256color, allowing palette reset for
   #         xterm -TD
   #
   # 2016-05-14
   #       + modify linux2.6 entry to improve line-drawing -TD
   #       + make linux3.0 entry the default linux entry (Debian #823658) -TD
   #
   # 2016-05-29
   #       + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
   #         reset palette using "oc" string as in linux -TD
   #
   # 2016-06-11
   #       + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
   #         that could be returned -TD
   #       + added a few capabilities fixed in recent vte -TD
   #
   # 20160817
   #       + correct a typo in interix -TD
   #
   # 2016-09-24
   #       + updated minitel entries to use status line with screen(1), as well as
   #         printing special G2 videotex chars like french accentuated glyph
   #         using special cap XC= (patch by Alexandre Montaron).
   #
   # 2016-10-01
   #       + add linux-m1 minitel entries (patch by Alexandre Montaron).
   #       + correct rs2 string for vt100-nam -TD
   #
   # 2016-11-26
   #       + modify linux-16color to not mask dim, standout or reverse with the
   #         ncv capability -TD
   #       + add 0.1sec mandatory delay to flash capabilities using the VT100
   #         reverse-video control -TD
   #       + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
   #         entry, to avoid conflict with the user-defined mapping.  The reset
   #         feature will use ISO-8859-1 in any case (Mikulas Patocka).
 #  #
 ######## SHANTIH!  SHANTIH!  SHANTIH!  ######## SHANTIH!  SHANTIH!  SHANTIH!

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57