jmd pushed a commit to branch wip-installer
in repository guix.

commit 2ff31785386daa9df99bce77fafe77d74e2e0b65
Author: John Darrington <[email protected]>
Date:   Tue Dec 27 17:29:37 2016 +0100

    installer: Enable scrolling in the installation window.
    
    * gnu/system/installer/install.scm (install-page-init): Add call to 
scrollok!
---
 gnu/system/installer/install.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system/installer/install.scm b/gnu/system/installer/install.scm
index 6576c12..108ff5b 100644
--- a/gnu/system/installer/install.scm
+++ b/gnu/system/installer/install.scm
@@ -154,6 +154,8 @@
                          0))
          )
 
+    ;; There will be a lot of text sent to this window!
+    (scrollok! (inner config-window) #t)
 
     (addstr* text-window
              (gettext

Reply via email to