diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-11-25 11:33:13 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-11-25 11:33:13 -0800 |
commit | 8bd3f99fc3e448f3ec5e396a8775454eb111d5c6 (patch) | |
tree | 2709a748d9c4f67bc5bede7798ef4488f8e98d23 /html/061text.mu.html | |
parent | ccae45851f729ada29391e7497cf8e4c9796ff8c (diff) | |
download | mu-8bd3f99fc3e448f3ec5e396a8775454eb111d5c6.tar.gz |
3688
Move my todos over the past couple of years into the codebase now that it might be going dormant. Surprising how few todos left undone!
Diffstat (limited to 'html/061text.mu.html')
-rw-r--r-- | html/061text.mu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/061text.mu.html b/html/061text.mu.html index 5f9ba882..41234594 100644 --- a/html/061text.mu.html +++ b/html/061text.mu.html @@ -157,6 +157,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color ] <span class="Comment"># A new type to help incrementally construct texts.</span> +<span class="Comment"># todo: make this shape-shifting.</span> <span class="muData">container</span> buffer [ length:num data:text |