guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/21: installer: Enable scrolling in the installation window.


From: John Darrington
Subject: 05/21: installer: Enable scrolling in the installation window.
Date: Sat, 31 Dec 2016 14:54:17 +0000 (UTC)

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

commit 2ff31785386daa9df99bce77fafe77d74e2e0b65
Author: John Darrington <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]