-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pasting to tab title leaking to terminal input #16205
Comments
Hi @pszlazak,
You should now be able to paste the copied text into the terminal title using "ctrl+v" and into the terminal using the new key combination you defined in the "Settings.json" file. |
If this is a feature it became present in v1.12.10334.0. Earlier it was not there. This is the first stable version of v1.12. I don't see this feature being announced in release notes of v1.12.10334.0. It was added by one of following commits: v1.12.3472.0...v1.12.10334.0 |
We definitely don't do this on purpose. This is absolutely a bug (and a somewhat pernicious one, which keeps biting us because of the input architecture hole we dug ourselves into) and not a feature. |
Okay. It may be a bug. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Windows Terminal version
1.18.2822.0
Windows build number
10.0.22621.0
Other Software
N/A
Steps to reproduce
Ctrl+v
Expected Behavior
Clipboard content pasted only to tab title.
Actual Behavior
Clipboard content will be pasted to tab title and to terminal input as shown here: https://i.imgur.com/UlFcGNe.gif
Remark: if clipboard is pasted using right click and context menu, it works OK.
The text was updated successfully, but these errors were encountered: