setFramed method

void setFramed()

Implementation

void setFramed() {
  attrs &= ~CellAttr.frameMask;
  attrs |= CellAttr.framed;
}