isCluster

open fun isCluster(col: Int): Boolean

Returns true if the cell at col holds a multi-codepoint grapheme cluster requiring a call to readCluster for full rendering.

Defaults to false so that io.github.ketraterm.core.model.VoidLine and simple stub implementations need not override it.

Return

true if the cell holds a grapheme cluster, false otherwise.

Parameters

col

Column index (0-based).