Fix #7581
This commit is contained in:
parent
5eccdd3d13
commit
1393fa6239
1 changed files with 1 additions and 1 deletions
|
|
@ -1044,7 +1044,7 @@ def braille(buf: BufType, width: int, height: int, which: int = 0) -> None:
|
|||
'': [p(spinner, start=360, end=540)],
|
||||
'': [p(spinner, start=80, end=220)],
|
||||
'': [p(spinner, start=170, end=270)],
|
||||
'○': [p(spinner, start=0, end=360)], # circle
|
||||
'○': [p(spinner, start=0, end=360, level=0)], # circle
|
||||
'◜': [p(spinner, start=180, end=270)], # upper-left
|
||||
'◝': [p(spinner, start=270, end=360)], # upper-right
|
||||
'◞': [p(spinner, start=360, end=450)], # lower-right
|
||||
|
|
|
|||
Loading…
Reference in a new issue