@xterm/headless 5.5.0-beta.3 → 5.5.0-beta.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xterm/headless",
3
3
  "description": "A headless terminal component that runs in Node.js",
4
- "version": "5.5.0-beta.3",
4
+ "version": "5.5.0-beta.4",
5
5
  "main": "lib-headless/xterm-headless.js",
6
6
  "types": "typings/xterm-headless.d.ts",
7
7
  "repository": "https://github.com/xtermjs/xterm.js",
@@ -156,7 +156,7 @@ declare module '@xterm/headless' {
156
156
  /**
157
157
  * The amount of scrollback in the terminal. Scrollback is the amount of
158
158
  * rows that are retained when lines are scrolled beyond the initial
159
- * viewport.
159
+ * viewport. Defaults to 1000.
160
160
  */
161
161
  scrollback?: number;
162
162