microsoft/Terminal

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

Open

#7.884 aberto em 10 de out. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (3.212 forks)batch import
Area-VTHelp WantedIssue-FeatureProduct-Terminal

Métricas do repositório

Stars
 (35.764 stars)
Métricas de merge de PR
 (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)

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.

Guia do colaborador