console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.21k stars 238 forks source link

Fix truncated ANSI #627

Open remi-dupre opened 4 months ago

remi-dupre commented 4 months ago

Hi!

I noticed that truncated variables in templates were not ANSI aware. So here is a suggestion based on https://github.com/console-rs/console/pull/206 to fix that :smile:

djc commented 4 months ago

Thanks for having a look at this! Going to set it to draft state until there is some movement on the console PR.