Skip to content

Fix pasting text via mouse when broadcast input is enabled#19879

Merged
carlos-zamora merged 2 commits intomainfrom
dev/cazamor/bugfix/broadcast-input-mouse
Feb 19, 2026
Merged

Fix pasting text via mouse when broadcast input is enabled#19879
carlos-zamora merged 2 commits intomainfrom
dev/cazamor/bugfix/broadcast-input-mouse

Conversation

@carlos-zamora
Copy link
Member

Summary of the Pull Request

Pretty straightforward. Does exactly what it says on the tin.

Validation Steps Performed

Pasting works when broadcast input is enabled...
✅ paste w/ mouse
✅ paste w/ keyboard (untouched)

Closes #18821

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Feb 18, 2026
@carlos-zamora carlos-zamora removed the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Feb 19, 2026
@carlos-zamora carlos-zamora merged commit b6375cc into main Feb 19, 2026
18 of 20 checks passed
@carlos-zamora carlos-zamora deleted the dev/cazamor/bugfix/broadcast-input-mouse branch February 19, 2026 23:19
Copy link
Member

@DHowett DHowett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will bypass bracketed paste and control character stripping for all the non-focused terminals in the broadcast group. I would rather we look at how _pasteTextWithBroadcast and StringSent are failing to get hooked up to Mouse pastes. This change scares me a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The broadcasting mode can not support clipboard.

3 participants