about summary refs log tree commit diff stats
path: root/chessboard-cursor.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-24 12:00:40 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-24 12:00:40 -0800
commit83a43e63a0b91fac2ecee5295c2fed5c8a4a75d4 (patch)
treedc94835dcdc6faeed08c531983ae4f8ec9c0c96e /chessboard-cursor.mu
parent009593c7c6463ec3d4873231da5231fa16d424e2 (diff)
downloadmu-83a43e63a0b91fac2ecee5295c2fed5c8a4a75d4.tar.gz
601 - fix callers of 'read-key'
Diffstat (limited to 'chessboard-cursor.mu')
-rw-r--r--chessboard-cursor.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/chessboard-cursor.mu b/chessboard-cursor.mu
index c23f738b..412a555a 100644
--- a/chessboard-cursor.mu
+++ b/chessboard-cursor.mu
@@ -218,7 +218,7 @@
   (cursor-mode)
   ; hook up stdin
   (stdin:channel-address <- init-channel 1: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)
   { begin
     ; print any stray characters from keyboard *before* clearing screen
     (clear-screen nil:literal/terminal)