refactor: Update terminal detection message to include pretty output

This commit is contained in:
Paul Gauthier 2025-01-10 14:26:06 -08:00 committed by Paul Gauthier (aider)
parent 6c7a0d21d2
commit a9cf438100

View file

@ -277,7 +277,7 @@ class InputOutput:
else:
self.console = Console(force_terminal=False, no_color=True) # non-pretty
if self.is_dumb_terminal:
self.tool_output("Detected dumb terminal, disabling fancy input.")
self.tool_output("Detected dumb terminal, disabling fancy input and pretty output.")
self.file_watcher = file_watcher
self.root = root