strikethrough property

AnsiPen get strikethrough

Adds strikethrough style (SGR 9).

Implementation

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