ANSI_COLOUR_RESET

The sequence used to reset all styling.

immutable
auto ANSI_COLOUR_RESET = ANSI_CSI ~ "0" ~ ANSI_COLOUR_END;

Meta