lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Request for Comment: partial display and refresh


From: Klaus Weide
Subject: Re: lynx-dev Request for Comment: partial display and refresh
Date: Thu, 19 Nov 1998 11:47:23 -0600 (CST)

On Wed, 18 Nov 1998 address@hidden wrote:

> bottom line is that someone will have to take the time to trace it and
> see where the code's causing a refresh (if I could make a scenario on
> local testing, I'd have done it by now -- but online testing is very
> slow).

Basic ncurses question:  is the following sequence _supposed_ to cause
a screen repainting?

  draw on stdscr (as lynx does)
  refresh()
  erase()
  draw exactly same data again on stdscr
  refresh()


    Klaus




reply via email to

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