CellBuffer.dirty

Is a cell dirty? Dirty means that the cell has some content or style change that has not been written to the terminal yet. Writes of identical content to what was last displayed do not cause a cell to become dirty -- only *different* content does.

class CellBuffer
pure const
bool
dirty

Parameters

pos Coord

coordinates of cell to check

Meta