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-18 10:09:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-18 10:14:49 -0700
commitb6fa632e2f46467c76c7fb39c731cb17e8558ee0 (patch)
treef821a84d0143eec4c1c8f53cdad1807800b90365 /sandbox/002-typing.mu
parentee1a18f050a5458ade460720091e20ce6b335011 (diff)
downloadmu-b6fa632e2f46467c76c7fb39c731cb17e8558ee0.tar.gz
3861 - screen untouched when entering console mode
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 16693429..7c385b6f 100644
--- a/sandbox/002-typing.mu
+++ b/sandbox/002-typing.mu
@@ -6,6 +6,7 @@ def! main text:text [
   local-scope
   load-ingredients
   open-console
+  clear-screen 0/screen  # non-scrolling app
   editor:&:editor <- new-editor text, 5/left, 45/right
   editor-render 0/screen, editor
   editor-event-loop 0/screen, 0/console, editor