about summary refs log tree commit diff stats
path: root/apps/tile/data.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-26 23:02:39 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-26 23:02:39 -0700
commite5aa1b3cb6c91cf8b3b3b3a53b5258c10a9392ed (patch)
tree6411ad52aaee4c07a6a9a10a9c8a388077f618bc /apps/tile/data.mu
parent270dce161f47c2dadd151dc6fc1e9c16e71abed0 (diff)
downloadmu-e5aa1b3cb6c91cf8b3b3b3a53b5258c10a9392ed.tar.gz
6875
Snapshot. Caching subsidiary stacks is a dead end; they're just the final
iteration. We need to render all iterations.
Diffstat (limited to 'apps/tile/data.mu')
-rw-r--r--apps/tile/data.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tile/data.mu b/apps/tile/data.mu
index 6f0f6e48..408756ff 100644
--- a/apps/tile/data.mu
+++ b/apps/tile/data.mu
@@ -33,6 +33,7 @@ type word {
   box-data: (handle line)  # recurse
   # other metadata attached to this word
   subsidiary-stack: (handle value-stack)  # if this word is a call
+  display-subsidiary-stack?: boolean
   next: (handle word)
   prev: (handle word)
 }