Console-Docs icon indicating copy to clipboard operation
Console-Docs copied to clipboard

ReadConsoleInputEx(): Fix typo `CONSOLE_READ_NOMOVE` --> `CONSOLE_READ_NOREMOVE`

Open HBelusca opened this issue 4 months ago • 0 comments

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

HBelusca avatar Mar 06 '24 11:03 HBelusca