about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--074keyboard.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/074keyboard.mu b/074keyboard.mu
index d79d20f6..d61fff15 100644
--- a/074keyboard.mu
+++ b/074keyboard.mu
@@ -58,8 +58,8 @@ recipe send-keys-to-channel [
   chan:address:channel <- next-ingredient
   screen:address <- next-ingredient
   {
-    c:character <- read-key keyboard:address
-    loop-unless c:character
+    c:character, found?:boolean <- read-key keyboard:address
+    loop-unless found?:boolean
     print-character screen:address, c:character
     chan:address:channel <- write chan:address:channel, c:character
     # todo: eof