diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-10-18 23:23:36 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-10-18 23:23:36 -0700 |
commit | f1a3f88e95785e766793e91223d0eb4cdd130c60 (patch) | |
tree | e3b6137df604f9213b5742926c9f8509ebca8af5 /apps/tile | |
parent | 266ac87340e377b9609ae5312a2c7ece8e93794a (diff) | |
download | mu-f1a3f88e95785e766793e91223d0eb4cdd130c60.tar.gz |
7062
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 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 } # |