diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-20 18:27:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-20 18:27:23 +0000 |
commit | 656f2a264c12d2f5c3e3ebb4c905454299838634 (patch) | |
tree | 5fa4eb4a0f9ca784cf7575a39661a516ab4dc90a | |
parent | 34f87e521bef898ffb3687933cb169b173a35fad (diff) | |
download | rtmux-656f2a264c12d2f5c3e3ebb4c905454299838634.tar.gz rtmux-656f2a264c12d2f5c3e3ebb4c905454299838634.tar.bz2 rtmux-656f2a264c12d2f5c3e3ebb4c905454299838634.zip |
Sync.
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |