mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.05k stars 49 forks source link

repl: Do not overwrite last line of output on prompt #179

Closed sirius94 closed 5 months ago

sirius94 commented 5 months ago

This fixes the prompt replacing the current output.

Before: asciicast

After: asciicast

mattwparas commented 5 months ago

Thanks!