unsetFaint method

void unsetFaint()

Implementation

void unsetFaint() {
  attrs &= ~CellAttr.faint;
}