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

@@ -279,7 +279,7 @@ wins_resize_all(void)
ProfWin *current_win = wins_get_current();
prefresh(current_win->win, current_win->y_pos, 0, 1, 0, rows-3, cols-1);
pnoutrefresh(current_win->win, current_win->y_pos, 0, 1, 0, rows-3, cols-1);
}
void