-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed
Labels
Area-TerminalControlIssues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Priority-1A description (P1)A description (P1)Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description
I recall this was working in older versions of Terminal and in Windows' copy of the console window, but it seems to have broken more recently.
Environment
Windows build number: 18363.720 (Windows 10 ver. 1909 with update KB4551762)
Windows Terminal version: 0.10.781.0
Steps to reproduce
- Open this file in an editor:
C:\Windows\System32\WindowsCodecsRaw.txt - Notice that the last line of the file "THE SOFTWARE IS PROVIDED".... is over 500 characters long.
- Open Terminal to the Command Prompt or PowerShell, then run:
type C:\Windows\System32\WindowsCodecsRaw.txt - Drag to select text from multiple in-window lines of the last line of the file, then right-click to copy.
- Paste the clipping into a new file in Notepad.
Expected and actual behavior
Expected: the text is all on one line.
Actual: the text is split into multiple lines.
dwthien, mg-christian-esser, eliasp, chrisdrobison, Gorthog and 9 more
Metadata
Metadata
Assignees
Labels
Area-TerminalControlIssues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Priority-1A description (P1)A description (P1)Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.