You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows build number: Microsoft Windows [Version 10.0.19018.1]
Windows Terminal version (if applicable): 0.6.2951.0
WSL version: 2
WSL distribution: Ubuntu
Steps to reproduce
Copy any text with multiple lines into the WSL terminal tab.
Note: this bug does NOT occur in the command line and PowerShell tabs.
Expected behavior
Same amount of lines as in the source and the paste not affecting existing text in unexpected ways.
Actual behavior
I get extra lines in-between regardless of whether the source I copy from is LF or CRLF when I paste it into WSL in the terminal.
Existing text is also affected.
before:
after:
another example:
before:
after:
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Nov 9, 2019
This is, as far as I can tell, a duplicate of #1091 and was fixed in #3449.
I just checked this with the current build (specifically with nano, as I don't actually use it as part of my workflow, and its handling of some terminal settings is different than, say, vi. Also I've been doing development for a long time and that causes paranoia), and it looks like it's working.
So it's working in the live build off the repository, and it'll be in 0.7.
DHowett-MSFT
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
labels
Nov 9, 2019
Environment
Steps to reproduce
Copy any text with multiple lines into the WSL terminal tab.
Note: this bug does NOT occur in the command line and PowerShell tabs.
Expected behavior
Same amount of lines as in the source and the paste not affecting existing text in unexpected ways.
Actual behavior
I get extra lines in-between regardless of whether the source I copy from is LF or CRLF when I paste it into WSL in the terminal.
Existing text is also affected.
before:
after:
another example:
before:
after:
The text was updated successfully, but these errors were encountered: