about summary refs log tree commit diff stats
path: root/repl.mu
diff options
context:
space:
mode:
Diffstat (limited to 'repl.mu')
-rw-r--r--repl.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.mu b/repl.mu
index 0099d2cc..fb66f3ee 100644
--- a/repl.mu
+++ b/repl.mu
@@ -68,5 +68,5 @@ recipe read-instruction [
     loop
   }
   result2:address:array:character <- buffer-to-array result:address:buffer
-  reply result2:address:array:character
+  reply result2:address:array:character, k:address:keyboard, x:address:screen
 ]