diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-02-21 15:17:32 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-02-21 15:31:23 -0800 |
commit | f173379a75bdfed7e40562dd14031e9052364458 (patch) | |
tree | 8d654743650ecefc6a522ffb6518e7334f5b390a /baremetal | |
parent | dbfbaafe1c1be35f00e87a31a8d80ae9645fe9f3 (diff) | |
download | mu-f173379a75bdfed7e40562dd14031e9052364458.tar.gz |
7769
Diffstat (limited to 'baremetal')
-rw-r--r-- | baremetal/shell/gap-buffer.mu | 1 | ||||
-rw-r--r-- | baremetal/shell/grapheme-stack.mu | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/baremetal/shell/gap-buffer.mu b/baremetal/shell/gap-buffer.mu index 80e9bc54..4ec78789 100644 --- a/baremetal/shell/gap-buffer.mu +++ b/baremetal/shell/gap-buffer.mu @@ -1,5 +1,4 @@ # primitive for editing a single word -# parameter: max-word-size = 16 graphemes type gap-buffer { left: grapheme-stack diff --git a/baremetal/shell/grapheme-stack.mu b/baremetal/shell/grapheme-stack.mu index 418322e0..8a4bbd0a 100644 --- a/baremetal/shell/grapheme-stack.mu +++ b/baremetal/shell/grapheme-stack.mu @@ -1,5 +1,4 @@ # grapheme stacks are the smallest unit of editable text -# they are typically rendered horizontally type grapheme-stack { data: (handle array grapheme) |