microsoft/Terminal

add option to enable Scroll Forward like on cmd

Open

#8 623 ouverte le 19 déc. 2020

Voir sur GitHub
 (7 commentaires) (16 réactions) (0 assignés)C++ (3 212 forks)batch import
Area-OutputArea-TerminalControlHelp WantedIssue-FeatureProduct-Terminal

Métriques du dépôt

Stars
 (35 764 stars)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

Description of the new feature/enhancement

it would be nice to have an option that would allow scrolling under the end of the text so everything is not stacked at the bottom and I don't have to do clear every time

there is no need to be able to scroll indefinitely, just a bit so we can see a bit better

expected:

image

actual:

image

Proposed technical implementation details

an option in the settings.json like

"ScrollForward": true,

Guide contributeur