style: Format spinner frames

This commit is contained in:
Paul Gauthier (aider) 2025-05-08 19:28:35 -07:00
parent 52ae22bcf8
commit 7a5877ea50

View file

@ -270,18 +270,18 @@ class Spinner:
# Pre-render the animation frames using pure ASCII so they will
# always display, even on very limited terminals.
ascii_frames = [
' #= | ',
' =# | ',
' =# | ',
' =# | ',
' =# | ',
' =# | ',
' =# | ',
' #= | ',
' #= | ',
' #= | ',
' #= | ',
' #= | ',
" #= | ",
" =# | ",
" =# | ",
" =# | ",
" =# | ",
" =# | ",
" =# | ",
" #= | ",
" #= | ",
" #= | ",
" #= | ",
" #= | ",
]
self.unicode_palette = "≋≣"