From 9d4a41ebaa90638b0ac9abd83b8cb1d2bf2c8fe0 Mon Sep 17 00:00:00 2001 From: Fernando Sutter Date: Fri, 18 Jan 2019 21:10:47 -0200 Subject: [PATCH] Doc: Typo in PLUGINS.md (#3355) --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index c08a7c93..3516119f 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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.