about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 332960fd..2249a944 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -826,6 +826,7 @@ ui_current_print_line(const char * const msg, ...)
     va_start(arg, msg);
     current->print_line(current, msg, arg);
     va_end(arg);
+    current->refresh_win(current);
 }
 
 void