setLeftRightMarginMode

abstract fun setLeftRightMarginMode(enabled: Boolean)

Enables or disables left/right margin mode (DECLRMM, CSI ? 69 h / CSI ? 69 l).

The mode flag is global, while the actual horizontal margins are stored per screen buffer. Enabling or disabling the mode homes the cursor.

Parameters

enabled

true to enable left/right margin mode, false to disable.