-
Notifications
You must be signed in to change notification settings - Fork 5.5k
terminal: Bump xterm.js to 2.1.0 #1838
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
Conversation
Primary fix is better copy / paste support Release notes in https://github.com/sourcelair/xterm.js/releases/tag/2.0.1
|
XTerm now has a publicly documented API. So what are we using that's not in the documented API:
|
Is that a request for a change ? The app-veyor breakage is unrelated. Can we merge ? |
|
Yes, it's a request to clean up the things that are probably no longer needed or have no effect: I've opened an issue for the constructor options (xtermjs/xterm.js#313). The title event is still there in the xterm code, so let's leave that for now, and I'll open an issue about documenting it. |
|
Title event: xtermjs/xterm.js#315 |
|
I'll patch these later in the day. Thanks for checking that, Thomas! On Tue, Oct 18, 2016 at 4:04 AM, Thomas Kluyver [email protected]
Yuvi Panda T |
|
I love that the docs show how to connect it up with terminado. |
|
Yup, that landed yesterday :-) xtermjs/xtermjs.org#4 |
|
Ping @yuvipanda :-) |
|
Caught up with a bunch of other stuff. Tomorrow :) On Tue, Oct 25, 2016 at 3:34 AM, Thomas Kluyver [email protected]
Yuvi Panda T |
|
@takluyver I bumped xterm verion and also removed the deprecated constructor params. I'll also send a PR to xterm.js about the title event now. |
|
Should we consider switching to using https://github.com/sourcelair/xterm.js/blob/b1c6ae8a06ecef68a86a648beaaccf65fee056d8/addons/terminado/terminado.js directly? |
|
I can't seem to find where to send doc PRs to xterm.js |
|
This looks good to me, thanks :) |
|
xtermjs/xterm.js#351 for docs in xterm.js |
|
Nice one :-) |
Primary fix is better copy / paste support Release notes in https://github.com/sourcelair/xterm.js/releases/tag/2.0.1 Doesn't seem to break any styling, unlike the last update I made :)
Primary fix is better copy / paste support Release notes in https://github.com/sourcelair/xterm.js/releases/tag/2.0.1 Doesn't seem to break any styling, unlike the last update I made :)
Primary fix is better copy / paste support
Release notes in https://github.com/sourcelair/xterm.js/releases/tag/2.0.1
Doesn't seem to break any styling, unlike the last update I made :)