mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
9 lines
539 B
Text
9 lines
539 B
Text
Colorama makes ANSI escape character sequences (for producing colored terminal
|
|
text and cursor positioning) work under MS Windows.
|
|
|
|
ANSI escape character sequences have long been used to produce colored terminal
|
|
text and cursor positioning on Unix and Macs. Colorama makes this work on
|
|
Windows, too, by wrapping stdout, stripping ANSI sequences it finds (which would
|
|
appear as gobbledygook in the output), and converting them into the appropriate
|
|
win32 calls to modify the state of the terminal. On other platforms, Colorama
|
|
does nothing.
|