diff --git a/aider/utils.py b/aider/utils.py index 9786b6041..c7ec14b01 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -284,7 +284,7 @@ class Spinner: [ #=- ] """.strip().splitlines() - xlate_from, xlate_to = ("-=#", "≈≋≣") + xlate_from, xlate_to = ("-=#", "─=≡") # If unicode is supported, swap the ASCII chars for nicer glyphs. if self._supports_unicode():