Skip to content

Commit 20c4a41

Browse files
committed
HACK: increase scrollback
TODO: PR to make this configurable for TerminalViews
1 parent e142840 commit 20c4a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftTerm/TerminalOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public struct TerminalOptions {
6666
termName: "xterm-256color",
6767
cursorStyle: .blinkBlock,
6868
screenReaderMode: false,
69-
scrollback: 500,
69+
scrollback: 5000,
7070
tabStopWidth: 8,
7171
enableSixelReported: true)
7272

0 commit comments

Comments
 (0)