about summary refs log tree commit diff stats
path: root/edit/001-editor.mu
diff options
context:
space:
mode:
Diffstat (limited to 'edit/001-editor.mu')
-rw-r--r--edit/001-editor.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit/001-editor.mu b/edit/001-editor.mu
index a6dde85b..50ba09f5 100644
--- a/edit/001-editor.mu
+++ b/edit/001-editor.mu
@@ -6,6 +6,7 @@ def main text:text [
   local-scope
   load-ingredients
   open-console
+  clear-screen 0/screen  # non-scrolling app
   e:&:editor <- new-editor text, 0/left, 5/right
   render 0/screen, e
   wait-for-event 0/console