microsoft/Terminal

Paste doesn't always work as expected in broadcasted panes

Open

#16,287 opened on Nov 10, 2023

View on GitHub
 (9 comments) (5 reactions) (1 assignee)C++ (3,212 forks)batch import
Area-TerminalControlArea-UserInterfaceHelp WantedIssue-BugProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (Avg merge 27d 19h) (24 merged PRs in 30d)

Description

The pane broadcast functionality that's currently in preview does not describe nor allow to configure how paste functionality works. Currently, if you paste into a broadcast group of panes using right-click, it only pastes in the pane that the mouse is hovering over. On the other hand, if you paste using Ctrl-v, it inconsistently pastes into some of the broadcast group panes - but usually not all.

It would be nice if there was a configuration option that specified how to handle paste with a broadcast group. And, the Ctrl-v paste should be consistent and either configurable or follow the same behavior as right-click.

Contributor guide