Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
On Windows, sometimes if a powershell terminal has a KeyboardInterrupt exception (Python) and it’s waiting on Terminate batch job (Y/N) the cursor terminal will also hit KeyboardInterrupt until the powershell terminal gets a response.
Steps to Reproduce
Run pytests in the powershell terminal abort early with ctrl+c, instruct the agent to also run pytests.
Expected Behavior
The cursor terminal should not hit KeyboardInterrupt when there is no new instance of ctrl+c.
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.5.9 (user setup)
VSCode Version: 1.99.3
Commit: de327274300c6f38ec9f4240d11e82c3b0660b20
Date: 2025-08-30T21:02:27.236Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100
Additional Information
Additionally sometimes I’ll see C^ when Cursor? is trying to close a terminal? This might have something to do with the issue, it has a hard time detecting end of output and will often times wait for the user to press enter a few times. That is probably the most nuisance issue when using cursor btw.
Does this stop you from using Cursor
No - Cursor works, but with this issue