Update TODO

Add:
- add expose handler for plugins to draw from.
  We need to reset some state every frame of the animation,
  so better to hide that.
This commit is contained in:
Ray Strode 2008-05-28 18:33:07 -04:00
parent 038939692a
commit 49303d3d85

1
TODO
View file

@ -8,3 +8,4 @@
- Make --ask-for-password take a prompt message
- consider making details plugin have stdin hooked up to the pty instead of tty so input works
- consider making details plugin go back to pretty plugin if user presses escape
- add expose handler for plugins to draw from. We need to reset some state every frame of the animation, so better to hide that.