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 to v3.8.0 #3255

Merged
merged 1 commit into from Dec 6, 2018
Merged

Update xterm to v3.8.0 #3255

merged 1 commit into from Dec 6, 2018

Conversation

chabou
Copy link
Collaborator

@chabou chabou commented Oct 14, 2018

Some minor compatibility changes:

  • No need to use term.charMeasure anymore (and it isn't accessible anymore)
  • term.removeAllListeners doesn't exist anymore. Replaced by addDisposableListener()
  • css has been updated (specially for column selection)

This PR needs some more testing, but basic usages are OK.

@chabou
Copy link
Collaborator Author

chabou commented Oct 14, 2018

Related to #2697, #2793 and jestjs/jest#6494

@chabou
Copy link
Collaborator Author

chabou commented Oct 14, 2018

Found a problem with paste (OSX/zsh/oh-my-zsh).
Color is inverted but first char is repeated. Here a example of a Ambler paste:
image

Note: even for next pastes, it will be the same char that will be repeated.

@mrchief
Copy link

mrchief commented Oct 17, 2018

Sorry for approving the review. I was simply hoping github would block me. It seems this is a new feature? Seems more like a bug to me. Outside folks should not be able to approve PRs arbitrarily. I'll see if I can revert my approval.

Again, my apologies.

@chabou
Copy link
Collaborator Author

chabou commented Oct 17, 2018

No problem @mrchief .

I don't know if there is a setting to prevent this, but I've been able to review PRs in all public repository.
Don't worry: branch protection rules distinguish reviewers and reviewers with write access 😉

@mrchief
Copy link

mrchief commented Oct 17, 2018

Thanks @chabou. Looks like this is by design. I haven't found a setting either. But, like you said, thankfully, github doesn't count them towards merge unless the reviewer has write access.

@rauchg rauchg added the WIP label Dec 4, 2018
@rauchg rauchg merged commit f3a2f02 into vercel:canary Dec 6, 2018
chabou added a commit that referenced this pull request Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants