[w3m-dev 01498] Re: null character

From: Tsutomu Okada (okada@furuno.co.jp)
Date: Tue Dec 12 2000 - 06:01:15 CST

  • Next message: Okabe Katsuya: "[w3m-dev 01499] w3m-0.1.11-pre-kokb23"

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

    From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
    Subject: [w3m-dev 01489] null character
    Date: 11 Dec 2000 22:45:28 +0900

    $B2,It$5$s(B> $B%J%kJ8;z$rFCJL07$$$7$F$$$k4X?tEy$G$O>c32$,=P$k2DG=@-$,$"$k$N(B
    $B2,It$5$s(B> $B$G(B, $B%A%'%C%/$*4j$$$7$^$9(B ($BI=<($K4X$7$F$O$@$$$?$$Bg>fIW$@$H;W(B
    $B2,It$5$s(B> $B$$$^$9$,(B).

    $BL58B%k!<%W$K$O$^$C$F$7$^$$$^$7$?!#0J2<$N%Q%C%A$G$$$$$G$9$h$M!)(B

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

    --- file.c.dist Tue Dec 12 17:33:52 2000 +++ file.c Tue Dec 12 20:57:37 2000 @@ -2528,8 +2528,10 @@ while (*str) { if (*str == '&') Strcat_charp(textarea_str[n_textarea], getescapecmd(&str)); - else if (*str == '\n') + else if (*str == '\n') { Strcat_charp(textarea_str[n_textarea], "\r\n"); + str++; + } else Strcat_char(textarea_str[n_textarea], *(str++)); }



    This archive was generated by hypermail 2b29 : Tue Dec 12 2000 - 06:13:19 CST