diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/002-typing.mu | 1 |
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 ] |