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

use console api instead of ansi codes on windows #6203

Merged
merged 10 commits into from
Feb 28, 2019
Merged

use console api instead of ansi codes on windows #6203

merged 10 commits into from
Feb 28, 2019

Commits on Feb 23, 2019

  1. use console api instead of ansi codes on windows

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    df0bc2f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. run rustfmt

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    1fe19f7 View commit details
    Browse the repository at this point in the history
  2. run rustfmt with feeling

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    7c0c6ec View commit details
    Browse the repository at this point in the history
  3. fix some test uses

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    0a87d9d View commit details
    Browse the repository at this point in the history
  4. fix more test uses

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    cf06344 View commit details
    Browse the repository at this point in the history
  5. fix typo in comment

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    2e312b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. leverage WriteColor trait instead of ColorPrinter

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    f9123b3 View commit details
    Browse the repository at this point in the history
  2. use ColorSpec for print

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    4b9ea17 View commit details
    Browse the repository at this point in the history
  3. add println

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    10411d8 View commit details
    Browse the repository at this point in the history
  4. remove BadWeight and use write_all

    Signed-off-by: mwrock <matt@mattwrock.com>
    mwrock committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    25e4ee2 View commit details
    Browse the repository at this point in the history