MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / clr_next_row

Method clr_next_row

src/graphics/vga/mod.rs:144–151  ·  view source on GitHub ↗

Clear the next row

(&mut self, x: usize, y: usize)

Source from the content-addressed store, hash-verified

142{
143 // Clear the next row
144 fn clr_next_row(&mut self, x: usize, y: usize)
145 {
146 let c = ScreenCharacter
147 {
148 ac: b' ',
149 cc: self.colorcode,
150 };
151 }
152
153
154 // Clear the screen

Callers 3

clr_screenMethod · 0.80
newlnMethod · 0.80
csi_dispatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected