Add a gray line after each repl output

This commit is contained in:
Richard Feldman 2022-11-01 15:57:22 -04:00
parent 220c362671
commit 19ffa61f8f
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
3 changed files with 16 additions and 7 deletions

View file

@ -22,7 +22,7 @@ pub const WELCOME_MESSAGE: &str = concatcp!(
// For when nothing is entered in the repl
// TODO add link to repl tutorial(does not yet exist).
pub const SHORT_INSTRUCTIONS: &str = "Enter an expression, or :help, or :q to quit.\n";
pub const SHORT_INSTRUCTIONS: &str = "Enter an expression, or :help, or :q to quit.\n\n";
pub fn main() -> i32 {
use rustyline::error::ReadlineError;