Skip to content

Commit 43e148a

Browse files
committed
Show julia> prompt properly after existing IPython
1 parent 54a8caf commit 43e148a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/julia_repl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function init_repl(repl)
2727
# Force current_module() inside IPython to be Main:
2828
Base.eval(Main, :($start_ipython()))
2929
println()
30-
LineEdit.edit_clear(s)
30+
LineEdit.refresh_line(s)
3131
else
3232
LineEdit.edit_insert(s, '.')
3333
end

0 commit comments

Comments
 (0)