Function clearScreen [src]
Clears the output device(s) display to the currently selected background color.
Prototype
pub fn clearScreen(self: *const SimpleTextOutput) Status
Parameters
self: *const SimpleTextOutput
Source
pub fn clearScreen(self: *const SimpleTextOutput) Status {
return self._clear_screen(self);
}