Using Python and having last version of Pshell/Python installed;
Whenever the terminal is opened by the cursor toolcalls; I cannot copy from it AT ALL; it just does not work; but if I open a terminal session by myself I can copy
Refer to screenshot; the terminal labeled “Cursor” is the one I can’t copy from; the one I opened myself called “python” I can copy from it perfectly fine
Steps to Reproduce
Using Python or any other env
Try opening any terminal opened by cursor toolcalls
Try copying and pasting into the chat
Hey, thanks for the report. This looks related to a recent copy/paste issue that was already fixed for the Output tab, but it might still be affecting terminals launched by Agent.
To help investigate, could you please share:
How exactly are you trying to copy? (Ctrl+C after selecting, right-click, etc.)
What happens when you try to copy? (Nothing, or do you see an error?)
Console errors: Help → Toggle Developer Tools → Console tab, then try to copy and share any errors that appear there
Have you tried updating to the latest version? You’re on 2.0.69, and the current version is 2.1.20+ (Help → Check for Updates)
If this is still happening in the latest version specifically in Agent terminals, I’ll escalate it to engineering.
Yes in the “Cursor” pshell sessions; I select+ctrl+c does not do anything; it skips a row which would be normal if I have not selected.
Also; I noticed that selecting+right click actually copies; so I guess I found a solution for myself but still for someone that didn’t think of it; it’s more natural to just select+ctrl+c
Tried console tab I didn’t get any error specific to this issue; and yes I am on the last version now
Same/similar issue here.
Ctrl-C is treated as interrupt (^C) in terminals. I can work around this by mapping keys in keyboard shortcuts. BUT this gets reset each time i upgrade cursor. Super annoying!