mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
style: Format spinner frames
This commit is contained in:
parent
52ae22bcf8
commit
7a5877ea50
1 changed files with 12 additions and 12 deletions
|
@ -270,18 +270,18 @@ class Spinner:
|
||||||
# Pre-render the animation frames using pure ASCII so they will
|
# Pre-render the animation frames using pure ASCII so they will
|
||||||
# always display, even on very limited terminals.
|
# always display, even on very limited terminals.
|
||||||
ascii_frames = [
|
ascii_frames = [
|
||||||
' #= | ',
|
" #= | ",
|
||||||
' =# | ',
|
" =# | ",
|
||||||
' =# | ',
|
" =# | ",
|
||||||
' =# | ',
|
" =# | ",
|
||||||
' =# | ',
|
" =# | ",
|
||||||
' =# | ',
|
" =# | ",
|
||||||
' =# | ',
|
" =# | ",
|
||||||
' #= | ',
|
" #= | ",
|
||||||
' #= | ',
|
" #= | ",
|
||||||
' #= | ',
|
" #= | ",
|
||||||
' #= | ',
|
" #= | ",
|
||||||
' #= | ',
|
" #= | ",
|
||||||
]
|
]
|
||||||
|
|
||||||
self.unicode_palette = "≋≣"
|
self.unicode_palette = "≋≣"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue