about summary refs log tree commit diff stats
path: root/display.mu
diff options
context:
space:
mode:
Diffstat (limited to 'display.mu')
-rw-r--r--display.mu3
1 files changed, 2 insertions, 1 deletions
diff --git a/display.mu b/display.mu
index 864b74c3..efe7b842 100644
--- a/display.mu
+++ b/display.mu
@@ -2,10 +2,11 @@
 
 def main [
   open-console
+  clear-display
   print-character-to-display 97, 1/red, 2/green
   1:num/raw, 2:num/raw <- cursor-position-on-display
   wait-for-some-interaction
-  clear-display
+  clear-line
   move-cursor-on-display 0, 4
   print-character-to-display 98
   wait-for-some-interaction