createAnsiCommandString

Creates an ANSI command string using the given active components.

@safe pure
string
createAnsiCommandString

Parameters

components AnsiComponents

An AnsiComponents that has been populated with flags, ideally from populateActiveAnsiComponents.

Return Value

Type: string

All of the component strings inside of components, formatted as a valid ANSI command string.

Meta