@xterm/xterm 5.6.0-beta.47 → 5.6.0-beta.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/lib/xterm.js +1 -1
- package/lib/xterm.js.map +1 -1
- package/lib/xterm.mjs +6 -6
- package/lib/xterm.mjs.map +3 -3
- package/package.json +1 -1
- package/src/browser/renderer/dom/DomRenderer.ts +3 -3
- package/src/common/InputHandler.ts +0 -1
- package/typings/xterm.d.ts +3 -6
package/README.md
CHANGED
|
@@ -77,7 +77,6 @@ terminal.loadAddon(new WebLinksAddon());
|
|
|
77
77
|
The xterm.js team maintains the following addons, but anyone can build them:
|
|
78
78
|
|
|
79
79
|
- [`@xterm/addon-attach`](https://github.com/xtermjs/xterm.js/tree/master/addons/addon-attach): Attaches to a server running a process via a websocket
|
|
80
|
-
- [`@xterm/addon-canvas`](https://github.com/xtermjs/xterm.js/tree/master/addons/addon-canvas): Renders xterm.js using a `canvas` element's 2d context
|
|
81
80
|
- [`@xterm/addon-clipboard`](https://github.com/xtermjs/xterm.js/tree/master/addons/addon-clipboard): Access the browser's clipboard
|
|
82
81
|
- [`@xterm/addon-fit`](https://github.com/xtermjs/xterm.js/tree/master/addons/addon-fit): Fits the terminal to the containing element
|
|
83
82
|
- [`@xterm/addon-image`](https://github.com/xtermjs/xterm.js/tree/master/addons/addon-image): Adds image support
|