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: T.E.Dickey
Subject: Re: LYNX-DEV scrollok and lynx_force_repaint
Date: Thu, 6 Nov 1997 05:38:25 -0500 (EST)

> UNIX curses is doing what it is told, from the man page:
> 
>      The erase() and werase() routines copy blanks to every posi-
>      tion in the window.
> 
>      The clear() and  wclear()  routines  are  like  erase()  and
>      werase(),  but they also call clearok() , so that the screen
>      is cleared completely on that window and repainted from scratch.
> 
> The clear() used with slang was changed in May to not behave like that
> any more.  It seems, from your description, that the VMS curses never
> did.  They both seem to act like curses erase(), not like clear().
> 
> So is there a good reason not to change that one clear() in mainloop
> to an erase()?  Is erase available in all curses libs?
It's probably available - I see it in bsd 4.3 curses (VMS curses is an
incompatible variation of either bsd 4.3 or 4.2 curses).
 
>     Klaus

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; 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]