From 136412d263cc241bf9dfbe46271547615e3ba03d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 21 Nov 2015 10:19:34 -0800 Subject: 2468 - overload print-character as just 'print' --- 084console.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '084console.mu') 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 } -- cgit 1.4.1-2-gfad0