[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/80: installer: Do not allow forms to set the cursor visibility.
From: |
John Darrington |
Subject: |
67/80: installer: Do not allow forms to set the cursor visibility. |
Date: |
Tue, 3 Jan 2017 15:49:45 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit e6208a3e064f9076b5ddbf7960d103663e98763e
Author: John Darrington <address@hidden>
Date: Sun Jan 1 12:48:27 2017 +0100
installer: Do not allow forms to set the cursor visibility.
* gurses/form.scm (form-update-cursor): Don't set the cursor visibility.
---
gurses/form.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gurses/form.scm b/gurses/form.scm
index d26d76e..226fcd0 100644
--- a/gurses/form.scm
+++ b/gurses/form.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016 John Darrington <address@hidden>
+;;; Copyright © 2016, 2017 John Darrington <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -55,7 +55,6 @@
(define (form-update-cursor form)
"Updates the cursor for FIELD in FORM"
(let ((field (array-ref (form-items form) (form-current-item form))))
- (curs-set 1)
(move (form-window form) (form-current-item form)
(+ (field-cursor-position field)
(form-tabpos form)))))
- 63/80: installer: Do not use /tmp for holding the configuration., (continued)
- 63/80: installer: Do not use /tmp for holding the configuration., John Darrington, 2017/01/03
- 56/80: installer: Replace spawned mount command with the mount syscall., John Darrington, 2017/01/03
- 53/80: installer: Replace "%temporary-configuration-file-port" with "config-file"., John Darrington, 2017/01/03
- 51/80: installer: Use consistent window heights., John Darrington, 2017/01/03
- 15/80: installer: Add procedures to replace car/cdr since these are frounded upon by Guile gurus., John Darrington, 2017/01/03
- 65/80: installer: Add flags to indicate network interface status., John Darrington, 2017/01/03
- 66/80: installer: Format configuration to fix width of window., John Darrington, 2017/01/03
- 80/80: installer: Use --fallback when installing., John Darrington, 2017/01/03
- 69/80: installer: Add page with which the wifi password can be entered., John Darrington, 2017/01/03
- 60/80: installer: Change N_ from a procedure to a macro., John Darrington, 2017/01/03
- 67/80: installer: Do not allow forms to set the cursor visibility.,
John Darrington <=
- 74/80: installer: Add option to final page to reboot the system., John Darrington, 2017/01/03
- 77/80: installer: Remove "continue" button from host name page., John Darrington, 2017/01/03
- 76/80: installer: Add new page to set the system role., John Darrington, 2017/01/03
- 79/80: installer: Add confidence indicator., John Darrington, 2017/01/03
- 73/80: Merge remote-tracking branch 'origin/master' into wip-installer, John Darrington, 2017/01/03
- 68/80: installer: Indicate which wireless access points are encrypted., John Darrington, 2017/01/03
- 01/80: gnu: Add graphical installer, John Darrington, 2017/01/03