summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-12 16:39:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-12 16:39:30 +0000
commit765a224b3007c4ef617f22091db4c152de15dd86 (patch)
tree2856050d4d9a89f134b9e670e640dff446f5b0f8 /TODO
parent577bd45719f4a51057228eabd4c5e7ce5433cc44 (diff)
Double-free on session destroy.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 3f8b1d5f..83be9766 100644
--- a/TODO
+++ b/TODO
@@ -22,8 +22,8 @@
- client could pass term/tty fd up to server and then do nothing. what problems
would this cause? -- need access to all terminfo data at once... signals?
- cleanup/redesign IPC
- IPC is arse-about-face: too much overhead. 8-byte header for each
- packet... hrm. already scanning output for \e, could add an extra
+ IPC is slightly arse-about-face: too much overhead. 8-byte header for
+ each packet... hrm. already scanning output for \e, could add an extra
byte to it for message
- could use bsearch all over the place or get rid of smaller tables (clientmsg)
- better errors when creating new windows/sessions (how?)