diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-04-15 19:01:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-04-15 19:01:51 +0000 |
commit | 3aee28c58bfbb85329e74349487c7aa07c238bee (patch) | |
tree | 72052344a19a7af5da37298bc602d0bd9e17e62b | |
parent | 088232e0e06b24468220b70f8b1ea7f93d4708f8 (diff) | |
download | rtmux-3aee28c58bfbb85329e74349487c7aa07c238bee.tar.gz rtmux-3aee28c58bfbb85329e74349487c7aa07c238bee.tar.bz2 rtmux-3aee28c58bfbb85329e74349487c7aa07c238bee.zip |
+.
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,3 +129,4 @@ - 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) +- entry in FAQ about what to do when someone does mkdir /tmp/tmux-1000 |