]> git.ipfire.org Git - thirdparty/plymouth.git/commit
Add display_prompt function
authorMateusz Piórkowski <mati7337@protonmail.ch>
Fri, 4 Mar 2022 18:15:23 +0000 (19:15 +0100)
committerMateusz Piórkowski <mati7337@protonmail.ch>
Fri, 25 Mar 2022 18:48:26 +0000 (19:48 +0100)
commit853ec9c29014d10403a9b944122c83e7d9e16c0f
treecc1ea17a2d837878c4b1141bdf4c92f35483e512
parent76c1bb6b2f227020b5cc54c8783f51eaf063fa7e
Add display_prompt function

Add display_prompt function which will be called for both passwords
and questions. This will make it possible to get a plaintext password
string.
SetDisplayPromptFunction will make it possible to set this callback
from a theme script.

Closes #150
src/libply-splash-core/ply-boot-splash-plugin.h
src/libply-splash-core/ply-boot-splash.c
src/libply-splash-core/ply-boot-splash.h
src/main.c
src/plugins/splash/script/plugin.c
src/plugins/splash/script/script-lib-plymouth.c
src/plugins/splash/script/script-lib-plymouth.h