pub fn clear_row(row: usize, background: Color)
Clears one row of the VGA buffer, setting everything to the background color specified. It will panic on an illegal row.