[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.20 and 1.21

version 1.20, 2000/03/26 16:45:00 version 1.21, 2000/03/30 06:28:09
Line 1796 
Line 1796 
 # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.  # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
 # PF1--PF4 are used as F1--F4.  # PF1--PF4 are used as F1--F4.
 #  #
 vt220-old|vt200-old|DEC VT220 in vt100 emulation mode,  vt220|vt200|DEC VT220 in vt100 emulation mode,
         OTbs, OTpt, am, mir, xenl, xon,          OTbs, OTpt, am, mir, xenl, xon,
         cols#80, lines#24, vt#3,          cols#80, lines#24, vt#3,
         OTnl=^J,          OTnl=^J,
Line 1821 
Line 1821 
         smso=\E[7m, smul=\E[4m,          smso=\E[7m, smul=\E[4m,
   
 # A much better description of the VT200/220; used to be vt220-8  # A much better description of the VT200/220; used to be vt220-8
 # changed rmacs/smacs from shift-in/shift-out to vt200-old's explicit G0/G1  vt220-new|vt200-new|dec vt220,
 # designation to accommodate bug in pcvt -TD  
 vt220|vt200|dec vt220,  
         OTbs, am, mc5i, mir, msgr, xenl, xon,          OTbs, am, mc5i, mir, msgr, xenl, xon,
         cols#80, it#8, lines#24, vt#3,          cols#80, it#8, lines#24, vt#3,
         acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,          acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
Line 1845 
Line 1843 
         khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~,          khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~,
         kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i,          kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i,
         mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM,          mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM,
         rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m,          rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m,
         rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=\E(0$<2>,          rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N,
         smam=\E[?7h, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,          smam=\E[?7h, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
 vt220-w|vt200-w|DEC vt220 in wide mode,  vt220-w|vt200-w|DEC vt220 in wide mode,
         cols#132,          cols#132,

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21