'Declaration
Property GraphicsScrolling As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.GraphicsScrolling = value value = instance.GraphicsScrolling
bool GraphicsScrolling {get; set;}
'Declaration
Property GraphicsScrolling As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.GraphicsScrolling = value value = instance.GraphicsScrolling
bool GraphicsScrolling {get; set;}
A graphics new line character is sent immediately after the sixel dump, and the text cursor is set at the same position as the sixel cursor when you exit sixel mode.
When this property is set to false, the sixel image begins at the top left of the display. When the image reaches the bottom margin, the display does not scroll, and additional sixel commands are ignored. Upon exiting sixel mode, the text cursor is set at the same position as when sixel mode was entered.