microsoft/Terminal

Please provide a new setting: verticalScrollBarWidth

Open

#9218 aperta il 19 feb 2021

Vedi su GitHub
 (27 commenti) (15 reazioni) (0 assegnatari)C++ (3212 fork)batch import
Area-TerminalControlArea-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

Metriche repository

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

Descrizione

Please provide an option in the config.json to:

  • set the width of the vertical scrollbar to some fixed width - for e.g.: 32px
  • there should be something in the config like: "verticalScrollBarWidth" or something similar

Why should users use this?

The new behaviour of the vertical scrollbar in windows terminal provides no advantage. It's confusing the users. Many users want to use windows terminal as replacement for the dos box and this new behaviour drives them crazy.

Example: "defaults": { "scrollBarState" : "visible", "verticalScrollBarWidth" : 32 } ... and this will set the vertical scrollbar to a fixed width

Guida contributor