diff --git a/aider/io.py b/aider/io.py index 6eaa0a756..06f0e5350 100644 --- a/aider/io.py +++ b/aider/io.py @@ -251,7 +251,7 @@ class InputOutput: self.prompt_session = None self.is_dumb_terminal = is_dumb_terminal() - + if self.is_dumb_terminal: self.pretty = False fancy_input = False