dmd.console
    Control the various text mode attributes, such as color, when writing text
 to the console.
  
License
Source: console.d
Documentation: https://dlang.org/phobos/dmd_console.html
- 
  Declarationnothrow booldetectTerminal();Tries to detect whether DMD has been invoked from a terminal. Return Valuetrueif a terminal has been detected,falseotherwise
- 
  Declarationnothrow ConsolecreateConsole(FILE*fp);Creates an instance of Console connected to stream fp.ParametersFILE*fpio stream Return Valuereference to created Console