about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apps/tile/environment.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index f85e7dd6..399901ac 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -349,6 +349,8 @@ fn clear-canvas _env: (addr environment) {
   print-string screen, " ctrl-s "
   reset-formatting screen
   print-string screen, " tbd  "
+  move-cursor screen, 3, 2
+  print-string screen, "x f = 2 x *"
 }
 
 fn real-grapheme? g: grapheme -> result/eax: boolean {