AshlinHarris / Spinners.jl

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

`@spinner` does not consider spinner type (symbol) anymore #88

Closed curio-sitas closed 1 year ago

curio-sitas commented 1 year ago

@spinner macro prints the default spinner despite the fact that another spinner is asked test

AshlinHarris commented 1 year ago

Sorry about that! I've been testing things manually for now, and I missed this issue.

Once I rewrite the drawing functions to use cursor locations instead of backspaces, I can rewrite the test suite to make sure this doesn't happen anymore.