summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-24 11:21:20 -0400
committerRay Strode <rstrode@redhat.com>2008-06-24 11:21:20 -0400
commit645f474d65dbe8f0d755fea5a144e637f9485a93 (patch)
tree50517fe2b61e9763147b61fab804e0226610dcd8 /TODO
parentf0d9ecf425a4b970fd8c867441305f2063297c7c (diff)
downloadplymouth-645f474d65dbe8f0d755fea5a144e637f9485a93.tar.gz
plymouth-645f474d65dbe8f0d755fea5a144e637f9485a93.tar.xz
plymouth-645f474d65dbe8f0d755fea5a144e637f9485a93.zip
Make details plugin go back to default plugin if escape is pressed again
This fixes the TODO item: - consider making details plugin go back to pretty plugin if user presses escape
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index f56ea9d..6570dc7 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@
- 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
- More on the last point, we need to have an escape hatch for fsck etc
-- 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.
- rotate boot.log per boot cycle (might be easiest to just fork/exec out to logrotate directly)
- fix error handling. In particular, ply_open_module gets it completely wrong (replies on errno instead of dlerror())