'normal' shell with curses
Miki
miki.tebeka at gmail.com
Mon Mar 3 23:14:59 EST 2008
Hello Michael,
> I'm trying to print out text in color. As far as I know, curses is the
> only way to do that (or not?).
On unix, every XTerm compatible terminal will be able to display color
using escape sequence.
(Like the one you see in the output of 'grep --color')
See the shameless plug in http://pythonwise.blogspot.com/2008/03/ansiprint.html
HTH,
--
Miki <miki.tebeka at gmail.com>
http://pythonwise.blogspot.com
More information about the Python-list
mailing list