[w3m-dev 00978] Re: move & delete until /, &, or ?

From: $B2,ED (okada@furuno.co.jp)
Date: Thu Jul 06 2000 - 20:28:39 CDT


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

From: sekita-n@hera.im.uec.ac.jp (Nobutaka SEKITANI)
Subject: [w3m-dev 00976] move & delete until /, &, or ?
Date: Mon, 03 Jul 2000 19:11:03 +0900

> URL$B$d%U%!%$%kL>$NF~NO$N:]$N?7$7$$5!G=$N%Q%C%A$r=q$-$^$7$?!#(B
>
> 1) $BA08e$N(B /,&,? $B$^$G%+!<%=%k$r0\F0(B(C-t, C-y)

$B$3$N$h$&$JF0:n$K$9$k$?$a$K$O!"0J2<$N$h$&$J=$@5$,$$$k$H;W$&$N$G$9$,!D(B

--
Tsutomu Okada

--- linein.c.old Mon Jul 3 19:33:10 2000 +++ linein.c Thu Jul 6 16:19:23 2000 @@ -373,7 +373,7 @@ { int first = 1; while(CPos > 0 - && ( first || terminated(strBuf->ptr[CPos]))) + && ( first || !terminated(strBuf->ptr[CPos]))) { CPos--; first = 0; @@ -391,7 +391,7 @@ { int first = 1; while(CPos < CLen - && ( first || terminated(strBuf->ptr[CPos]))) + && ( first || !terminated(strBuf->ptr[CPos]))) { CPos++; first = 0;



This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 10:30:57 CDT