microsoft/Terminal

Support for the DECSET/DECRST mode (30) to enable/disable scroll bar visibility

Open

#7 884 ouverte le 10 oct. 2020

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (3 212 forks)batch import
Area-VTHelp 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

rxvt, mintty, and various other terminal emulators support the sequence CSI ? 30 h/l to enable/disable visibility of the scroll bar in the terminal emulator. This is useful for full screen terminal applications that wish to maximize use of screen real estate. It appears from my testing that the console host and Windows Terminal do not currently support this.

Guide contributeur