aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-04-12 16:58:49 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-04-12 16:58:49 +0000
commit088232e0e06b24468220b70f8b1ea7f93d4708f8 (patch)
tree92ea9f47c841e0271338004a41191f732c910e8b
parent5e5acbeccdc79eadbd970c22ffa626970636d81d (diff)
downloadrtmux-088232e0e06b24468220b70f8b1ea7f93d4708f8.tar.gz
rtmux-088232e0e06b24468220b70f8b1ea7f93d4708f8.tar.bz2
rtmux-088232e0e06b24468220b70f8b1ea7f93d4708f8.zip
Add.
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index c0da0598..1b992652 100644
--- a/TODO
+++ b/TODO
@@ -126,3 +126,6 @@
- named buffers and allow gaps in the stack
- npage/ppage/dc/ic should have aliases for more typical names
- support fsl and tsl as start/end title (like vim)
+- get rid of separate UTF-8 cell stuff: add 1 byte to cell and store BMP as
+ uint16_t+3 bits of flags. anything <=0xffff is Unicode, higher are used to
+ build tree of combined characters/non-BMP (LRU dropped when full)