copyFrom

fun copyFrom(other: Cell)

Copies the character and style data from another cell into this one. Useful for shifting operations without allocating new objects.

Parameters

other

The cell to copy data from.