ogham / rust-ansi-term

Rust library for ANSI terminal colours and styles (bold, underline)

Home Page:https://crates.io/crates/ansi_term

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add strikethrough

bestouff opened this issue · comments

Hi,

Could you add the strikethrough mode, which is \e[9m ?

Thanks

There you go! It's available in version 0.7.5.

Works like a charm.
Thanks a lot !