deleteCharacters

abstract fun deleteCharacters(count: Int)

Deletes count characters at the cursor column, shifting the remainder of the line left and filling the vacated right cells with blanks using the active pen attribute (DCH, CSI n P). Cursor position is not changed.

Parameters

count

Number of characters to delete. Non-positive values are ignored.