about summary refs log tree commit diff stats
path: root/apps/tile/data.mu
diff options
context:
space:
mode:
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)
 }