guix-commits
[Top][All Lists]
Advanced

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

02/20: installer: Remove explicit calls to curs-set from pages.


From: John Darrington
Subject: 02/20: installer: Remove explicit calls to curs-set from pages.
Date: Thu, 12 Jan 2017 20:41:03 +0000 (UTC)

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

commit 7565098ca99ef9b6f2a81ab7e910027af399123a
Author: John Darrington <address@hidden>
Date:   Fri Jan 6 17:52:28 2017 +0100

    installer: Remove explicit calls to curs-set from pages.
    
    * gnu/system/installer/hostname.scm: Remove calls to curs-set.
    * gnu/system/installer/mount-point.scm: Remove calls to curs-set.
---
 gnu/system/installer/hostname.scm    |    1 -
 gnu/system/installer/mount-point.scm |    1 -
 2 files changed, 2 deletions(-)

diff --git a/gnu/system/installer/hostname.scm 
b/gnu/system/installer/hostname.scm
index be5181f..3939120 100644
--- a/gnu/system/installer/hostname.scm
+++ b/gnu/system/installer/hostname.scm
@@ -107,7 +107,6 @@
            (positive? (field-cursor-position (get-current-field form)))))
 
      (else
-      (curs-set 1)
       (form-enter form ch)))
     #f))
 
diff --git a/gnu/system/installer/mount-point.scm 
b/gnu/system/installer/mount-point.scm
index 61649ac..632b81d 100644
--- a/gnu/system/installer/mount-point.scm
+++ b/gnu/system/installer/mount-point.scm
@@ -111,7 +111,6 @@
       (form-set-enabled! form #t))
      )
 
-    (curs-set 1)
     (form-enter form ch))
   #f)
 



reply via email to

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