about summary refs log tree commit diff stats
path: root/sandbox/002-typing.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-13 21:58:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-13 21:58:26 -0700
commit7f67383400216732166ff8c845829b93b217ff30 (patch)
tree7a8a913d7a871ec53ef092dd7f4ddca205941d6b /sandbox/002-typing.mu
parent27ec57de4cc5eddd80f9faf198c0cebc345c1949 (diff)
downloadmu-7f67383400216732166ff8c845829b93b217ff30.tar.gz
3859
Diffstat (limited to 'sandbox/002-typing.mu')
-rw-r--r--sandbox/002-typing.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/002-typing.mu b/sandbox/002-typing.mu
index 4f704f0d..8c48f147 100644
--- a/sandbox/002-typing.mu
+++ b/sandbox/002-typing.mu
@@ -7,6 +7,7 @@ def! main text:text [
   load-ingredients
   open-console
   editor:&:editor <- new-editor text, 5/left, 45/right
+  editor-render 0/screen, editor
   editor-event-loop 0/screen, 0/console, editor
   close-console
 ]