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: jline/jline3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.3
Choose a base ref
...
head repository: jline/jline3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 11, 2026

  1. fix: Disable grapheme cluster probe on Windows PosixSysTerminal

    The previous fix (#1695) only blocked the DECRQM probe when using
    ExecPty and the output stream was not detected as a system stream.
    This was insufficient because the isSystemStream() check is unreliable
    on Windows MSYSTEM environments — it can return true for streams that
    are being captured by a parent process.
    
    Simplify the guard to disable the probe entirely on Windows
    PosixSysTerminal. On Windows, PosixSysTerminal only exists for
    Cygwin/MSYSTEM environments where the slave output goes to a raw
    FileDescriptor, making the probe inherently risky.
    gnodet committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    75cfb61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1696 from jline/fix/grapheme-probe-windows-2

    fix: Disable grapheme cluster probe on Windows PosixSysTerminal
    gnodet authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    2b64601 View commit details
    Browse the repository at this point in the history
Loading