summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
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?)