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

Refactor VT control sequence identification #7304

Merged
12 commits merged into from
Aug 18, 2020

Commits on Aug 13, 2020

  1. Split the Escape Sequence action codes from the Control Sequence code…

    …s and reorder alphabetically.
    j4james committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    c60de41 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Add VTID type to represent the intermediate/final identification char…

    …acters of an escape sequence.
    j4james committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    6a97e81 View commit details
    Browse the repository at this point in the history
  2. Use the VTID type in place of a wchar_t pair to represent the VT char…

    …acter sets identifiers.
    j4james committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    31e83dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97250a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b06e2b4 View commit details
    Browse the repository at this point in the history
  5. Use a VTID instead of separate intermediate and final parameters in t…

    …he escape dispatchers.
    j4james committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    fcfb41f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f96249c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a296252 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8485002 View commit details
    Browse the repository at this point in the history
  9. Appease the spelling bot.

    j4james committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    c885d44 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    56c1635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dd0c55 View commit details
    Browse the repository at this point in the history