about summary refs log tree commit diff stats
path: root/apps/tile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile')
-rw-r--r--apps/tile/environment.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index 495a1083..e2eaa13c 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -1528,7 +1528,7 @@ fn clear-canvas _env: (addr environment) {
   print-string screen, " define function  "
   # primitives
   var start-col/ecx: int <- copy repl-col
-  start-col <- subtract 0x20
+  start-col <- subtract 0x28
   move-cursor screen, 1, start-col
   print-string screen, "primitives:"
   start-col <- add 2