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

Update xterm.js #162855

Merged
merged 2 commits into from
Oct 6, 2022
Merged

Update xterm.js #162855

merged 2 commits into from
Oct 6, 2022

Commits on Oct 6, 2022

  1. Update xterm.js

    - Bump copyright year xtermjs/xterm.js#4176
    - Share texture atlas cache code between webgl and canvas renderers xtermjs/xterm.js#4170
    - Add willReadFrequently to canvas renderer too xtermjs/xterm.js#4169
    - Ensure texture atlas comparison uses rgba not object xtermjs/xterm.js#4168
    - Create new event with emitter object to simplify code xtermjs/xterm.js#4166
    - Define all events and emitters consistently xtermjs/xterm.js#4165
    - Inline dirty row service into input handler xtermjs/xterm.js#4163
    - Move w objects to $ prefix variables xtermjs/xterm.js#4162
    
    Fixes #158984
    Fixes #158874
    Tyriar committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d3e41d2 View commit details
    Browse the repository at this point in the history
  2. Update xterm again

    This includes a revert to event refactor which will fix vscode's
    internal access. It was going to be reverted anyway.
    Tyriar committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ae49262 View commit details
    Browse the repository at this point in the history