Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Diff: xtermjs/xterm.js@96eafd3...c55e938

Changes:

- WebGL PR merged
- wordSeparator option
- Layering refactors
- Benchmark merged in
- declarationMap
- tslint clean
- Lower z-indexes (already fixed in vscode)
- Guard against floats in API
- Reset isWrapped on windows
- Centered scroll
- Fix selecting half of double width chars

Fixes #50623
Fixes #76526
  • Loading branch information
Tyriar committed Jul 3, 2019
1 parent d1c16cf commit ada8fd3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"vscode-ripgrep": "^1.3.1",
"vscode-sqlite3": "4.0.8",
"vscode-textmate": "^4.1.1",
"xterm": "3.15.0-beta50",
"xterm": "3.15.0-beta66",
"xterm-addon-search": "0.1.0-beta6",
"xterm-addon-web-links": "0.1.0-beta10",
"yauzl": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vscode-proxy-agent": "0.4.0",
"vscode-ripgrep": "^1.3.1",
"vscode-textmate": "^4.1.1",
"xterm": "3.15.0-beta50",
"xterm": "3.15.0-beta66",
"xterm-addon-search": "0.1.0-beta6",
"xterm-addon-web-links": "0.1.0-beta10",
"yauzl": "^2.9.2",
Expand Down
8 changes: 4 additions & 4 deletions remote/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1554,10 +1554,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.1.0-beta10.tgz#610fa9773a2a5ccd41c1c83ba0e2dd2c9eb66a23"
integrity sha512-xfpjy0V6bB4BR44qIgZQPoCMVakxb65gMscPkHpO//QxvUxKzabV3dxOsIbeZRFkUGsWTFlvz2OoaBLoNtv5gg==

[email protected]beta50:
version "3.15.0-beta50"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.15.0-beta50.tgz#6413057fe36ff5808a41eba337f83076144d5c10"
integrity sha512-LAJ8kP3U8oXnVR3uaL4NxNFKcFDt3Zoec53hgYppwW8P5LdmL/dc0eDpgqiEsPLx4GgD37d8J92EcoMzKs2vVw==
[email protected]beta66:
version "3.15.0-beta66"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.15.0-beta66.tgz#b3aa25f0d86f02820f7b2ab2bcab14b02e6aed61"
integrity sha512-2DiQI2S6qvBhul9CkGIV6Zd2QTpMqsVB32qf3P6cbDeJBRztHkqpeCWg3hnsP7EBCiUSWlbqs0/fKP6JaSP7aQ==

yauzl@^2.9.2:
version "2.10.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9822,10 +9822,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.1.0-beta10.tgz#610fa9773a2a5ccd41c1c83ba0e2dd2c9eb66a23"
integrity sha512-xfpjy0V6bB4BR44qIgZQPoCMVakxb65gMscPkHpO//QxvUxKzabV3dxOsIbeZRFkUGsWTFlvz2OoaBLoNtv5gg==

[email protected]beta50:
version "3.15.0-beta50"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.15.0-beta50.tgz#6413057fe36ff5808a41eba337f83076144d5c10"
integrity sha512-LAJ8kP3U8oXnVR3uaL4NxNFKcFDt3Zoec53hgYppwW8P5LdmL/dc0eDpgqiEsPLx4GgD37d8J92EcoMzKs2vVw==
[email protected]beta66:
version "3.15.0-beta66"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.15.0-beta66.tgz#b3aa25f0d86f02820f7b2ab2bcab14b02e6aed61"
integrity sha512-2DiQI2S6qvBhul9CkGIV6Zd2QTpMqsVB32qf3P6cbDeJBRztHkqpeCWg3hnsP7EBCiUSWlbqs0/fKP6JaSP7aQ==

y18n@^3.2.1:
version "3.2.1"
Expand Down

0 comments on commit ada8fd3

Please sign in to comment.