about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-18 23:23:36 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-18 23:23:36 -0700
commitf1a3f88e95785e766793e91223d0eb4cdd130c60 (patch)
treee3b6137df604f9213b5742926c9f8509ebca8af5 /apps
parent266ac87340e377b9609ae5312a2c7ece8e93794a (diff)
downloadmu-f1a3f88e95785e766793e91223d0eb4cdd130c60.tar.gz
7062
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
   }
   #