_ClearLines
_ClearLines(top, bottom);
_ClearLines(top, bottom);
_ClearLines(top, bottom);
_ClearLines(0, fHeight - 1);
_ClearLines(0, fCursor.y - 1);
_ClearLines(fCursor.y + 1, fHeight - 1);
void _ClearLines(int32 first, int32 last);