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

ANSI 256-color and 24-bit color support #455

Merged
merged 8 commits into from
Mar 16, 2017
Merged

ANSI 256-color and 24-bit color support #455

merged 8 commits into from
Mar 16, 2017

Commits on Mar 4, 2017

  1. Add basic ANSI 256-color and 24-bit color support

    24-bit support depends on System.Drawing for parsing HTML color strings.
    dahlbyk committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    45a32b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303fbd0 View commit details
    Browse the repository at this point in the history
  3. Use DefaultForegroundColor for prompt text

    The setting exists for legacy reasons: 02956e1.
    It was removed in #202 and restored in #209 to avoid a breaking change.
    
    Since we still have it, I suppose we might as well support using it to
    control the prompt text color.
    dahlbyk committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    c3b4327 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6b7d34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd71667 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dac822 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Configuration menu
    Copy the full SHA
    99f130d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72572fc View commit details
    Browse the repository at this point in the history