unsetBlink method

void unsetBlink()

Implementation

void unsetBlink() {
  attrs &= ~CellAttr.blink;
}