style: Update spinner unicode palette

This commit is contained in:
Paul Gauthier 2025-05-09 06:48:26 -07:00 committed by Paul Gauthier (aider)
parent 4c959f4542
commit 04cbe87caa

View file

@ -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.