Skip to content

Commit

Permalink
Doc: Typo in PLUGINS.md (#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandosutter authored and chabou committed Jan 18, 2019
1 parent f9e0e46 commit 9d4a41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLUGINS.md
Expand Up @@ -191,7 +191,7 @@ exports.decorateTerm = (Term, { React, notify }) => {
```
## Hyper v2 breaking changes
Hyper v2 uses `xterm.js` instead of `hterm`. It means that PTY ouput renders now in a canvas element, not with a hackable DOM structure.
Hyper v2 uses `xterm.js` instead of `hterm`. It means that PTY output renders now in a canvas element, not with a hackable DOM structure.
For example, plugins can't use TermCSS in order to modify text or link styles anymore. It is now required to use available configuration params that are passed down to `xterm.js`.
If your plugin was deeply linked with the `hterm` API (even public methods), it certainly doesn't work anymore.
Expand Down

0 comments on commit 9d4a41e

Please sign in to comment.