Use wnoutrefresh, pnoutrefresh and doupdate

Issue #298
This commit is contained in:
James Booth
2014-02-02 23:56:50 +00:00
parent 42300fdc18
commit 0f0cd4cdab
7 changed files with 9 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ win_refresh(ProfWin *window)
{
int rows, cols;
getmaxyx(stdscr, rows, cols);
prefresh(window->win, window->y_pos, 0, 1, 0, rows-3, cols-1);
pnoutrefresh(window->win, window->y_pos, 0, 1, 0, rows-3, cols-1);
}
void