From 04cbe87caac1991680af5a121d0825e1b9b11139 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 9 May 2025 06:48:26 -0700 Subject: [PATCH] style: Update spinner unicode palette --- aider/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/utils.py b/aider/utils.py index 13f09b034..00caf8ab3 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -292,7 +292,7 @@ class Spinner: " #= ", # space(1) C1 C2 space(7) ] - self.unicode_palette = "≋≣" + self.unicode_palette = "░█" xlate_from, xlate_to = ("=#", self.unicode_palette) # If unicode is supported, swap the ASCII chars for nicer glyphs.