google / cdep

CDep is a decentralized native package dependency manager with a focus on Android. Runs on Windows, Linux, and MacOS.
Apache License 2.0
98 stars 22 forks source link

cdep doesn't restore console colors after it finishes #8

Closed sivu closed 7 years ago

sivu commented 7 years ago

cdep outputs text in dark gray color. Original text color is not restored after exit and stays as dark gray. tested on OSX

jomof commented 7 years ago

I think I actually fixed that this morning. Could you try this? ./cdep --version Confirm your version is 0.8.6 or later, then do your repro steps. If you still see the problem let me know and I will investigate.

sivu commented 7 years ago

I'm running version 0.8.6 This happens with all the commands i've tried so far. Screenshot of the behaviour is available here https://www.dropbox.com/s/l42weh89qrwcjat/Screenshot%202017-05-16%2016.35.11.png?dl=0

jomof commented 7 years ago

Alright, thank you

jomof commented 7 years ago

This should be fixed now with 0.8.8+. $ ./cdep --version cdep 0.8.8 It was surprisingly tricky to fix. Let me know if you still have issues.