feat: change REPL indicators (#263)

pull/264/head
sigoden 7 months ago committed by GitHub
parent 075631d794
commit e7272398dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,9 +39,9 @@ impl Prompt for ReplPrompt {
fn render_prompt_indicator(&self, _prompt_mode: reedline::PromptEditMode) -> Cow<str> {
if self.config.read().session.is_some() {
Cow::Borrowed("")
Cow::Borrowed(") ")
} else {
Cow::Borrowed("")
Cow::Borrowed("> ")
}
}

Loading…
Cancel
Save