TerminalRenderCache

constructor(columns: Int, rows: Int, rowCapacityReserve: Int)

Parameters

columns

initial cache width in cells.

rows

initial cache height in rows.

rowCapacityReserve

spare rows retained whenever primitive storage is allocated; must be non-negative.


constructor(columns: Int, rows: Int)

Creates a cache whose primitive planes exactly fit its initial shape.

Parameters

columns

initial cache width in cells.

rows

initial cache height in rows.