summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/installer/newt.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm
index 31329b5c0f..6c44b4acf6 100644
--- a/gnu/installer/newt.scm
+++ b/gnu/installer/newt.scm
@@ -47,7 +47,8 @@
   (set-screen-size!))
 
 (define (exit)
-  (newt-finish))
+  (newt-finish)
+  (clear-screen))
 
 (define (exit-error file key args)
   (newt-set-color COLORSET-ROOT "white" "red")
@@ -66,7 +67,8 @@ problem. The backtrace is displayed below. Please report it by email to \
      #:file-textbox-width width
      #:file-textbox-height height))
   (newt-set-color COLORSET-ROOT "white" "blue")
-  (newt-finish))
+  (newt-finish)
+  (clear-screen))
 
 (define (final-page result prev-steps)
   (run-final-page result prev-steps))