We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a8caf commit 43e148aCopy full SHA for 43e148a
1 file changed
src/julia_repl.jl
@@ -27,7 +27,7 @@ function init_repl(repl)
27
# Force current_module() inside IPython to be Main:
28
Base.eval(Main, :($start_ipython()))
29
println()
30
- LineEdit.edit_clear(s)
+ LineEdit.refresh_line(s)
31
else
32
LineEdit.edit_insert(s, '.')
33
end
0 commit comments