- Download the official clisp release for windows (on linux this problem doesn't appear)
- start cmd.exe
- cd to the folder clisp.exe is in
- clisp
- <ctrl+c></ctrl+c>
What was expected:
clisp reacts to the console interrupt. On linux it actually does.
What happens:
Nothing.
Operating systems this was tried on
- Ubuntu (here Ctrl+C works)
- Windows 7 (here Ctrl+C is ignored)