about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 e766c693..0ac1cc6b 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -669,7 +669,7 @@ fn render-sandbox screen: (addr screen), functions: (addr handle function), bind
       render-line-without-stack screen, curr-line, curr-row, left-col, cursor-word, cursor-row-addr, cursor-col-addr
     }
     curr-line <- copy next-line
-    curr-row <- increment
+    curr-row <- add 2
     loop
   }
   #