AshlinHarris / Spinners.jl

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

Need a Spinner composite type #76

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

This should make it easier to construct, manage and clear multiple spinners, as well as to develop new features.

The object should contain the style, message, location, and other parameters of each spinner.

As needed, it can calculate and store information such as the textwidth of each frame.