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