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.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.mu b/display.mu
index efe7b842..c3844c4b 100644
--- a/display.mu
+++ b/display.mu
@@ -6,7 +6,7 @@ def main [
   print-character-to-display 97, 1/red, 2/green
   1:num/raw, 2:num/raw <- cursor-position-on-display
   wait-for-some-interaction
-  clear-line
+  clear-line-on-display
   move-cursor-on-display 0, 4
   print-character-to-display 98
   wait-for-some-interaction