about summary refs log tree commit diff stats
path: root/shell/cell.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-04 20:19:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-04 20:20:03 -0700
commitba5f556543c94c3431148e7c7e3e0b705d9585af (patch)
tree089e0d5baf66874d27dcf59aa7b978423ff9e125 /shell/cell.mu
parent5e0f4598488d5f88d60f67fa11465577b0446c87 (diff)
downloadmu-ba5f556543c94c3431148e7c7e3e0b705d9585af.tar.gz
.
Diffstat (limited to 'shell/cell.mu')
-rw-r--r--shell/cell.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/cell.mu b/shell/cell.mu
index 5533efc2..ea14d7c0 100644
--- a/shell/cell.mu
+++ b/shell/cell.mu
@@ -15,6 +15,7 @@ type cell {
   # type 6: keyboard
   keyboard-data: (handle gap-buffer)
   # TODO: array, (associative) table
+  # if you add types here, don't forget to update cell-isomorphic?
 }
 
 fn allocate-symbol _out: (addr handle cell) {