bug-ncurses
[Top][All Lists]
Advanced

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

Re: strange refreshing behavior with mvaddch()/mvaddstr()


From: Thomas Dickey
Subject: Re: strange refreshing behavior with mvaddch()/mvaddstr()
Date: Fri, 31 Aug 2001 18:42:43 -0400
User-agent: Mutt/1.2.5i

On Fri, Aug 31, 2001 at 05:23:13PM -0500, FRIEDLEY, ANDREW wrote:
> yes I added the clear() call in that loop to demonstrate the flickering
> i am seeing in my actual program. in my actual program i am not
> clear()'ing the screen but rather drawing some text, and drawing some
> more text on top of it (a GUI menu).  The flickering i see in my program
> alternates between the text under the menu and the actual menu.  if you
> take out the clear in that test program that loop would be drawing hte
> same data thats already there and you cant see the flicker as easily in
> this instance - doesnt really fix the problem :)

to fix the latter - use wnoutrefresh and doupdate.

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com



reply via email to

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