2da3f1a9f1
Also fix WWW. PR: 245119 Approved by: ygy (maintainer timeout; 14 days)
10 lines
496 B
Text
10 lines
496 B
Text
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. It also provides some shortcuts to help generate ANSI sequences,
|
|
and works fine in conjunction with any other ANSI sequence generation library,
|
|
such as Termcolor.
|
|
|
|
WWW: https://github.com/tartley/colorama
|