about summary refs log tree commit diff stats
path: root/084console.mu
diff options
context:
space:
mode:
Diffstat (limited to '084console.mu')
-rw-r--r--084console.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/084console.mu b/084console.mu
index 3176b82b..68fd5413 100644
--- a/084console.mu
+++ b/084console.mu
@@ -80,7 +80,7 @@ recipe send-keys-to-channel console:address:console, chan:address:channel, scree
     loop-unless found?
     break-if quit?
     assert c, [invalid event, expected text]
-    screen <- print-character screen, c
+    screen <- print screen, c
     chan <- write chan, c
     loop
   }