We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d45a7f commit 5c1803dCopy full SHA for 5c1803d
src/lib/terminal.js
@@ -11,7 +11,7 @@ class Terminal {
11
lines: [''],
12
lineWrap: 256,
13
lineOffset: 0,
14
- maxLines: 8096,
+ maxLines: 10000,
15
pointerLine: 0,
16
pointerColumn: 0,
17
refreshDelayMillis: 64,
0 commit comments