Skip to main content

Module prompt

Module prompt 

Source
Expand description

Ratatui modals: y/N confirm, free-text, and masked secret input.

Structs§

SecretInput
Masked secret modal (sudo password). Same keys as TextInput; display is *.
TextInput
Free-text modal (non-secret). Global shortcuts must not fire while open.

Enums§

ConfirmResult
Outcome of a confirm modal key.
TextInputResult
Result of handling a key in TextInput / SecretInput.

Functions§

centered_fixed 🔒
confirm_key
Handle y/N / Enter / Esc for a confirm overlay.
draw_confirm
Draw a compact centered confirm dialog (opaque so the panel behind cannot bleed).
draw_rebooting
Draw opaque “Rebooting…” wait dialog (SSH runs on a background thread).
draw_secret_input
Draw a centered masked secret dialog (opaque).
draw_text_input
Draw a centered text-input dialog (opaque).
edit_buffer 🔒
modal_block 🔒