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 c63b989 commit 9ce22d3Copy full SHA for 9ce22d3
data/io.elementary.terminal.gschema.xml
@@ -56,9 +56,9 @@
56
57
<schema path="/io/elementary/terminal/settings/" id="io.elementary.terminal.settings">
58
<key name="scrollback-lines" type="i">
59
- <default>-1</default>
+ <default>1000</default>
60
<summary>Number of scrollback lines</summary>
61
- <description>The number of scrollback lines of the terminal.</description>
+ <description>The number of scrollback lines of the terminal. Use -1 for unlimited scrollback (may impact performance)</description>
62
</key>
63
<key name="follow-last-tab" type="b">
64
<default>false</default>
0 commit comments