lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV resize bug in lynx on SunOS


From: Foteos Macrides
Subject: Re: LYNX-DEV resize bug in lynx on SunOS
Date: Wed, 05 Nov 1997 21:42:49 -0500 (EST)

address@hidden (Larry W. Virden, x2487) wrote:
>address@hidden (Jon Sherling) writes:
>
>> I'm running lynx 2.7.1 with fotemods970722.zip on
>> SunOS 4.1.3_U1 inside an "xterm" window.
>
>> When the window containing lynx is resized larger than its size when
>> lynx was started, the display becomes garbled.  The display can be
>
>I just tried this using [lynx271f] as well as lynx
>2.7.1ac-0.89 on a SPARC Solaris 2.4 , Sun unbundled c compiler,
>and ncurses 4.1.971101 with the same behavior observed.

        That presumeably is due to this in LYCurses.c:
        
[...]
#else /* Unix: */
    static BOOLEAN first_time = TRUE;

    if (first_time) {
        /*
         *  If we're not VMS then only do initsrc() one time,
         *  and one time only!
         */
        if (initscr() == NULL) {  /* start curses */
[...]

        If that were changed to be more like what is being done for
VMS curses and slang, I suspect it would work better, but Lou was
adament about that, as the comment indicates, so I was never
motivated to change it.

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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