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: FRIEDLEY, ANDREW
Subject: RE: strange refreshing behavior with mvaddch()/mvaddstr()
Date: Thu, 30 Aug 2001 20:11:38 -0500

alright thanks. you wouldnt happen to know a way around this would you?

(sorry for double sending to brian)

-----Original Message-----
From: Brian Raiter [mailto:address@hidden
Sent: Thursday, August 30, 2001 7:44 PM
To: address@hidden
Subject: Re: strange refreshing behavior with mvaddch()/mvaddstr()


> My problem is, whenever I change the contents of stdscr, the screen
> refreshes just as if i called refresh().  I am only using mvaddch()
and
> mvaddstr(), and waddch(stdscr, blah) to draw.

... and wgetch(). From the wgetch man page:

       If the window is not a pad, and it has been moved or modified
       since the last call to wrefresh, wrefresh will be called before
       another character is read.

b

_______________________________________________
Bug-ncurses mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-ncurses




reply via email to

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