setLeftRightMargins

abstract fun setLeftRightMargins(left: Int, right: Int)

DECSLRM left/right margins.

Left and right are parser-translated to zero-origin before handoff. A right value of -1 means the sequence omitted the right margin, so the core should use the terminal's current last column.

Parameters

left

The zero-based left column index.

right

The zero-based right column index, or -1 to use the right edge of the terminal.