cmdbox
cmdbox copied to clipboard
Get WinSize in Windows
I found a function GetConsoleScreenBufferInfo that can work in finding the terminal screen size. This is just speculation, and I haven't tried anything yet.
We can get Row and Col, but I am not sure how can we get Xpixel and Ypixel. What do these two represent? The resolution of the terminal or something else?