CellBuffer.setAllDirty

Mark all cells as either dirty or clean.

class CellBuffer
pure
void
setAllDirty
(
bool b
)

Parameters

b bool

mark all dirty if true, or clean if false

Meta