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 e7f9a141..e2c1a47e 100644
--- a/apps/tile/data.mu
+++ b/apps/tile/data.mu
@@ -39,6 +39,7 @@ type value {
   text-data: (handle array byte)  # if type = 1
   array-data: (handle array value)  # if type = 2
   file-data: (handle buffered-file)  # if type = 3
+  screen-data: (handle screen)  # if type = 4
 }
 
 type table {