Add settings to configure terminal scroll limit (#8063)
Fixes https://github.com/zed-industries/zed/issues/7550 Also set maximum allowed to runnables' terminals. Release Notes: - Added settings to configure terminal scroll limit ([7550](https://github.com/zed-industries/zed/issues/7550))
This commit is contained in:
parent
7065d6c46d
commit
0d2ad67b27
4 changed files with 30 additions and 2 deletions
|
@ -57,6 +57,7 @@ impl Project {
|
|||
env,
|
||||
Some(settings.blinking.clone()),
|
||||
settings.alternate_scroll,
|
||||
settings.max_scroll_history_lines,
|
||||
window,
|
||||
completion_tx,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue