installed pty
[VSoRC/.git] / node_modules / node-pty / deps / winpty / misc / Font-Report-June2016 / MinimumWindowWidths.txt
1 The narrowest allowed console window, in pixels, on a conventional (~96dpi)
2 monitor:
3
4 (mode con: cols=40 lines=40) && SetFont.exe -face "Lucida Console" -h 1 && (ping -n 4 127.0.0.1 > NUL) && cls && GetConsolePos.exe && SetFont.exe -face "Lucida Console" -h 12
5
6 (mode con: cols=40 lines=40) && SetFont.exe -face "Lucida Console" -h 16 && (ping -n 4 127.0.0.1 > NUL) && cls && GetConsolePos.exe && SetFont.exe -face "Lucida Console" -h 12
7
8                 sz1:px      sz1:col     sz16:px     sz16:col
9 Vista:          124         104         137         10
10 Windows 7:      132         112         147         11
11 Windows 8:      140         120         147         11
12 Windows 8.1:    140         120         147         11
13 Windows 10 OLD: 136         116         147         11
14 Windows 10 NEW: 136         103         136         10
15
16 I used build 14342 to test Windows 10.