We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e142840 commit 20c4a41Copy full SHA for 20c4a41
1 file changed
Sources/SwiftTerm/TerminalOptions.swift
@@ -66,7 +66,7 @@ public struct TerminalOptions {
66
termName: "xterm-256color",
67
cursorStyle: .blinkBlock,
68
screenReaderMode: false,
69
- scrollback: 500,
+ scrollback: 5000,
70
tabStopWidth: 8,
71
enableSixelReported: true)
72
0 commit comments