about summary refs log tree commit diff stats
path: root/src/HTFWriter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r--src/HTFWriter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c
index 3589811b..711774b1 100644
--- a/src/HTFWriter.c
+++ b/src/HTFWriter.c
@@ -194,7 +194,7 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me)
 		    fclose(fp);
 		    fp = NULL;
 		    if (!dump_output_immediately) {
-		        clearok(curscr, TRUE);
+		        lynx_force_repaint();
 			refresh();
 		    }
 		    HTAlert(ERROR_UNCOMPRESSING_TEMP);