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

Teach PSReadline to not force the background color during render #1626

Merged
merged 2 commits into from
Jul 3, 2020
Merged

Teach PSReadline to not force the background color during render #1626

merged 2 commits into from
Jul 3, 2020

Commits on Jun 30, 2020

  1. Do not force the background color during render

    Upcoming versions of the Windows Console will be able to differentiate
    a color set by the Win32 API from a color set by VT. This code
    transforms a Win32 color into a VT color, and then uses that VT color
    during rendering. When an enlightened console host receives this VT, it
    may handle it differently (translate it differently, reverse it
    differently, store it differently).
    
    Fixes #830.
    DHowett committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    1577e51 View commit details
    Browse the repository at this point in the history
  2. Instead, use 39;49

    We'll also teach the various console implementations how to
    handle it.
    DHowett committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    9280b39 View commit details
    Browse the repository at this point in the history