about summary refs log tree commit diff stats
path: root/repl.mu
diff options
context:
space:
mode:
Diffstat (limited to 'repl.mu')
-rw-r--r--repl.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/repl.mu b/repl.mu
index 67eb434a..245e7dfd 100644
--- a/repl.mu
+++ b/repl.mu
@@ -2,13 +2,13 @@
 
 recipe main [
   default-space:address:array:location <- new location:type, 30:literal
-  switch-to-display
+  open-console
   msg:address:array:character <- new [ready! type in an instruction, then hit enter. ctrl-d exits.
 ]
   0:literal/real-screen <- print-string 0:literal/real-screen, msg:address:array:character, 245:literal/grey
   0:literal/real-keyboard, 0:literal/real-screen <- color-session 0:literal/real-keyboard, 0:literal/real-screen
 #?   wait-for-key-from-keyboard #? 1
-  return-to-console
+  close-console
 ]
 
 recipe color-session [