From: Ray Strode Date: Wed, 28 May 2008 22:33:07 +0000 (-0400) Subject: Update TODO X-Git-Tag: 0.1.0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49303d3d85b4fc7cc14c6017eff649b7716beabb;p=thirdparty%2Fplymouth.git 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. --- diff --git a/TODO b/TODO index 258b9b60..83cf03e1 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.