Shift+Copy don't copy line break #7257

Closed
opened 2026-01-31 00:59:19 +00:00 by claunia · 5 comments
Owner

Originally created by @horseinthesky on GitHub (Apr 2, 2020).

Environment

PS C:\Users\horseinthesky> [Environment]::OSVersion

Platform ServicePack Version VersionString


Win32NT 10.0.18363.0 Microsoft Windows NT 10.0.18363.0

Windows Terminal
Version: 0.10.781.0

Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
Windows Terminal version (if applicable):

Any other software?

Steps to reproduce

I have the following text in my terminal window:

Huawei Versatile Routing Platform Software
VRP (R) software, Version 8.190 (NE40E V800R011C10SPC100)
Copyright (C) 2012-2019 Huawei Technologies Co., Ltd.
HUAWEI NE40E-F1A-14H24Q uptime is 1 day, 3 hours, 55 minutes
Patch Version: V800R011SPH021

If I select all of it with my mouse then copy and paste it to notepad/vscode/whatever, it will look exactly the same.

If I select a part (for example a beginning) of it with my mouse then press Shift and click a mouse to the end of the text to select then copy and paste it, it will look like this:
image

Expected behavior

To copy line breaks.

Actual behavior

Terminal just don't copy like breaks in this case!

Originally created by @horseinthesky on GitHub (Apr 2, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment PS C:\Users\horseinthesky> [Environment]::OSVersion Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.18363.0 Microsoft Windows NT 10.0.18363.0 Windows Terminal Version: 0.10.781.0 ```none Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Any other software? ``` # Steps to reproduce <!-- A description of how to trigger this bug. --> I have the following text in my terminal window: ``` Huawei Versatile Routing Platform Software VRP (R) software, Version 8.190 (NE40E V800R011C10SPC100) Copyright (C) 2012-2019 Huawei Technologies Co., Ltd. HUAWEI NE40E-F1A-14H24Q uptime is 1 day, 3 hours, 55 minutes Patch Version: V800R011SPH021 ``` If I select all of it with my mouse then copy and paste it to notepad/vscode/whatever, it will look exactly the same. If I select a part (for example a beginning) of it with my mouse then press Shift and click a mouse to the end of the text to select then copy and paste it, it will look like this: ![image](https://user-images.githubusercontent.com/19948672/78266047-eaa61900-750d-11ea-850a-26760fc1edd2.png) # Expected behavior <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> To copy line breaks. # Actual behavior <!-- What's actually happening? --> Terminal just don't copy like breaks in this case!
claunia added the Resolution-Duplicate label 2026-01-31 00:59:19 +00:00
Author
Owner

@carlos-zamora commented on GitHub (Apr 2, 2020):

This is by design. Shift + Right Click copies the buffer without any newlines, whereas just Right Click includes the newlines.

#1553 will allow you to customize this behavior to match your liking. However, for now, you can customize copy keybindings to copy in the format you like (docs here).

@carlos-zamora commented on GitHub (Apr 2, 2020): This is by design. Shift + Right Click copies the buffer without any newlines, whereas just Right Click includes the newlines. #1553 will allow you to customize this behavior to match your liking. However, for now, you can customize `copy` keybindings to copy in the format you like ([docs here](https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md)).
Author
Owner

@DHowett-MSFT commented on GitHub (Apr 2, 2020):

Sorry, I’m overriding on this one. It’s a real issue: the reporter is using shift+left click, not right click, to expand the selection. When copyOnSelect is enabled, shift+release strips newlines. We have a duplicate lying around somewhere, which I’ll dig up when I get to the office.

@DHowett-MSFT commented on GitHub (Apr 2, 2020): Sorry, I’m overriding on this one. It’s a real issue: the reporter is using shift+left click, not right click, to expand the selection. When copyOnSelect is enabled, shift+release strips newlines. We have a duplicate lying around somewhere, which I’ll dig up when I get to the office.
Author
Owner

@horseinthesky commented on GitHub (Apr 2, 2020):

Binding some keys for copy is a fine solution.
It just would be great to have it just as Shift+Left click like Putty or SecureCRT has it.
Should I close this?

@horseinthesky commented on GitHub (Apr 2, 2020): Binding some keys for `copy` is a fine solution. It just would be great to have it just as Shift+Left click like Putty or SecureCRT has it. Should I close this?
Author
Owner

@DHowett-MSFT commented on GitHub (Apr 3, 2020):

If you're using copyOnSelect, this is a /dupe of #4737

@DHowett-MSFT commented on GitHub (Apr 3, 2020): If you're using `copyOnSelect`, this is a /dupe of #4737
Author
Owner

@ghost commented on GitHub (Apr 3, 2020):

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!

@ghost commented on GitHub (Apr 3, 2020): 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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7257