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

Windows support #77

Merged
merged 2 commits into from
Mar 10, 2019
Merged

Windows support #77

merged 2 commits into from
Mar 10, 2019

Commits on Feb 5, 2019

  1. Add Windows support

    Bassetts authored and mystal committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    265ed66 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Support colors on Windows using ansi_term

    We try to enable ANSI color support on Windows using the new APIs.
    If that succeeds, we print colors as usual. If it fails, we disable
    styles completely.
    mystal committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    495c3e9 View commit details
    Browse the repository at this point in the history