about summary refs log tree commit diff stats
path: root/apps/tile/value.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-07 19:45:58 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-07 19:45:58 -0800
commitf2a3c381a7eb9c454cabda8ffa54035a438313bf (patch)
tree53d967a71d04e7ae534646a6c42a6c3683348eb5 /apps/tile/value.mu
parent412304cf45ad4577b7e804b6a60c85f19c2b5e80 (diff)
downloadmu-f2a3c381a7eb9c454cabda8ffa54035a438313bf.tar.gz
7210
Bug fixed; I had to reinitialize the table of bindings.
Interesting debugging experience.
Diffstat (limited to 'apps/tile/value.mu')
-rw-r--r--apps/tile/value.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tile/value.mu b/apps/tile/value.mu
index e5c39cff..9e8c0050 100644
--- a/apps/tile/value.mu
+++ b/apps/tile/value.mu
@@ -145,6 +145,7 @@ fn render-screen screen: (addr screen), row: int, col: int, _target-screen: (add
     break-if->
     increment row  # mutate arg
     move-cursor screen, row, col
+#?     print-string screen, "\n"
     print-string screen, " "
     var c/edi: int <- copy 1
     {
@@ -159,6 +160,7 @@ fn render-screen screen: (addr screen), row: int, col: int, _target-screen: (add
     loop
   }
   increment row  # mutate arg
+#?   print-string screen, "\n"
   move-cursor screen, row, col
   start-color screen, 0xf2, 7
   print-lower-border screen, *ncols-a