resetBackgroundColor static method

void resetBackgroundColor()

Implementation

static void resetBackgroundColor() {
  sgr(49);
  _currentBackgroundColor = null;
}