ScrollConsoleScreenBuffer(ScrollRectangle, ClipRectangle, DestinationOrigin, FillCharacter, FillAttribute)
Scrolls a region of the display
Parameters
ScrollRectangle : PySMALL_RECT
The region to be scrolledClipRectangle : PySMALL_RECT
Rectangle that limits display area affected, can be
NoneDestinationOrigin : PyCOORD
The position to which ScrollRectangle will be movedFillCharacter : PyUNICODE
Character to fill in the area left blank by scrolling
operationFillAttribute : int
Text attributes to apply to FillCharacter