about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-10-05 10:44:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-05 10:44:14 -0700
commitea1cfd5233b63cdd11bf7262728904e5ba045890 (patch)
tree02b4fc784f480a1f19a5545e6d17b900748ee4e4 /edit.mu
parente70ce4ba799702be17edda57c893a1d9037c8cd7 (diff)
downloadmu-ea1cfd5233b63cdd11bf7262728904e5ba045890.tar.gz
100
Diffstat (limited to 'edit.mu')
-rw-r--r--edit.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.mu b/edit.mu
index 5d2e3fa8..a80878f9 100644
--- a/edit.mu
+++ b/edit.mu
@@ -9,7 +9,7 @@
   (cursor (1 literal) (1 literal))
   (print ("Press a key..." literal))
   ((key string) <- getc)
-  (cll)
+  (console-off)
   (print ("You pressed: " literal))
   (print (key string))
   (print ("\n" literal))