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 b0c8454 commit 53b1a2fCopy full SHA for 53b1a2f
src/Views/CommandLogContentPresenter.cs
@@ -94,6 +94,7 @@ public string PureText
94
TextArea.TextView.Options.EnableHyperlinks = true;
95
TextArea.TextView.Options.EnableEmailHyperlinks = true;
96
TextArea.TextView.Options.RequireControlModifierForHyperlinkClick = false;
97
+ TextArea.TextView.Options.AllowScrollBelowDocument = false;
98
}
99
100
public void OnReceiveCommandLog(string line)
0 commit comments