reset property
AnsiPen
get
reset
Adds a reset style (SGR 0) to the pen.
Implementation
AnsiPen get reset {
styleStack.add(QuectoColors.reset);
return this;
}
Adds a reset style (SGR 0) to the pen.
AnsiPen get reset {
styleStack.add(QuectoColors.reset);
return this;
}