3-Dec-2002 14:29 I wrote:
> 2-Dec-2002 00:24 Bela Lubkin wrote:
> The patch - below.
> Now incremented internally. It also occasionally cleanup split_line() a bit.
> --- gridtext.old Tue Dec 3 02:17:00 2002
> +++ gridtext.c Tue Dec 3 14:09:52 2002
> @@ -3234,7 +3234,7 @@ PRIVATE void split_line ARGS2(
> i++;
> }
> jline = insert_blanks_in_line(previous, CurLine, text,
> - last_anchor_of_previous_line,
> + last_anchor_of_previous_line /*incr++*/,
^^^^^^^^^^^^^^^
should be an address: &last_anchor_of_previous_line /*incr++*/,
of course. In general, the code #ifdef'ed with EXP_JUSTIFY_ELTS
was not tested by me, may be broken by my recent line/pool changes,
though I was trying to read the code carefully and think it is OK.
> ht_num_runs - 1, oldpos, newpos);
> free((char*)oldpos);
> if (jline == NULL)
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]