microsoft/Terminal

Allow smaller minimum width when in focus mode

Open

#9.551 aberto em 19 de mar. de 2021

Ver no GitHub
 (2 comments) (2 reactions) (0 assignees)C++ (3.212 forks)batch import
Area-UserInterfaceHelp WantedIssue-TaskProduct-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

It is not current possible to resize the terminal window so that is narrower than around 460px. I'm guessing this is to ensure there is enough room for tab headers and title bar etc. However, it would be desirable, when in focus mode, to be able to narrow the window further. This would facilitate simple "kiosk" apps (like the old Windows "widgets"). E.g. in the picture below, output is from a periodic script and is guaranteed never to exceed the text width being shown. I'd like to be able to make the terminal window narrower to fit the text to avoid wasting screen real-estate.

min_width

Note this is not the same as #6820 although it is related. That request is to prevent the user from narrowing the window beyond a certain threshold.

Guia do colaborador