microsoft / microsoft/terminal
CMD does not show Unix LF when pasting
Open
@zadjii-msft is already working on this.
Since Feb 8, 2022.
Area-Interaction
Issue-Bug
Priority-2
Product-Conhost
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
- Build 18890 (18894 on the way...)
- What doing: Create a file with Unix (LF) line endings. For example,
echo foo
echo bar
Paste it in CMD window. The output is fooecho bar. The output should be in separate lines. Try the same in mintty. It shows correct output.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.