-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|