From 866cccca763d9cbd161136d4a03723068d01f788 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 26 Sep 2020 23:55:44 -0700 Subject: 6883 --- apps/tile/environment.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/tile') 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: -- cgit 1.4.1-2-gfad0