about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-02 23:56:50 +0000
committerJames Booth <boothj5@gmail.com>2014-02-02 23:58:01 +0000
commit0f0cd4cdab65bc045782682bcf49038a38b879fd (patch)
treef4e56df91bb50e65e7478bd6420050afc7b8233b /src/ui/statusbar.c
parent42300fdc181edfd0072b8c15501e973e25edfff1 (diff)
downloadprofani-tty-0f0cd4cdab65bc045782682bcf49038a38b879fd.tar.gz
Use wnoutrefresh, pnoutrefresh and doupdate
Issue #298
Diffstat (limited to 'src/ui/statusbar.c')
-rw-r--r--src/ui/statusbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 4d0ab7ef..b285bde7 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.c
@@ -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;
     }