Skip to content

Commit

Permalink
Update xterm to v4 (#3830)
Browse files Browse the repository at this point in the history
* 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 fce3780.

* 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
  • Loading branch information
Stanzilla authored Oct 6, 2019
1 parent 19644f3 commit 2cc4c9e
Show file tree
Hide file tree
Showing 6 changed files with 110,603 additions and 99,649 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
install:
macos:
xcode: "9.2.0"
xcode: "10.3.0"
working_directory: ~/repo
steps:
- checkout
Expand All @@ -25,7 +25,7 @@ jobs:

test:
macos:
xcode: "9.2.0"
xcode: "10.3.0"
steps:
- checkout
- attach_workspace:
Expand All @@ -36,7 +36,7 @@ jobs:

build:
macos:
xcode: "9.2.0"
xcode: "10.3.0"
steps:
- checkout
- attach_workspace:
Expand All @@ -53,7 +53,7 @@ jobs:

release:
macos:
xcode: "9.2.0"
xcode: "10.3.0"
steps:
- checkout
- attach_workspace:
Expand Down
Loading

0 comments on commit 2cc4c9e

Please sign in to comment.