bug-ncurses
[Top][All Lists]
Advanced

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

Re: Display problems


From: Peter Jay Salzman
Subject: Re: Display problems
Date: Wed, 23 Jan 2002 08:34:57 -0800
User-agent: Mutt/1.3.25i

ok, now i'm confused.  in his code, he printed to window w.  to get the
physical screen updated, i thought you refresh w, not stdscr.

is it not the case that every call to

   wprintw(w, ...);

gets updated by a corresponding

   wrefresh(w);

?

pete

begin Thomas E. Dickey <address@hidden> 
> On Wed, 23 Jan 2002, Ben Kohlen wrote:
> 
> > It seems that ncurses doesn't want to put anything on
> > screen until getch() has been called.  Before a call
> 
> or refresh - that's expected & documented.  your call to getch refreshes
> stdscr.

-- 
The mathematics [of physics] has become ever more abstract, rather than more
complicated.  The mind of God appears to be abstract but not complicated.
He also appears to like group theory.  --  Tony Zee's `Fearful Symmetry'

PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D



reply via email to

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