| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
We were passing a pointer to a function pointer instead
of just a function pointer.
|
| |
|
|
|
|
|
|
|
| |
This version works even in raw mode, by buffering key presses
passed from the window object, and replying to the client
after the user presses enter. There are a lot of layers of
function pointers getting passed around, so it may make
sense to introduce an opaque type for holding the password
and triggering the reply.
|
| |
|
|
| |
Drop set_output_buffer api and propagate boot output to splash plugins
|
| |
|
|
| |
functions
|
| |
|
|
|
|
|
| |
This requires keyboard handling to be changed, so that each
plugin can hook in their own keyboard hooks when switching
between them, and also handling escape completely above the boot
splash plugin level.
|
| |
|
|
|
|
| |
We want to pass escape to the layer that created the boot splash, so
that it can tear down the curren splash plugin and put up the
details view
|
| |
|
|
| |
(Only in text plugin so far)
|
|
|
create the start of a boot-splash api for managing the
splash screen. Setup main.c to use the api (no plugin
exists yet, though, so things are pretty hosed atm)
|