On Tue Feb 20 14:40:17 2024 +0000, Jinoh Kang wrote:
0 sized screen buffers in either dimension
In this case, `SetConsoleCursorPosition` will alwaya fail since even `(0, 0)` is out of bounds. Maybe just skip this test?
Actually I don't think this is a problem. If size is 0 (either dim), the test already fails w/o this patch. The modulo just turns test failure into a div exception.