diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-07 19:51:31 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-07 19:51:31 -0800 |
commit | 9185512dba34a8c02d4bb8089e27051f3bd74f85 (patch) | |
tree | 07211526dae498e631cb10320ecfb4071e6199d7 /apps/tile | |
parent | 4f86220a6ced126791e8c3e6df2b492663b89ac4 (diff) | |
download | mu-9185512dba34a8c02d4bb8089e27051f3bd74f85.tar.gz |
7212
Diffstat (limited to 'apps/tile')
-rw-r--r-- | apps/tile/environment.mu | 2 |
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 |