guix-commits
[Top][All Lists]
Advanced

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

41/197: installer: Enable scrolling in the installation window.


From: Danny Milosavljevic
Subject: 41/197: installer: Enable scrolling in the installation window.
Date: Mon, 3 Jul 2017 20:36:57 -0400 (EDT)

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

commit a391e6b75d5dfee8a390aa2dae9ba2c17b6a2fbc
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]