AshlinHarris / Spinners.jl

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

Use functions from REPL.Terminals.jl instead of escape sequences #91

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

REPL.Terminals.jl exports some functions for terminal operations. For portability, it might be better to rely on these rather than hard-coded escape sequences.

https://github.com/JuliaLang/julia/blob/0c382c245a0d428aae6c593d5def8e6f73dafe34/stdlib/REPL/src/Terminals.jl