tweaks to newline

This commit is contained in:
Dhanji Prasanna
2025-10-04 13:30:11 +10:00
parent cdfca615e3
commit f562301aa2
4 changed files with 42 additions and 45 deletions

View File

@@ -185,7 +185,7 @@ impl UiWriter for RetroTuiWriter {
}
fn print_agent_prompt(&self) {
self.tui.output("💬 ");
self.tui.output("\n💬 ");
}
fn print_agent_response(&self, content: &str) {