[][src]Function simpleterm::draw::draw_message

pub fn draw_message(
    message: &[String],
    glyphs: &mut Glyphs,
    font_size: FontSize,
    fgc: Color,
    context: Context,
    graphics: &mut G2d
)

Draws text starting at the top of the terminal, using the terminal's current foreground color, font, and font size.