microsoft/Terminal

add option to enable Scroll Forward like on cmd

Open

#8623 aperta il 19 dic 2020

Vedi su GitHub
 (7 commenti) (16 reazioni) (0 assegnatari)C++ (3212 fork)batch import
Area-OutputArea-TerminalControlHelp WantedIssue-FeatureProduct-Terminal

Metriche repository

Star
 (35.764 star)
Metriche merge PR
 (Merge medio 27g 19h) (24 PR mergiate in 30 g)

Descrizione

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,

Guida contributor