Skip to main content

draw_text_screen

Function draw_text_screen 

Source
pub fn draw_text_screen(
    f: &mut Frame<'_>,
    app: &AppState,
    lines: &[Line<'_>],
    prompt: &str,
)
Expand description

Draw a full-screen text display with a “press any key” prompt at the bottom. Used for status messages during long operations (scanning, backing up) and for displaying scan results.