insertColumns

abstract fun insertColumns(count: Int)

Inserts DECIC blank columns at the cursor column across the active vertical scroll region.

The operation shifts only through the current right margin, does nothing when the cursor is outside either scrolling margin, and leaves the cursor position unchanged.

Parameters

count

Number of columns to insert. Non-positive values are ignored.