Function termimad::fill_bg[][src]

pub fn fill_bg<W>(w: &mut W, len: usize, bg: Color) -> Result<(), Error> where
    W: Write