From 49303d3d85b4fc7cc14c6017eff649b7716beabb Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 28 May 2008 18:33:07 -0400 Subject: 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. --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 258b9b6..83cf03e 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit