AtelierArith / Replay.jl

Replay your REPL instructions
https://atelierarith.github.io/Replay.jl/dev/
MIT License
37 stars 3 forks source link

Fix exit non-julian modes #57

Closed hyrodium closed 1 year ago

hyrodium commented 1 year ago

This PR adds \b to break the non-julian modes, and fix #53.

Before this PR asciicast

After this PR asciicast

Note that this fix is a little dirty because it shows (Replay) pkg> exit() during the inputs.

terasakisatoshi commented 1 year ago

This PR adds \b

👀

https://github.com/JuliaLang/julia/blob/d0f4327066911d04b56ae5ad2df72a74365d4be8/stdlib/REPL/src/LineEdit.jl#L2135-L2137

terasakisatoshi commented 1 year ago

LGTM 🎉 Thank you!!!