onCluster

abstract fun onCluster(column: Int, codepoints: IntArray, offset: Int, length: Int)

Called during copyLine() for a TerminalRenderCellFlags.CLUSTER cell.

Parameters

column

zero-based visual column of the cluster-leading cell.

codepoints

source code point buffer.

offset

first code point in codepoints.

length

number of code points in the cluster.