summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-29 00:02:22 -0400
committerRay Strode <rstrode@redhat.com>2008-05-29 00:02:22 -0400
commitdd3e2229d73f1f264cb07aab4765196307ac9e97 (patch)
tree18d039aeef54648af0b149d2152a8d437f4214e4 /TODO
parentd76fcfed45401305fbb728d5bdd708df4364b313 (diff)
downloadplymouth-dd3e2229d73f1f264cb07aab4765196307ac9e97.tar.gz
plymouth-dd3e2229d73f1f264cb07aab4765196307ac9e97.tar.xz
plymouth-dd3e2229d73f1f264cb07aab4765196307ac9e97.zip
Drop line editing plugin vtable functions. Use window directly.
There was a sort useless layer of indirection between the window object and splash plugins. It ended up with functions like: void on_backspace (ply_splash_plugin_t *plugin) { plugin->interface->on_backspace (plugin); } Since the individual plugins are aware of the window object anyway, they can register their own on_backspace et al handlers without going through the ply_splash_plugin_t layer.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 83cf03e..95ca738 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,6 @@
- Drop all the make ram disk and copy code. That was just to make bolting things on easier. We can integrate now.
- allow longer than 255 byte replies from server to client
- make server send immediate ACK for password request and then ANSWER later with a link back to original request in ANSWER
-- have plugins hook into line editing through window directly, instead of via vtable functions
- Add limited text support
- 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