From 2ec2aec4c00297e0cfce2447ec3107f12d4227c4 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 2 Jul 2026 16:49:38 -0600 Subject: [PATCH] style: updated the previous conversation marker a tad --- src/repl/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/repl/mod.rs b/src/repl/mod.rs index 4193750..9001990 100644 --- a/src/repl/mod.rs +++ b/src/repl/mod.rs @@ -368,7 +368,7 @@ Type ".help" for additional help. _ => {} } } - println!("{}", dimmed_text("─── ↑ previous conversation ───")); + println!("{}", dimmed_text("─── ↑ previous conversation ↑ ───")); println!(); } } @@ -783,7 +783,7 @@ pub async fn run_repl_command( _ => {} } } - println!("{}", dimmed_text("─── ↑ previous conversation ───")); + println!("{}", dimmed_text("─── ↑ previous conversation ↑ ───")); println!(); } }