[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/197: installer: Remove explicit calls to curs-set from pages.
From: |
Danny Milosavljevic |
Subject: |
74/197: installer: Remove explicit calls to curs-set from pages. |
Date: |
Mon, 3 Jul 2017 20:37:02 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit 6465fc918d1fd9b2f935532b6abfbfa1b0f59654
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)
- 52/197: installer: Prevent the user specifying the same mount point twice., (continued)
- 52/197: installer: Prevent the user specifying the same mount point twice., Danny Milosavljevic, 2017/07/03
- 51/197: installer: Allow users to remove mount points during configuration., Danny Milosavljevic, 2017/07/03
- 14/197: installer: Add procedures to replace car/cdr since these are frounded upon by Guile gurus., Danny Milosavljevic, 2017/07/03
- 55/197: installer: Use global variable instead of string literal for "/gnu"., Danny Milosavljevic, 2017/07/03
- 54/197: installer: Change the order of the filesystem task conditions., Danny Milosavljevic, 2017/07/03
- 60/197: installer: Do not allow forms to set the cursor visibility., Danny Milosavljevic, 2017/07/03
- 56/197: installer: Do not use /tmp for holding the configuration., Danny Milosavljevic, 2017/07/03
- 66/197: installer: Add option to final page to reboot the system., Danny Milosavljevic, 2017/07/03
- 71/197: installer: Add confidence indicator., Danny Milosavljevic, 2017/07/03
- 67/197: installer: Add predicate for the network task., Danny Milosavljevic, 2017/07/03
- 74/197: installer: Remove explicit calls to curs-set from pages.,
Danny Milosavljevic <=
- 64/197: installer: Make setting up of the network a prerequisite., Danny Milosavljevic, 2017/07/03
- 80/197: installer: Ignore case in button accelerators., Danny Milosavljevic, 2017/07/03
- 86/197: installer: slurp: Ignore blank lines in output., Danny Milosavljevic, 2017/07/03
- 76/197: installer: New procedure "page-leave"., Danny Milosavljevic, 2017/07/03
- 84/197: installer: Use guix build syscalls module for network interrogation., Danny Milosavljevic, 2017/07/03
- 94/197: installer: Add the notion of uuids to prospective filesystems., Danny Milosavljevic, 2017/07/03
- 89/197: installer: Make the network menu more reliable., Danny Milosavljevic, 2017/07/03
- 90/197: installer: Enable direct scrolling to top or bottom of menus., Danny Milosavljevic, 2017/07/03
- 78/197: installer: Ensure that the cursor visibility is updated on each page., Danny Milosavljevic, 2017/07/03
- 107/197: installer: Do not allow the creation of invalid file-system specificaitons., Danny Milosavljevic, 2017/07/03