Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Wed, Oct 22, 2003 at 09:02:49AM +0200, Andre Poenitz spake thusly:
>
| ...
>
>> > + if (i + 1 < last) <-- needed to prevent trailing empty row
>> >creation after wide inset
>> > + break;
On Wed, Oct 22, 2003 at 09:02:49AM +0200, Andre Poenitz spake thusly:
...
> > + if (i + 1 < last) <-- needed to prevent trailing empty row
> > creation after wide inset
> > + break; <-- OK.
> >
> > This works perfectly on
On Wed, Oct 22, 2003 at 01:14:58AM +0300, Martin Vermeer wrote:
> On Tue, Oct 21, 2003 at 07:17:22PM +0200, Andre Poenitz spake thusly:
>
> >
> > - if (point == last || chunkwidth >= width - left)
> > - point = (pos < i) ? i - 1 : i;
> > -
On Tue, Oct 21, 2003 at 07:17:22PM +0200, Andre Poenitz spake thusly:
>
> - if (point == last || chunkwidth >= width - left)
> - point = (pos < i) ? i - 1 : i;
> - break;
> + if (point == last || chunkwidth >