dannym pushed a commit to branch wip-installer-2
in repository guix.
commit 6465fc918d1fd9b2f935532b6abfbfa1b0f59654
Author: John Darrington <[email protected]>
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)