-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Upgrade to xterm 3.6.0 for column selection. Refs #2697 #3178
Conversation
yarn.lock
Outdated
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.4.1.tgz#12452979ea2db3371f8195832d7407abba988980" | ||
xterm@3.5.1: | ||
version "3.5.1" | ||
resolved "https://purecloud.artifactoryonline.com/purecloud/api/npm/inin-internal-npm/xterm/-/xterm-3.5.1.tgz#d2e62ab26108a771b7bd1b7be4f6578fb4aff922" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bah, internal repos. Let me fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated - thanks for the catch 👍
17c0aeb
to
7972bcd
Compare
You can probably update to 3.6 just as easily, it was mostly a stability release https://github.com/xtermjs/xterm.js/releases/tag/3.6.0 |
I’m not opposed. I only did 3.5.1 this time because 3.5 was minimum with the needed feature and may as well pick up the .1 for any bug fixes :) Tests did not complain and everything seemed fine with 3.5.1 - not sure if there’s anything else that really needs to be done. |
7972bcd
to
62aa1fc
Compare
merging this will allow us to use font ligatures again on Hyper, see https://github.com/tolbertam/hyper-font-ligatures |
I would actually wait for 3.7.0 as there was a pretty bad perf regression in either 3.5 or 3.6: xtermjs/xterm.js#1620 |
This includes the xterm version bump required to enable the column selection feature. See #2697 for more details. I did not add anything for the
macOptionClickForcesSelection
option mentioned, but it seems to work out-of-the-box just fine on my mac.