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

Fix colored terminal output on Windows #5342

Merged
merged 2 commits into from
Feb 20, 2019
Merged

Fix colored terminal output on Windows #5342

merged 2 commits into from
Feb 20, 2019

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    638be7b View commit details
    Browse the repository at this point in the history
  2. ui: Support colored output on Windows

    This commit uses the go-colorable library to enable support for coloured
    UI output on Windows. This acts as a compatibility layer that takes
    standard unix-y terminal codes and translates them into the requisite
    windows calls as required.
    endocrimes committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    ed9818a View commit details
    Browse the repository at this point in the history