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

@@ -100,7 +100,7 @@ _status_bar_refresh(void)
if (dirty) {
_status_bar_update_time();
_update_win_statuses();
wrefresh(status_bar);
wnoutrefresh(status_bar);
inp_put_back();
dirty = FALSE;
}