The pixel information obtained by TIOCGWINSZ
is incorrect.
#18192
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Windows Terminal version
1.22.2912.0
Windows build number
10.0.22631.0
Other Software
My application.
termsize.c:
Steps to reproduce
gcc termsize.c -o termsize && ./termsize
cols 163 rows 60, xpixel 0, ypixel 0.
† xpixel and ypixel is fixed value zero.(I was recommended to ask here in the comments at microsoft/WSL#12265, so I am asking here as well.)
Expected Behavior
Output xpixel and ypixel is correct value.
Actual Behavior
Output xpixel and ypixel is fixed value zero.
The text was updated successfully, but these errors were encountered: