-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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.)Help WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Impact-CorrectnessIt be wrong.It be wrong.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Priority-3A description (P3)A description (P3)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
Notes from @DHowett-MSFT:
Line ending conversions by other terminals
| Clipboard Contains | xterm sends | wt sends | putty sends | gnome-terminal sends | conhost sends |
|---|---|---|---|---|---|
\r\n (CRLF) |
\r ✔️ |
\r ✔️ |
\r ✔️ |
\r ✔️ |
\r ✔️ |
\r (CR) |
\r ✔️ |
\r ✔️ |
\r ✔️ |
\r ✔️ |
\r ✔️ |
\n (LF) |
\r ✔️ |
\n ❌ |
\n ❌ |
\r ✔️ |
\r ✔️ |
I guess that means that both of WT and putty are wrong 😄
--- original filing below ---
Environment
Windows 10 10.0.19041.207
Windows Terminal 0.11.1251.0
Steps to reproduce
- Open Windows Terminal (Windows PowerShell or PowerShell Core).
- Copy all the text in the attached file fake_key.txt.
- Paste into Windows Terminal with the mouse.
- Observe the lines appear in reverse order.
Expected behavior
Similar behavior to cmd.exe and wsl, in that the pasted lines are in original order and intact.
Actual behavior
Bamboozled. Lines are presented in reverse order.
Screenshots
Reactions are currently unavailable
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.)Help WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Impact-CorrectnessIt be wrong.It be wrong.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Priority-3A description (P3)A description (P3)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.


