summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-12-10 07:58:00 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-12-10 07:58:00 +0000
commit5bc8b2b7b61b9c73f34253e97999a688664f3b7f (patch)
treec5a55731526c2baadfbf8ec7a4898a0504b5b903 /TODO
parent7162d824f038ec120e4c9588a507bf6884b81df5 (diff)
Actually incrementing the reference count would be nice.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 50b5bf3c..bb3ee1c2 100644
--- a/TODO
+++ b/TODO
@@ -59,7 +59,6 @@
- audit copy/scroll and other modes for problems with very small windows
- screen_draw_* moved out/renamed (accept TTY_*?)
- get rid of stderr/stdout hacks in log.c
-- chmod +x socket when any client is attached
- split clients into three RB trees by fd: attached/unattached/dead?
or tailqs? what would be fastest per-char?
- multiple paste buffers
@@ -69,3 +68,5 @@
- anything which uses cmd_{send,recv}_string will break if the string is
split. string length should be part of the command size
- quick intro section (tmux new/attach/detach) etc
+- chmod +x socket when any client is attached (upd in lost/accept)
+