setEncircled method

void setEncircled()

Implementation

void setEncircled() {
  attrs &= ~CellAttr.frameMask;
  attrs |= CellAttr.encircled;
}