microsoft/Terminal

add option to enable Scroll Forward like on cmd

Open

#8,623 创建于 2020年12月19日

在 GitHub 查看
 (7 评论) (16 反应) (0 负责人)C++ (3,212 fork)batch import
Area-OutputArea-TerminalControlHelp WantedIssue-FeatureProduct-Terminal

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

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,

贡献者指南