mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
spinner
This commit is contained in:
parent
c93c22ec98
commit
4fb2d78011
1 changed files with 12 additions and 14 deletions
|
@ -269,20 +269,18 @@ class Spinner:
|
|||
|
||||
# Pre-render the animation frames using pure ASCII so they will
|
||||
# always display, even on very limited terminals.
|
||||
ascii_frames = """
|
||||
[#= ]
|
||||
[=# ]
|
||||
[ =# ]
|
||||
[ =# ]
|
||||
[ =# ]
|
||||
[ =# ]
|
||||
[ =#]
|
||||
[ #=]
|
||||
[ #= ]
|
||||
[ #= ]
|
||||
[ #= ]
|
||||
[ #= ]
|
||||
""".strip().splitlines()
|
||||
ascii_frames = """ #= |
|
||||
=# |
|
||||
=# |
|
||||
=# |
|
||||
=# |
|
||||
=# |
|
||||
=# |
|
||||
#= |
|
||||
#= |
|
||||
#= |
|
||||
#= |
|
||||
#= |""".splitlines()
|
||||
|
||||
self.unicode_palette = "≋≣"
|
||||
xlate_from, xlate_to = ("=#", self.unicode_palette)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue