summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-28 18:33:07 -0400
committerRay Strode <rstrode@redhat.com>2008-05-28 18:33:07 -0400
commit49303d3d85b4fc7cc14c6017eff649b7716beabb (patch)
tree53410cf59d855261966ad1000105d1fa6a878960 /TODO
parent038939692aca351a4aca7aed71b312c27b3f70f5 (diff)
downloadplymouth-49303d3d85b4fc7cc14c6017eff649b7716beabb.tar.gz
plymouth-49303d3d85b4fc7cc14c6017eff649b7716beabb.tar.xz
plymouth-49303d3d85b4fc7cc14c6017eff649b7716beabb.zip
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
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.