Status: Accepted
Owner: ----
Labels: Type-Enhancement Target-2.5.6 Priority-High
New issue 753 by pekka.klarck: Support colors on Windows console
http://code.google.com/p/robotframework/issues/detail?id=753
Currently colors are used only on non-Windows machines. They are assumed to
support ANSI colors which Windows does not support (at least by default).
It seems that we could add support for colors on Windows using Windows
API:s via ctypes. See following blog post and example for some more
information and examples:
http://plumberjack.blogspot.com/2010/12/colorizing-logging-output-in-terminals.html
http://www.python-forum.org/pythonforum/viewtopic.php?f=15&t=9551&p=44758
Adding colors seem so easy that it should, IMHO, be done in the next
release be it 2.5.6 or 2.6.