about summary refs log tree commit diff stats
path: root/console.mu
diff options
context:
space:
mode:
Diffstat (limited to 'console.mu')
-rw-r--r--console.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/console.mu b/console.mu
index cc81c232..062ca3b0 100644
--- a/console.mu
+++ b/console.mu
@@ -5,6 +5,7 @@
 def main [
   local-scope
   open-console
+  clear-screen 0/screen  # non-scrolling app
   {
     e:event, found?:bool <- check-for-interaction
     break-if found?