# Copy-paste loses line ending from REPL in Juno

**URL:** https://discourse.julialang.org/t/copy-paste-loses-line-ending-from-repl-in-juno/26050
**Category:** Juno
**Created:** [July 5, 2019, 5:44pm UTC](https://discourse.julialang.org/t/copy-paste-loses-line-ending-from-repl-in-juno/26050 "2019-07-05T17:44:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ross\_Boylan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ross_boylan/32/9210_2.png) [@Ross\_Boylan](https://discourse.julialang.org/u/Ross_Boylan)
#### Post date: [July 5, 2019, 5:44pm UTC](https://discourse.julialang.org/t/copy-paste-loses-line-ending-from-repl-in-juno/26050/1 "2019-07-05T17:44:34Z")

</div>

When I try to copy and paste from the REPL to another app (browser window, git commit dialog) many of the line endings disappear, making the pasted result pretty useless.

Am I doing something wrong, or is this a bug?

Since I’m on Windows, I’m thinking this might be a line-ending issue in which some stuff is expecting/giving Windows line endings and other stuff is using Unix line endings.

Windows 10, atom 1.38.2, julia-client 0.8.9, language-julia 0.19.0, julia 1.1.1. 64 bit.

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [July 8, 2019, 8:40am UTC](https://discourse.julialang.org/t/copy-paste-loses-line-ending-from-repl-in-juno/26050/2 "2019-07-08T08:40:36Z")

</div>

So far I couldn’t reproduce this. The output of e.g. `git log` looks good when pasted into an Atom editor or even `notepad.exe`.

---

<div class="post-metadata">

### Author: ![Ross\_Boylan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ross_boylan/32/9210_2.png) [@Ross\_Boylan](https://discourse.julialang.org/u/Ross_Boylan)
#### Post date: [July 8, 2019, 4:23pm UTC](https://discourse.julialang.org/t/copy-paste-loses-line-ending-from-repl-in-juno/26050/3 "2019-07-08T16:23:54Z")

</div>

I’m pasting from the REPL in atom into another app.
