bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Possible bug in linux entry (version 10.2.1, 2002/01/02)


From: david parsons
Subject: Possible bug in linux entry (version 10.2.1, 2002/01/02)
Date: Mon, 27 May 2002 17:29:22 -0700

*** terminfo.src        Mon May 27 17:26:59 2002
--- terminfo.src~       Mon May 27 17:24:29 2002
***************
*** 698,709 ****
  # get a block cursor for cvvis.
  #     ->      cnorm=\E[?25h\E[?0c,
  #     ->      cvvis=\E[?25h\E[?8c,
- # smir=\E[4h, rmir=\E[4l, 
- #     smir,rmir don't work with ich, as discovered by building BSD vi
- #     and watching it insert spaces randomly (the script
- #     echo 'address@hidden@B' produces an output
- #     line of `BB  AAAAA' instead of `BBAAAAA' like it should.
- #     bug in smir, smir or ich?  Dunno.  I'll pick smir,rmir
  # reported by Frank Heckenbach <address@hidden>.
  linux|linux console, 
        am, bce, eo, mir, msgr, xenl, xon, 
--- 698,703 ----
***************
*** 725,735 ****
        kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, 
        kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
        khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
!       kspd=^Z, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM,
        rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E]R, sc=\E7, 
        
sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
 
!       smir@,rmir@,
!       smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, 
        u7=\E[6n, u8=\E[?6c, u9=\E[c, vpa=\E[%i%p1%dd, 
        use=klone+sgr, use=ecma+color, 
  linux-m|Linux console no color, 
--- 719,728 ----
        kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, 
        kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
        khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
!       kspd=^Z, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, 
        rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E]R, sc=\E7, 
        
sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
 
!       smir=\E[4h, smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, 
        u7=\E[6n, u8=\E[?6c, u9=\E[c, vpa=\E[%i%p1%dd, 
        use=klone+sgr, use=ecma+color, 
  linux-m|Linux console no color, 
ich doesn't work correctly inside smir/rmir.   Here's a diff to disable
smir/rmir (this makes Berkeley vi work properly)



-david parsons



reply via email to

[Prev in Thread] Current Thread [Next in Thread]