20 Feb
2024
20 Feb
'24
2:42 p.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5123#note_62060