about summary refs log tree commit diff stats
path: root/src/LYNews.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYNews.c')
-rw-r--r--src/LYNews.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYNews.c b/src/LYNews.c
index 917bc137..d4dafc64 100644
--- a/src/LYNews.c
+++ b/src/LYNews.c
@@ -433,7 +433,7 @@ PRIVATE void terminate_message ARGS1(
     /*
      *  Refresh the screen to get rid of the "interrupt" message.
      */
-    clearok(curscr, TRUE);
+    lynx_force_repaint();
     refresh();
 #endif /* VMS */
 }