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

Handle ANSI escape sequences when performing column wrapping #2849

Merged
merged 13 commits into from
May 4, 2024

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    90f3660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cd4828 View commit details
    Browse the repository at this point in the history
  3. First pass

    jeremy-rifkin committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    096c742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d69651a View commit details
    Browse the repository at this point in the history
  5. Fix typo

    jeremy-rifkin committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    44165c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fixes for windows

    jeremy-rifkin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bfaec5f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Make msvc happy

    jeremy-rifkin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9ccf930 View commit details
    Browse the repository at this point in the history
  2. Clang-format

    jeremy-rifkin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3819226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dab5889 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Review comments

    jeremy-rifkin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7c586ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4883193 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    46cbfb2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Replace literal escape codes with \033 and add a test case for incomp…

    …lete ansi escape sequences
    jeremy-rifkin committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8f91452 View commit details
    Browse the repository at this point in the history