refactor: rename pretty flag to fancy_input for clarity

This commit is contained in:
Paul Gauthier 2024-10-24 14:23:22 -07:00 committed by Paul Gauthier (aider)
parent 3c658ac66f
commit 8a63b1b3ce

View file

@ -234,7 +234,8 @@ class InputOutput:
self.append_chat_history(f"\n# aider chat started at {current_time}\n\n")
self.prompt_session = None
if self.pretty:
# add fancy_input as an init param @ai
if self.fancy_input:
# Initialize PromptSession
session_kwargs = {
"input": self.input,