Console-Docs
Console-Docs copied to clipboard
ReadConsoleInputEx(): Fix typo `CONSOLE_READ_NOMOVE` --> `CONSOLE_READ_NOREMOVE`
Documentation for ReadConsoleInputEx contains a minor typo in the name of a flag: https://github.com/MicrosoftDocs/Console-Docs/blob/f3463bdcf2848a240e41cfcbafe222694a738a70/docs/readconsoleinputex.md?plain=1#L94
CONSOLE_READ_NOMOVE
should read instead: CONSOLE_READ_NOREMOVE