about summary refs log tree commit diff stats
path: root/chessboard.mu
diff options
context:
space:
mode:
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/chessboard.mu b/chessboard.mu
index 17f3f771..19accb52 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -4,6 +4,7 @@
 def main [
   local-scope
   open-console  # take control of screen, keyboard and mouse
+  clear-screen 0/screen  # non-scrolling app
 
   # The chessboard function takes keyboard and screen objects as 'ingredients'.
   #