This commit is contained in:
Nicholas Marriott 2007-09-20 18:27:23 +00:00
parent 34f87e521b
commit 656f2a264c

6
TODO
View File

@ -13,6 +13,10 @@
- scrollback - scrollback
- server doesn't handle SIGTERM anymore... - server doesn't handle SIGTERM anymore...
- sleep(1) to wait for server frankly sucks - 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 for everythin
- toolbar, copy/paste
- cleanup/redesign IPC - 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