I running Avrora simulation for tinyOS application using cygwin. But the colors are appearing as the underlying ANSI codes (for example: ←[0;34;1m).
I experience the problem on Windows7 32-bit. I can see colors if I do something like ls --color.
|
I running Avrora simulation for tinyOS application using cygwin. But the colors are appearing as the underlying ANSI codes (for example: I experience the problem on Windows7 32-bit. I can see colors if I do something like | ||||
|
feedback
|
|
Presumably Avrora is not a Cygwin program, and you're using the default Cygwin console. Cygwin does support ANSI colour codes in the console, as you saw with You should be able to get this working, however, by using one of the alternative Cygwin terminals such as mintty or xterm. | |||
|
feedback
|