PyConsoleScreenBuffer.ScrollConsoleScreenBuffer

ScrollConsoleScreenBuffer(ScrollRectangle, ClipRectangle, DestinationOrigin, FillCharacter, FillAttribute)

Scrolls a region of the display

Parameters

ScrollRectangle : PySMALL_RECT

The region to be scrolled

ClipRectangle : PySMALL_RECT

Rectangle that limits display area affected, can be None

DestinationOrigin : PyCOORD

The position to which ScrollRectangle will be moved

FillCharacter : PyUNICODE

Character to fill in the area left blank by scrolling operation

FillAttribute : int

Text attributes to apply to FillCharacter