[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/80: installer: Handle the 'back' action in the filesystems task.
From: |
John Darrington |
Subject: |
19/80: installer: Handle the 'back' action in the filesystems task. |
Date: |
Tue, 3 Jan 2017 15:49:42 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 758578723de3b1e441387a2ef78fb80c3ad0bd96
Author: John Darrington <address@hidden>
Date: Thu Dec 22 19:17:42 2016 +0100
installer: Handle the 'back' action in the filesystems task.
* gnu/system/installer/filesystems.scm: Add key handler for Back function.
---
gnu/system/installer/filesystems.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/system/installer/filesystems.scm
b/gnu/system/installer/filesystems.scm
index 79fb2a0..ed35393 100644
--- a/gnu/system/installer/filesystems.scm
+++ b/gnu/system/installer/filesystems.scm
@@ -120,6 +120,11 @@
((page-refresh next) next)
))
+ ((buttons-key-matches-symbol? nav ch 'back)
+ (delwin (outer (page-wwin page)))
+ (delwin (inner (page-wwin page)))
+ (set! page-stack (cdr page-stack)))
+
((buttons-key-matches-symbol? nav ch 'continue)
(cond
- 04/80: installer: Fix broken timezone menu., (continued)
- 04/80: installer: Fix broken timezone menu., John Darrington, 2017/01/03
- 05/80: installer: fix warning in usage of "format"., John Darrington, 2017/01/03
- 03/80: installer: Remove obsolete procedures/variables, John Darrington, 2017/01/03
- 02/80: installer: Fix broken keymap change option., John Darrington, 2017/01/03
- 07/80: installer: Use ice-9 match., John Darrington, 2017/01/03
- 06/80: installer: use ice-9 format everywhere., John Darrington, 2017/01/03
- 08/80: installer: Add IETF contraints for hostname in entry form., John Darrington, 2017/01/03
- 12/80: installer: Add gurses modules., John Darrington, 2017/01/03
- 21/80: gnu: guix: Add dependency: guile-ncurses., John Darrington, 2017/01/03
- 17/80: installer: Add new procedure to get the list of volumes., John Darrington, 2017/01/03
- 19/80: installer: Handle the 'back' action in the filesystems task.,
John Darrington <=
- 23/80: installer: Fix incorrect host in ping task., John Darrington, 2017/01/03
- 25/80: installer: Use a cleaner way of generating the lspci information., John Darrington, 2017/01/03
- 24/80: installer: Make "interfaces" return an alist., John Darrington, 2017/01/03
- 27/80: installer: Connect ethernet interfaces on selection., John Darrington, 2017/01/03
- 28/80: installer: Let the kernel know about (possibly) changed partitions., John Darrington, 2017/01/03
- 49/80: installer: Wrap installer in (catch #t ...), John Darrington, 2017/01/03
- 09/80: installer: Use a record instead of a list to contain tasks., John Darrington, 2017/01/03
- 29/80: installer: Deal with partition tables which are (partially) corrupt., John Darrington, 2017/01/03
- 37/80: installer: Improve dependencies on the final task., John Darrington, 2017/01/03
- 31/80: gnu: Add service to start the installer in installation-os., John Darrington, 2017/01/03