.TH "fbcon_redraw_clear" 9 "fbcon_redraw_clear" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME fbcon_redraw_clear \- clear area of the screen .SH SYNOPSIS .B "void" fbcon_redraw_clear .BI "(struct vc_data *" conp "," .BI "struct display *" p "," .BI "int " sy "," .BI "int " sx "," .BI "int " height "," .BI "int " width ");" .SH ARGUMENTS .IP "conp" 12 stucture pointing to current active virtual console .IP "p" 12 display structure .IP "sy" 12 starting Y coordinate .IP "sx" 12 starting X coordinate .IP "height" 12 height of area to clear .IP "width" 12 width of area to clear .SH "DESCRIPTION" Clears a specified area of the screen. All dimensions are in pixels.