In a recent note, David Balazic said:

> Date: Fri, 21 Dec 2001 14:12:21 +0100
> 
> If the lynx windows is made bigger than the initial size,
> then the screen contents are corrupted ( mostly things appear at
> the wrong position ), blah blah blah, as reported last year,
> the year before that and so on ...
> 
> Workarounds ?
> 
I had a similar problem in OS/390 with the vendor's supplied
curses.  I finally worked around it with some system-specific
code in LYCurses.c.  You might as an experiment try changing:

    #if defined(__MVS__)

to:

    #if ( 1 || defined(__MVS__) )

What flavor of curses are you using?

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to