eliben / pss

pss is a power-tool for searching inside source code files.
Other
327 stars 46 forks source link

Update bundled colorama, also exit with a return code when invoking directly #31

Closed KrilleGH closed 9 years ago

KrilleGH commented 9 years ago

The new colorama allows to use light colors and has some other fixes.

When invoked directly without installation the exit code was always 0.

eliben commented 9 years ago

Does your change actually use anything from the new colorama?

Also, this seems to be two separate issues changed in on PR. Please split it to two - each PR must have a single issue addressed, and have a single commit

Thanks