-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
xterm.setOption is not a function #4256
Comments
It was removed in v5, see https://github.com/xtermjs/xterm.js/releases/tag/5.0.0 |
@Tyriar Should we update the docs page? It is still on 4.14 containing old API methods and properties. |
@jerch there's been some deployment problems which I can't work around by myself. I updated the repo to be on v5 and emailed Paris about the deployment issue. |
Just upgrade to 5.0 and got bitten by this. Here's the excerpt from the changlog:
|
Details
Steps to reproduce
"background": "#FFFCF3",
"foreground": "#444444",
"selection": "rgba(188,214,141, 0.4)",
"cursor": "#41A863",
"yellow": "#657B83",
"brightYellow": "#657B83"
});
The text was updated successfully, but these errors were encountered: