aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-20 18:27:23 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-20 18:27:23 +0000
commit656f2a264c12d2f5c3e3ebb4c905454299838634 (patch)
tree5fa4eb4a0f9ca784cf7575a39661a516ab4dc90a
parent34f87e521bef898ffb3687933cb169b173a35fad (diff)
downloadrtmux-656f2a264c12d2f5c3e3ebb4c905454299838634.tar.gz
rtmux-656f2a264c12d2f5c3e3ebb4c905454299838634.tar.bz2
rtmux-656f2a264c12d2f5c3e3ebb4c905454299838634.zip
Sync.
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index d5edf195..0391ee67 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,10 @@
- scrollback
- server doesn't handle SIGTERM anymore...
- sleep(1) to wait for server frankly sucks
-- two-way communication (rename) sucks. lose it and use a comamnd line option
+- two-way communication (rename) sucks. lose it and use a command line option
for everythin
+- toolbar, copy/paste
- cleanup/redesign IPC
+- some of the uses of buffers really sucks. buffer_reverse_add/remove,
+ and buffer_insert_range/delete_range are abominations. this should be
+ rethought