This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mixmastamyk
Recipients mixmastamyk, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-12-28.19:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609183832.65.0.489234008041.issue42771@roundup.psfhosted.org>
In-reply-to
Content
I found an implementation of this for Windows in case it is needed.  Not sure if it is the best way to do it, as the Console API is rather clumsy.  However this one works to my knowledge:

https://github.com/tartley/colorama/blob/master/colorama/winterm.py#L111
History
Date User Action Args
2020-12-28 19:30:32mixmastamyksetrecipients: + mixmastamyk, paul.moore, tim.golden, zach.ware, steve.dower
2020-12-28 19:30:32mixmastamyksetmessageid: <1609183832.65.0.489234008041.issue42771@roundup.psfhosted.org>
2020-12-28 19:30:32mixmastamyklinkissue42771 messages
2020-12-28 19:30:32mixmastamykcreate