applyTerminalOverrides

Potentially sets CoreSettings.flush and/or CoreSettings.colours if the terminal seems to not truly be a terminal (such as a pager, or a non-whitelisted IDE terminal emulator).

@safe @system
void
applyTerminalOverrides
(
ref bool flush
,
ref bool colours
)

Parameters

flush bool

Reference to flush setting bool.

colours bool

Reference to colours settings bool.