[][src]Function simpleterm::draw::draw_input

pub fn draw_input(
    win_size: Size,
    message: &str,
    glyphs: &mut Glyphs,
    font_size: FontSize,
    fgc: Color,
    context: Context,
    graphics: &mut G2d
)

Displays the current input string at the bottom of the terminal, using the terminal's current foreground color, font, and font size.