mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
Using CTRL-C to cancel command line input would leave the prompt in a state where the next command would be ignored. For example: dir<CTRL-C> dir would cause cmd.exe to ignore the second dir command.