guix-commits
[Top][All Lists]
Advanced

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

01/01: installer: Make the form report whether it handled the Down key.


From: Danny Milosavljevic
Subject: 01/01: installer: Make the form report whether it handled the Down key.
Date: Wed, 5 Jul 2017 05:18:36 -0400 (EDT)

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

commit 7fc132e68dd30e60382eb3064b9285d64b5cbbab
Author: Danny Milosavljevic <address@hidden>
Date:   Wed Jul 5 11:18:03 2017 +0200

    installer: Make the form report whether it handled the Down key.
    
    * gurses/form.scm (form-enter): Modify.
---
 gurses/form.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gurses/form.scm b/gurses/form.scm
index 26f2a70..c603128 100644
--- a/gurses/form.scm
+++ b/gurses/form.scm
@@ -218,7 +218,7 @@ label eq? to N"
                            (eq? ch #\newline))
                        (let ((status (form-next-field form)))
                          (cursor-move form f 0)
-                         'handled))
+                         status))
 
                       ((or (eq? ch KEY_UP)
                            (eq? ch #\dle))



reply via email to

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