lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Windows resizing problems, again


From: pg
Subject: Re: lynx-dev Windows resizing problems, again
Date: Fri, 21 Dec 2001 08:09:00 -0700 (MST)

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 address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]