about summary refs log tree commit diff stats
path: root/apps/tile
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-26 23:55:44 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-26 23:55:44 -0700
commit866cccca763d9cbd161136d4a03723068d01f788 (patch)
treed6378ef3df414ff77c0bd6951f05f5d7a4ddd0e7 /apps/tile
parentabab2fdefd520fffa23ab0cdd1212a06e93a0773 (diff)
downloadmu-866cccca763d9cbd161136d4a03723068d01f788.tar.gz
6883
Diffstat (limited to 'apps/tile')
-rw-r--r--apps/tile/environment.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index ca54ba67..eaeff4a9 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -281,9 +281,10 @@ fn render-line screen: (addr screen), defs: (addr handle function), bindings: (a
       # - render subsidiary stack
       curr-col <- render-line screen, defs, callee-bindings, callee-body, top-row, curr-col, cursor-word, cursor-col-a
       #
-      curr-col <- add 2
       move-cursor screen, top-row, curr-col
       print-code-point screen, 0x21d7  # ⇗
+      #
+      curr-col <- add 2
       subtract-from top-row, 1
     }
     # now render main column
@@ -293,7 +294,6 @@ fn render-line screen: (addr screen), defs: (addr handle function), bindings: (a
     loop
   }
   right-col <- copy curr-col
-  right-col <- add 3  # margin-right
 }
 
 # Render: