strikethrough property
AnsiPen
get
strikethrough
Adds strikethrough style (SGR 9).
Implementation
AnsiPen get strikethrough {
styleStack.add(QuectoColors.strikethrough);
return this;
}
Adds strikethrough style (SGR 9).
AnsiPen get strikethrough {
styleStack.add(QuectoColors.strikethrough);
return this;
}