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: xtermjs/xterm.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e05bf87
Choose a base ref
...
head repository: xtermjs/xterm.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aecfb57
Choose a head ref
  • 15 commits
  • 20 files changed
  • 2 contributors

Commits on Feb 14, 2020

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

Commits on Feb 19, 2020

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

Commits on Feb 21, 2020

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

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    3ef41f2 View commit details
    Browse the repository at this point in the history
  2. Combine into ternary

    Tyriar authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    ba0dc60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e61c34b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Merge pull request #2718 from kumaran-14/2498_alt_enter

    Support alt+enter key signal by default
    Tyriar authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    1913e95 View commit details
    Browse the repository at this point in the history
  2. Fix selection wrapping to end when not beyond viewport

    This was happening as the devicePixelRatio wasn't being taken into account,
    the fix was to rely on IRenderService to get the right canvas height.
    
    Fixes #2833
    Tyriar committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    714daba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2834 from Tyriar/2833

    Fix selection wrapping to end when not beyond viewport
    Tyriar authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    e2ac4b4 View commit details
    Browse the repository at this point in the history
  4. Add linkTooltipHoverDuration setting

    Fixes #2822
    Tyriar committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    3408a05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f070be8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55f9203 View commit details
    Browse the repository at this point in the history
  7. Rename onRender

    Tyriar committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    309bdf3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2837 from Tyriar/2836

    Only fire IRenderService.onRender when buffer changes occurred
    Tyriar authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    3b7b936 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2835 from Tyriar/2822

    Add linkTooltipHoverDuration setting
    Tyriar authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    aecfb57 View commit details
    Browse the repository at this point in the history
Loading