[][src]Function simpleterm::draw::draw_input_marker

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

Displays a marker before the input string at the bottom fo the terminal, using the terminal's current foreground color, font, and font size.