resetBoldAndDim property

String resetBoldAndDim
final

Clears bold and dim together — ANSI gives them one reset, not two.

Implementation

final String resetBoldAndDim = RESET_BOLD_AND_DIM;