[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange refreshing behavior with mvaddch()/mvaddstr()
From: |
Brian Raiter |
Subject: |
Re: strange refreshing behavior with mvaddch()/mvaddstr() |
Date: |
Thu, 30 Aug 2001 17:43:50 -0700 |
> 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