From 4e86a82a0882a0d347166ffbe2eb811ff39ef9bb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 May 2025 17:21:48 -0700 Subject: [PATCH] copy --- aider/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():