about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
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 b66011a1..e6f4b014 100644
--- a/edit.mu
+++ b/edit.mu
@@ -3,7 +3,7 @@
 recipe main [
   local-scope
   open-console
-  initial-recipe:address:array:character <- read
+  initial-recipe:address:array:character <- restore
   initial-sandbox:address:array:character <- new [test 2, 2]
   env:address:programming-environment-data <- new-programming-environment 0:literal/screen, initial-recipe:address:array:character, initial-sandbox:address:array:character
   event-loop 0:literal/screen, 0:literal/console, env:address:programming-environment-data