Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init doesn't work on Cygwin #1

Closed
wiggin15 opened this issue Apr 22, 2014 · 2 comments
Closed

init doesn't work on Cygwin #1

wiggin15 opened this issue Apr 22, 2014 · 2 comments

Comments

@wiggin15
Copy link
Collaborator

Hi,
Should the bugs from Google Code be re-reported?
We're still waiting for a fix to issue #16:
https://code.google.com/p/colorama/issues/detail?id=16

When calling 'init' under Cygwin, colorama stops working (it works if we don't call it). Our current work around is:

if 'TERM' not in environ:  # this is how we recognize real Windows (init should only be called there)
        init()
@tartley
Copy link
Owner

tartley commented Apr 22, 2014

Nope, I'm considering the issues list on code.google.com as still 'active'.

I'll work on fixing a flurry of them soon, then migrate any leftovers over to github.

I installed Cygwin the other night (in parallel with fixing something else), and will look at this bug some night soon.

@cpitclaudel
Copy link

I can reproduce this bug on Cygwin; forcing conversion works; otherwise, raw color codes are displayed.

MinchinWeb pushed a commit to MinchinWeb/colorama that referenced this issue Jun 11, 2017
wiggin15 pushed a commit that referenced this issue Oct 9, 2018
[ImgBot] optimize images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants