pub fn clear( num_spaces: usize, col: usize, row: usize, color: ColorCode, ) -> usize
Clears a certain number of spaces. Returns the next column to use after the call. It will panic on an illegal row.