Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 41 of file conoutput.c.
Referenced by ConioNextLine(), and CsrInitConsoleScreenBuffer().
{ PBYTE Ptr = ConioCoordToPointer(Buff, 0, Buff->CurrentY); UINT Pos; for (Pos = 0; Pos < Buff->MaxX; Pos++) { /* Fill the cell */ *Ptr++ = ' '; *Ptr++ = Buff->DefaultAttrib; } }