mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #4993 from Tyriar/tyriar/4992
Add default to api d.ts
This commit is contained in:
Vendored
+1
-1
@@ -156,7 +156,7 @@ declare module '@xterm/headless' {
|
||||
/**
|
||||
* The amount of scrollback in the terminal. Scrollback is the amount of
|
||||
* rows that are retained when lines are scrolled beyond the initial
|
||||
* viewport.
|
||||
* viewport. Defaults to 1000.
|
||||
*/
|
||||
scrollback?: number;
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -225,7 +225,7 @@ declare module '@xterm/xterm' {
|
||||
/**
|
||||
* The amount of scrollback in the terminal. Scrollback is the amount of
|
||||
* rows that are retained when lines are scrolled beyond the initial
|
||||
* viewport.
|
||||
* viewport. Defaults to 1000.
|
||||
*/
|
||||
scrollback?: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user