lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV scrollok and lynx_force_repaint


From: Klaus Weide
Subject: Re: LYNX-DEV scrollok and lynx_force_repaint
Date: Wed, 5 Nov 1997 17:56:19 -0600 (CST)

On Wed, 5 Nov 1997, John E. Davis wrote:

> >if the form->num_value has changed 12 is returned which makes the full
> >refresh happen.  It should instead return 23, and the refresh will not
> >be a full one.
> 
> Are you saying that this should be simplified to:
> 
> #if defined(VMS) && !defined(USE_SLANG)
>       if (!enable_scrollback && form->num_value == OrigNumValue)
>         c = DO_NOTHING;
>       else
> #endif
>         c = 23;
>       break;

more or less, except that it probably still should return 12 if either
enable_scrollback or !defined(FANCY_CURSES) and !USE_SLANG or something
like that.

But for testing, yes just leave it like that.

   Klaus

;
; 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]