of the first 8 palette colors, in addition to making them bold (legacy behavior) or if SGR 1 only enables bold and leaves the color intact.
Terminal.boldIsBright
bool boldIsBright() @property nothrowGet boldIsBright property.
Returns
Whether the SGR 1 attribute also switches to the bright counterpart
void boldIsBright(bool propval) @property nothrowSet boldIsBright property.
Parameters
propval | Whether the SGR 1 attribute also switches to the bright counterpart of the first 8 palette colors, in addition to making them bold (legacy behavior) or if SGR 1 only enables bold and leaves the color intact. |