ratatui / ansi-to-tui

Convert ansi colored text to tui::text::Text
https://crates.io/crates/ansi-to-tui
MIT License
57 stars 21 forks source link

Fix tests and possibly fix issues with parsing #41

Closed uttarayan21 closed 6 months ago

uttarayan21 commented 7 months ago

ratatui has introduced Style::reset() function which and Color::Reset color types which is different from Style::default() which we compared for resets.

uttarayan21 commented 6 months ago

fixed in #42