Dekel Tsur wrote:
>
> On Mon, Apr 10, 2000 at 11:41:08PM +0200, Lars Gullik Bjønnes wrote:
> > Dekel Tsur <[EMAIL PROTECTED]> writes:
> >
> > | You haven't fixed all problems: after the second space is deleted, the
> > | paragraph isn't rebroken into rows, which results a very weird display.
> > | You should add a call to RedoParagraphs in DeleteEmptyParagraphMechanism.
> >
> > I don't see those weird displays, so please tell me how to get them.
>
> Suppose the screen is
>
> abc | def
> ghi
>
> where | is the cursor. Now press "down", and the screen becomes
>
> abc def g
> hi|
>
> (my compiler is egcs-1.0.3 [= egcs-2.90.29])
I don't have this problem with 1.1.14fix3
gcc-2.95.2
glibc-2.1.3
abc | def
ghi
abc def
ghi|
Garst