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 b1905d2b..b5362f5b 100644
--- a/stdin.mu
+++ b/stdin.mu
@@ -1,6 +1,6 @@
 (function main [
   (default-space:space-address <- new space:literal 30:literal)
-  (console-on)
+  (cursor-mode)
   (clear-screen)
   ; hook up stdin
   (stdin:channel-address <- init-channel 1:literal)