Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #34085 [Console] Detect dimensions using mode CON if vt100 is sup…
…ported (rtek) This PR was merged into the 4.3 branch. Discussion ---------- [Console] Detect dimensions using mode CON if vt100 is supported | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #33915 | License | MIT This fixes color support detection for users of Win10 + git-bash. If vt100 support is detected, the terminal will not try to use `stty` to test for dimensions. Calling such command implicitly disables vt100 support on STDOUT. Commits ------- fdeceff85e [Console] Fix #33915, Detect dimensions using mode CON if vt100 is supported
- Loading branch information