SetScrollRegion
void SetScrollRegion(int32 top, int32 bottom);
fBuffer->SetScrollRegion(top, bottom);
SetScrollRegion(low - 1, high - 1);
console->SetScrollRegion(console->fScrollTop, height - 1);
void SetScrollRegion(int top, int bottom);