- Jan
- 25
- 0
I've posted this to the Windows Terminal GitHub page as well, but I've since discovered that this doesn't happen with cmd, so seems to be a TCC specific problem.
TCC version
TCC 27.00.21 x64 (Also verified with TCMD29)Windows Terminal version
1.16.2641.0Windows build number
10.0.19044.2251Steps to reproduce
- Create a batch file that takes some time - and run it
- Hit CTRL-C to abort the batch file
- Notice the "Cancel batch job C:\batch.bat ? (Y/N/A) :"
- Try and press "A"
- The window no longer has focus - nothing happens
- Click the mouse in the CMD window
- Press "A"
Expected Behavior
- Create a batch file that takes some time - and run it
- Hit CTRL-C to abort the batch file
- Notice the "Cancel batch job C:\batch.bat ? (Y/N/A) :"
- Press "A"
- The batch file aborts