clear_row

Function clear_row 

Source
pub fn clear_row(row: usize, background: Color)
Expand description

Clears one row of the VGA buffer, setting everything to the background color specified. It will panic on an illegal row.