Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.53k stars 572 forks source link

Can't abort run with CTRL+C #2395

Open mrx23dot opened 2 years ago

mrx23dot commented 2 years ago

I don't seem to be able to abort any heavy runs eg:

test.py

import time
while True:
  print('hello')
  time.sleep(0.01)

python test.py

Try to CTRL+C abort it. It works on cmd.exe

Maximus5 commented 2 years ago

image

Works for me.

Clink or cmder may be?

mrx23dot commented 2 years ago

Yeah you are right, Conemu is instant. Cmder is the one having this problem. Any ideas why?

Cheers