clear

Function clear 

Source
pub fn clear(
    num_spaces: usize,
    col: usize,
    row: usize,
    color: ColorCode,
) -> usize
Expand description

Clears a certain number of spaces. Returns the next column to use after the call. It will panic on an illegal row.