Skip to content

Commit

Permalink
wait a bit longer after eval
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Feb 26, 2018
1 parent b5874fb commit b91e282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function hideprompt(f)
r = f()
flush(STDOUT)
flush(STDERR)
sleep(0.03)
sleep(0.05)

pos = @rpc cursorpos()
pos[1] != 0 && println()
Expand Down

0 comments on commit b91e282

Please sign in to comment.