TODO updates to reflect intention to MVC-ize this project

This commit is contained in:
David Lindes 2011-02-06 16:38:40 -08:00
parent 3c91a4a9f6
commit c57677c8b3
1 changed files with 5 additions and 3 deletions

8
TODO
View File

@ -1,8 +1,10 @@
Lots of stuff todo... here are a few big items:
- convert to using curses (or similar, perhaps)
- make the clock stamps cleaner when using large -i values
- write a man page
- convert to using an MVC-like structure of things, to make it much
easier in the future to create curses and/or other (OpenGL? ;)
front-ends.
- once that's done, right a curses (or similar) front-end
- make the clock stamps cleaner when using large -i values
Also, see http://www.daveltd.com/src/util/ttyload/ for other
stuff that may be on my list.