mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Doc: Typo in PLUGINS.md (#3355)
This commit is contained in:
parent
f9e0e46233
commit
9d4a41ebaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue