This commit is contained in:
Paul Gauthier 2025-05-08 17:21:48 -07:00
parent 784ac79da1
commit 4e86a82a08

View file

@ -284,7 +284,7 @@ class Spinner:
[ #=- ]
""".strip().splitlines()
xlate_from, xlate_to = ("-=#", "≈≋≣")
xlate_from, xlate_to = ("-=#", "─=≡")
# If unicode is supported, swap the ASCII chars for nicer glyphs.
if self._supports_unicode():