onCluster

abstract fun onCluster(column: Int, text: String)

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

column is the visual column of the cluster-leading cell. text is the full Unicode grapheme cluster. The text is only guaranteed to be valid for the duration of the surrounding render frame callback unless an implementation documents a longer lifetime.

Parameters

column

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

text

full Unicode grapheme cluster text.