]> git.cworth.org Git - apitrace/commit
retrace: Don't output color when stdout is not a tty (issue #143).
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 9 Jun 2013 08:27:13 +0000 (09:27 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 9 Jun 2013 08:27:51 +0000 (09:27 +0100)
commitf9929052a04832b3e5bf6c0daf21719a27057c16
tree8fe5ce2c00dd6bf3610378d12132057d6c9c08b2
parentddee48a95f1dbbc343496cb065af8c061963083e
retrace: Don't output color when stdout is not a tty (issue #143).

To prevent tools that consume its output having to deal with ANSI
escape codes.
cli/cli_dump.cpp
retrace/retrace.cpp
retrace/retrace.hpp
retrace/retrace_main.cpp