Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/go-ansiterm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 306776e
Choose a base ref
...
head repository: Azure/go-ansiterm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: faa5f7b
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 2, 2022

  1. Annotate test helpers

    Signed-off-by: Cory Snider <csnider@mirantis.com>
    corhere committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3f4f798 View commit details
    Browse the repository at this point in the history
  2. Fix OSC string terminator parsing

    The OSC-string state handler was incorrectly transitioning to the ground
    state on any 0x5C byte. 0x5C is the backslash character `\`, which is a
    printable character and valid to include inside of an OSC string. Fix
    the parser so that no printable characters are interpreted as OSC
    terminators.
    
    Fixes #34
    
    Signed-off-by: Cory Snider <csnider@mirantis.com>
    corhere committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c06866b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Merge pull request #35 from corhere/fix-osc-endstring

    Fix OSC string terminator parsing
    jstarks authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    faa5f7b View commit details
    Browse the repository at this point in the history
Loading