@xterm/xterm 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/xterm",
3
3
  "description": "Full xterm terminal, in your browser",
4
- "version": "5.5.0-beta.3",
4
+ "version": "5.5.0-beta.4",
5
5
  "main": "lib/xterm.js",
6
6
  "style": "css/xterm.css",
7
7
  "types": "typings/xterm.d.ts",
@@ -225,7 +225,7 @@ declare module '@xterm/xterm' {
225
225
  /**
226
226
  * The amount of scrollback in the terminal. Scrollback is the amount of
227
227
  * rows that are retained when lines are scrolled beyond the initial
228
- * viewport.
228
+ * viewport. Defaults to 1000.
229
229
  */
230
230
  scrollback?: number;
231
231