empty method

void empty()

Sets this cell to a space with width 1.

Implementation

void empty() {
  content = ' ';
  width = 1;
}