1 Commits

Author SHA1 Message Date
Dark-Alex-17 2ec2aec4c0 style: updated the previous conversation marker a tad
CI / All (macos-latest) (push) Waiting to run
CI / All (windows-latest) (push) Waiting to run
CI / All (ubuntu-latest) (push) Failing after 26s
2026-07-02 16:49:38 -06:00
+2 -2
View File
@@ -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!();
}
}