about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--chessboard-cursor.mu3
1 files changed, 0 insertions, 3 deletions
diff --git a/chessboard-cursor.mu b/chessboard-cursor.mu
index 690719b7..6728c0b2 100644
--- a/chessboard-cursor.mu
+++ b/chessboard-cursor.mu
@@ -213,9 +213,6 @@
   ; hook up stdin
   (1:channel-address/raw <- init-channel 1:literal)
   (fork-helper send-keys-to-stdin:fn nil:literal/globals nil:literal/limit 1:channel-address/raw)
-  ; hook up stdout
-  (2:channel-address/raw <- init-channel 1:literal)
-  (fork-helper send-prints-to-stdout:fn nil:literal/globals nil:literal/limit 2:channel-address/raw)
   { begin
     ; print any stray characters from keyboard *before* clearing screen
     (clear-screen nil:literal/terminal)