about summary refs log tree commit diff stats
path: root/apps/tile
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-07 19:51:31 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-07 19:51:31 -0800
commit9185512dba34a8c02d4bb8089e27051f3bd74f85 (patch)
tree07211526dae498e631cb10320ecfb4071e6199d7 /apps/tile
parent4f86220a6ced126791e8c3e6df2b492663b89ac4 (diff)
downloadmu-9185512dba34a8c02d4bb8089e27051f3bd74f85.tar.gz
7212
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