diff options
-rw-r--r-- | edit/002-typing.mu | 1 | ||||
-rw-r--r-- | sandbox/002-typing.mu | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/edit/002-typing.mu b/edit/002-typing.mu index 4f704f0d..8c48f147 100644 --- a/edit/002-typing.mu +++ b/edit/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 ] 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 ] |