fbcon_redraw_clear
Name
fbcon_redraw_clear -- clear area of the screen
Synopsis
void fbcon_redraw_clear
(struct vc_data * conp, struct display * p, int sy, int sx, int height, int width);
Arguments
- conp
stucture pointing to current active virtual console
- p
display structure
- sy
starting Y coordinate
- sx
starting X coordinate
- height
height of area to clear
- width
width of area to clear
Description
Clears a specified area of the screen. All dimensions are in
pixels.