-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Copying with Ctrl-Shift-C copies literal buffer, not lines #174
Copy link
Copy link
Closed
Labels
Area-InteractionInteracting with the vintage console window (as opposed to driving via API or hooks)Interacting with the vintage console window (as opposed to driving via API or hooks)Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingProduct-ConhostFor issues in the Console codebaseFor issues in the Console codebaseWork-ItemIt's being tracked by an actual work item internally. (to be removed soon)It's being tracked by an actual work item internally. (to be removed soon)
Milestone
Metadata
Metadata
Assignees
Labels
Area-InteractionInteracting with the vintage console window (as opposed to driving via API or hooks)Interacting with the vintage console window (as opposed to driving via API or hooks)Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingProduct-ConhostFor issues in the Console codebaseFor issues in the Console codebaseWork-ItemIt's being tracked by an actual work item internally. (to be removed soon)It's being tracked by an actual work item internally. (to be removed soon)
Selecting text and copying with Ctrl-Shift-C copies the buffer literally, which gives a line full of spaces and no newline. Copying with right click works as intended. Verified in cmd.exe, pwsh.exe and zsh.
Your Windows build number: (Type
verat a Windows Command Prompt)17666
What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)
It should do the same thing as right click copy - lines have a new line at the end instead of being filled with spaces.