suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Stderror output colorize #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow to specify color for std error stream output, and toggle that
colorizing at runtime.

I'm aware that there are plenty of workarounds to get that in bash, but it
would be nice to have such a feature out of the box.

Original issue reported on code.google.com by dominik....@gmail.com on 17 Oct 2009 at 6:25

GoogleCodeExporter commented 9 years ago
Not possible, because terminals don't know what file descriptor output was 
written
to, they only see one stream of characters coming in. So yes, this has to be
implemented at the shell level.

Original comment by andy.koppe on 17 Oct 2009 at 6:34