dim property

AnsiPen get dim

Implementation

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