about summary refs log tree commit diff stats
path: root/src/ui/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/windows.c')
-rw-r--r--src/ui/windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/windows.c b/src/ui/windows.c
index 001f1bfc..e2289b32 100644
--- a/src/ui/windows.c
+++ b/src/ui/windows.c
@@ -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