[w3m-dev 01210] a small change to linein.c

From: $B2,ED (okada@furuno.co.jp)
Date: Tue Oct 17 2000 - 23:21:38 CDT

  • Next message: Hironori Sakamoto: "[w3m-dev 01211] Re: a small change to linein.c"

    $B2,ED$G$9!#(B

    history $B$NMzNr$rC)$k$H$-$K!"0lEYD9$$(B URL $B$,I=<($5$l$k$H!"(BC-n $B$d(B C-p $B$@(B
    $B$1$G$O$=$N8e$NC;$$(B URL $B$,A4ItI=<($5$l$J$$$N$G!"0J2<$N%Q%C%A$N$h$&$KJQ(B
    $B99$7$F$_$^$7$?!#$$$+$,$G$7$g$&$+!)(B

    -- 
    Tsutomu Okada <okada@furuno.co.jp>
    

    --- linein.c.dist Mon Oct 16 11:14:30 2000 +++ linein.c Wed Oct 18 12:59:39 2000 @@ -268,8 +268,8 @@ mode = PC_ASCII; } if (redrawOK) { - if (CPos - offset < 10) - offset = (CPos > 10) ? (CPos - 10) : 0; + if (CPos - offset < COLS) + offset = (CPos > COLS) ? (CPos - COLS) : 0; if (flag & IN_PASSWORD) { x = opos + (offset > 0) + CPos - offset; if (x > COLS - 2) {



    This archive was generated by hypermail 2b29 : Tue Oct 17 2000 - 23:36:09 CDT