Update xterm to v4 (#3830)
* update xterm to 4 * add back webGL addon * remove ligatures xterm addon, unused atm and does not work with webGL renderer * update node-pty * more work on trying to get xterm4 to work * update xterm to 4.0.2 * move where xterm addon props are assigned * more updates * only load webgl addon if webgl is enabled * fix search function * remove rendererType setting, the xterm addon does this for us * use xcode 10.3 on circleci * fix typo * revert node-pty bump for now * use stable versions of the xterm plugins * fix focus listener * add windowsMode prop * move webGL check * apply tweaks by @GitSquared * fix resizing issue * Revert "fix resizing issue" This reverts commit fce3780b038d69378f63bdfbfa613f20130fad34. * apply review suggestions * change so all addons have separate instances for each terminal * update yarn-standalone to 1.19 * fix resize problem of split view by @ivanwonder * apply review feedback * fix lint * add name and version to package.json * address review feedback * more review feedback
This commit is contained in:
parent
19644f3fa2
commit
2cc4c9e1ef
6 changed files with 78136 additions and 67182 deletions
27
yarn.lock
27
yarn.lock
|
|
@ -8971,9 +8971,30 @@ xtend@~2.1.1:
|
|||
dependencies:
|
||||
object-keys "~0.4.0"
|
||||
|
||||
"xterm@https://registry.npmjs.org/@zeit/xterm/-/xterm-3.12.0-1.tgz":
|
||||
version "3.12.0-1"
|
||||
resolved "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.12.0-1.tgz#df7bb98fe53d621c0bfd559d0ae87be401c8f246"
|
||||
xterm-addon-fit@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.2.1.tgz#353f43921eb78e3f9ad3f3afbb14e7ac183ca738"
|
||||
integrity sha512-BlR57O3t1/bmVcnS81bn9ZnNf+GiGNbeXdNUKSBa9tKEwNUMcU3S+KFLIRv7rm1Ty0D5pMOu0vbz/RDorKRwKQ==
|
||||
|
||||
xterm-addon-search@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.2.1.tgz#f2c02fa92198d5115bde5cc518bff9d7998f2b9c"
|
||||
integrity sha512-zT2TD0szNIgYYMJuCXMyjY2oF5YzhJ4QqKDO/KyPCm+d67x/7DvPxcg4DWkrPHhBc14jvo0iaTqpdPnSAUvhgg==
|
||||
|
||||
xterm-addon-web-links@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.2.1.tgz#6d1f2ce613e09870badf17615e7a1170a31542b2"
|
||||
integrity sha512-2KnHtiq0IG7hfwv3jw2/jQeH1RBk2d5CH4zvgwQe00rLofSJqSfgnJ7gwowxxpGHrpbPr6Lv4AmH/joaNw2+HQ==
|
||||
|
||||
xterm-addon-webgl@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.2.1.tgz#86452460601dc29b7d907dbcd0b8a058bcbc6bcf"
|
||||
integrity sha512-MZyh/KGbOBEEOqGpgilHuKHSj0OCXiZsBedTtLesHNerc79710shUHnfBlk31ggYU9G/WJ91qoNNux3ek5QBPA==
|
||||
|
||||
xterm@~4.0.2:
|
||||
version "4.0.2"
|
||||
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.0.2.tgz#c6a1b9586c0786627625e2ee9e78ad519dbc8c99"
|
||||
integrity sha512-NIr11b6C782TZznU8e6K/IMfmwlWMWRI6ba9GEDG9uX25SadkpjoMnzvxOS0Z/15sfrbn0rghPiarGDmmP0uhQ==
|
||||
|
||||
y18n@^3.2.1:
|
||||
version "3.2.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue