AshlinHarris / Spinners.jl

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

What if the user function also prints to stdout? #15

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

Spinners might need to be limited to user functions that don't print.

AshlinHarris commented 1 year ago

There is an example of IO redirection in runtests.jl. I'll just add this to the macro.

AshlinHarris commented 1 year ago

Alternatively, if the Spinner is drawn at a particular location with cursor movements, this would no longer be an issue.

AshlinHarris commented 1 year ago

106