[][src]Function simpleterm::draw::draw_foreground

pub fn draw_foreground(
    win_size: Size,
    bgc: Color,
    lines: bool,
    context: Context,
    graphics: &mut G2d
)

Displays scanlines over the terminal text and a border around the terminal box, using the terminal's current size and background color.