about summary refs log tree commit diff stats
path: root/baremetal/shell/gap-buffer.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-02-09 21:42:14 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-02-09 21:42:14 -0800
commitd5011d5187b02a6903e32b4f0d7410d05499fccb (patch)
tree65775f62297e33dea71894fc8ba21a6efe7a5707 /baremetal/shell/gap-buffer.mu
parent9a91f0a84065e3b53d897a7f232ac58d36e3bb0a (diff)
downloadmu-d5011d5187b02a6903e32b4f0d7410d05499fccb.tar.gz
7703
Diffstat (limited to 'baremetal/shell/gap-buffer.mu')
-rw-r--r--baremetal/shell/gap-buffer.mu3
1 files changed, 3 insertions, 0 deletions
diff --git a/baremetal/shell/gap-buffer.mu b/baremetal/shell/gap-buffer.mu
index eb103c98..95a92174 100644
--- a/baremetal/shell/gap-buffer.mu
+++ b/baremetal/shell/gap-buffer.mu
@@ -1,3 +1,6 @@
+# primitive for editing a single word
+# parameter: max-word-size = 16 graphemes
+
 type gap-buffer {
   left: grapheme-stack
   right: grapheme-stack