On Wed, Jan 13, 2010 at 15:08, Richard Quadling <rquadl...@googlemail.com> wrote: > 2010/1/13 Kalle Sommer Nielsen <ka...@php.net>: >> 2010/1/13 Richard Quadling <rquadl...@googlemail.com>: >>> I've no problem with the default for coloured output on Windows be set >>> to false. It is just a case of adding -c on to my command line, but >>> disabling it completely means I've lost a useful feature of the >>> logging system. >> >> Well feel free to set it to false by default, I just saw this as the >> quickest for now, but if you want to re-enable it feel free to >> >> -- >> regrads, >> >> Kalle Sommer Nielsen >> ka...@php.net >> > > I think the issue is that the default should be the same for both > windows and non-windows. > > Personally, if the default is false, then everyone wanting coloured > output needs to enable it. > > Anyone else?
If its possible to see if the terminal supports colors then enable it by default.. -Hannes