mirror of
https://github.com/reactos/reactos.git
synced 2026-09-09 10:50:37 +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.