about summary refs log tree commit diff stats
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 95870847..0b3f90f8 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -106,7 +106,7 @@ win_vprint_line(ProfWin *window, const char show_char, int attrs,
 }
 
 void
-win_refresh(ProfWin *window)
+win_update_virtual(ProfWin *window)
 {
     int rows, cols;
     getmaxyx(stdscr, rows, cols);