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

@@ -208,9 +208,6 @@ async fn run_interactive_retro(config: Config, show_prompt: bool, show_code: boo
}
}
tui.output("");
tui.output("");
// Track multiline input
let mut multiline_buffer = String::new();
let mut in_multiline = false;