mapColours

Maps mIRC effect colour tokens to terminal ones.

Merely calls mapColoursImpl with No.strip.

version(Colours)
@safe pure nothrow
mapColours

Parameters

line string

String line with IRC colours to translate.

fgFallback TerminalForeground

Foreground code to reset to after colour-default tokens.

bgFallback TerminalBackground

Background code to reset to after colour-default tokens.

Return Value

Type: auto

The passed line, now with terminal colouring.