bold property

AnsiPen get bold

Adds bold style (SGR 1).

Implementation

AnsiPen get bold {
  styleStack.add(QuectoColors.bold);
  return this;
}