mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Update spinner unicode palette
This commit is contained in:
parent
4c959f4542
commit
04cbe87caa
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue