Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using fonts smaller than 5px in height
The console must decide whether characters are half-vs-full width, and it seems to make poorer decisions with fonts that are atypically small. The console properties dialog doesn't allow fonts smaller than 5px. For example, (U+2026 HORIZONTAL ELLIPSIS) is half-width in Lucida Console and Consolas, but with Lucida Console, 2px or 4px height, the console thinks it's full-width. Disallowing smaller fonts will force winpty to use larger windows, which makes it more likely to hit the maximum window size constraint. See microsoft/vscode#19665.
- Loading branch information