AshlinHarris / Spinners.jl

Command line spinners in Julia with Unicode support
MIT License
13 stars 1 forks source link

Use textwidth for clean up #75

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

This should work for any grapheme, even ones composed of multiple characters:

@spinner "क़ " sleep(2)
@spinner ["क़", "123456789"] sleep(2)
@spinner "🎉\u3000დ\u3000@ क़ " sleep(2)