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

Fixed ^A/^B and added support for Windows ConPty. #2209

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2021

  1. Made \001/\002 escape sequences optional through configuration `P…

    …ry.config.escape_headers`.
    SilverPhoenix99 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    b58c7bd View commit details
    Browse the repository at this point in the history
  2. Updated Windows Ansi escape codes detection, through ConPty.

    Fixed unit tests to also work on Windows.
    SilverPhoenix99 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    7c08e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a3dd3 View commit details
    Browse the repository at this point in the history
  4. Fixes for ruby 1.9.

    SilverPhoenix99 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    7b7612c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74d81f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68e3392 View commit details
    Browse the repository at this point in the history
  7. Tidying up.

    SilverPhoenix99 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f51f121 View commit details
    Browse the repository at this point in the history
  8. Filled changelog.

    SilverPhoenix99 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f588097 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3e2d1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6dc1f09 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Simplified colored text output.

    Fixed escape codes for Windows, when Ansi is available.
    SilverPhoenix99 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c753637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7369fc View commit details
    Browse the repository at this point in the history
  3. Unit test fix.

    SilverPhoenix99 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3c10018 View commit details
    Browse the repository at this point in the history
  4. Unit test fix.

    SilverPhoenix99 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3637d4e View commit details
    Browse the repository at this point in the history