11 Mar
2025
11 Mar
'25
10:23 a.m.
eric pouech (@epo) commented about programs/cmd/builtins.c:
+ WCMD_output(L"Invalid parameter - %1\r\n", arg); + errorlevel = -1; + } + } + + if (changed) + { + if (!SetConsoleScreenBufferSize(console, inf.dwSize)) + { + WCMD_output_asis(L"The screen cannot be set to the number of lines and columns specified.\r\n"); + errorlevel = -1; + } + } + else if (errorlevel == 0) + { + wsprintfW(buf, this should be moved as a string into the .rc file for localisation
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7491#note_97390