about summary refs log tree commit diff stats
path: root/screen.mu
diff options
context:
space:
mode:
Diffstat (limited to 'screen.mu')
-rw-r--r--screen.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.mu b/screen.mu
index b1e4e5b4..665822ac 100644
--- a/screen.mu
+++ b/screen.mu
@@ -5,12 +5,12 @@
 
 recipe main [
   open-console
-  print-character 0/screen, 97/a, 2/red
+  print 0/screen, 97/a, 2/red
   1:number/raw, 2:number/raw <- cursor-position 0/screen
   wait-for-event 0/console
   clear-screen 0/screen
   move-cursor 0/screen, 0/row, 4/column
-  print-character 0/screen, 98/b
+  print 0/screen, 98/b
   wait-for-event 0/console
   move-cursor 0/screen, 0/row, 0/column
   clear-line 0/screen