insertLines

abstract fun insertLines(count: Int)

Inserts count blank lines at the cursor row within the active scroll region (IL, CSI n L).

Lines shifted past the bottom margin are discarded. Ignored when the cursor is outside the active scroll region.

Parameters

count

Number of blank lines to insert. Non-positive values are ignored.