Skip to main content

draw

Function draw 

Source
pub fn draw(app: &App, frame: &mut Frame<'_>) -> Vec<PendingImage>
Expand description

Draw the entire UI. Returns pending images that must be flushed after terminal.draw() completes (image protocols bypass ratatui’s buffer).