Skip to content

Commit 9ce22d3

Browse files
jeremypwzeebok
andauthored
Change default scrollback-lines (#939)
Co-authored-by: Ryan Kornheisl <ryan@skarva.tech>
1 parent c63b989 commit 9ce22d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/io.elementary.terminal.gschema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656

5757
<schema path="/io/elementary/terminal/settings/" id="io.elementary.terminal.settings">
5858
<key name="scrollback-lines" type="i">
59-
<default>-1</default>
59+
<default>1000</default>
6060
<summary>Number of scrollback lines</summary>
61-
<description>The number of scrollback lines of the terminal.</description>
61+
<description>The number of scrollback lines of the terminal. Use -1 for unlimited scrollback (may impact performance)</description>
6262
</key>
6363
<key name="follow-last-tab" type="b">
6464
<default>false</default>

0 commit comments

Comments
 (0)