about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--screen.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.mu b/screen.mu
index 60a84aac..c8e16f85 100644
--- a/screen.mu
+++ b/screen.mu
@@ -5,7 +5,7 @@
 def main [
   open-console
   10:char <- copy 97/a
-  print 0/screen, 10:char/a, 2/red
+  print 0/screen, 10:char/a, 1/red, 2/green
   1:num/raw, 2:num/raw <- cursor-position 0/screen
   wait-for-event 0/console
   clear-screen 0/screen