underlineColour method
Paints the underline, leaving the text its own colour.
Draws nothing on its own — chain underline (or one of the other underline shapes) as well, in either order.
Implementation
String underlineColour(AsciiInk colour) => _wrap(colour.underline);