about summary refs log tree commit diff stats
path: root/stdin.mu
diff options
context:
space:
mode:
Diffstat (limited to 'stdin.mu')
-rw-r--r--stdin.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdin.mu b/stdin.mu
index 803dd60c..a651ce1b 100644
--- a/stdin.mu
+++ b/stdin.mu
@@ -7,7 +7,7 @@
 ;?   (print-primitive-to-host (("main: stdin is " literal)))
 ;?   (print-primitive-to-host stdin:channel-address)
 ;?   (print-primitive-to-host (("\n" literal)))
-  (fork-helper send-keys-to-stdin:fn nil:literal/globals nil:literal/limit stdin:channel-address)
+  (fork-helper send-keys-to-stdin:fn nil:literal/globals nil:literal/limit nil:literal/keyboard stdin:channel-address)
   ; now read characters from stdin until a 'q' is typed
   (print-primitive-to-host (("? " literal)))
   { begin