reset method

void reset()

Implementation

void reset() {
  foreground = 0;
  background = 0;
  underlineColor = 0;
  attrs = 0;
}