reset method

void reset()

Resets this cell to default empty state.

Implementation

void reset() {
  character = ' ';
  foregroundColor = null;
  backgroundColor = null;
}