# REPL flickers when pasting large text

**URL:** https://discourse.julialang.org/t/repl-flickers-when-pasting-large-text/36453
**Category:** Tooling
**Created:** [March 24, 2020, 4:44pm UTC](https://discourse.julialang.org/t/repl-flickers-when-pasting-large-text/36453 "2020-03-24T16:44:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![MaximilianJHuber](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/maximilianjhuber/32/2579_2.png) [@MaximilianJHuber](https://discourse.julialang.org/u/MaximilianJHuber)
#### Post date: [March 24, 2020, 4:44pm UTC](https://discourse.julialang.org/t/repl-flickers-when-pasting-large-text/36453/1 "2020-03-24T16:44:38Z")

</div>

My REPL flickers and is very slow when I paste a large text. I have this issue on Win10 with several Julia versions:

 ![capture](https://global.discourse-cdn.com/julialang/original/3X/a/a/aa5bacec7d1a3b054de36795904812e353c83a8c.gif)

See this [issue](https://github.com/JuliaLang/julia/issues/15787) on GitHub. I do not use `OhMyREPL.jl`. Any thoughts?

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [March 24, 2020, 4:46pm UTC](https://discourse.julialang.org/t/repl-flickers-when-pasting-large-text/36453/2 "2020-03-24T16:46:33Z")

</div>

Have you tried to use the new [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701)? Not sure whether that would solve it, but I’ve been very happy with it over the last months.

---

<div class="post-metadata">

### Author: ![MaximilianJHuber](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/maximilianjhuber/32/2579_2.png) [@MaximilianJHuber](https://discourse.julialang.org/u/MaximilianJHuber)
#### Post date: [March 24, 2020, 5:05pm UTC](https://discourse.julialang.org/t/repl-flickers-when-pasting-large-text/36453/3 "2020-03-24T17:05:32Z")

</div>

Same behaviour:

 ![capture2](https://global.discourse-cdn.com/julialang/original/3X/2/5/25006728f95e08aa3fb3bbb85abfd781a63120cd.gif)

Pasting into the console works fine.
