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 #10 caused by unintentional variable shadowing #13

Closed sayanarijit closed 2 years ago

sayanarijit commented 2 years ago

~I'm not sure what's going on, but it seems to fix a few things.~ The variable name style was shadowing another variable with a similar name, outside the scope.

There are still some issues, but let's do one at a time.

sayanarijit commented 2 years ago

Ah got it...

The variable name style was shadowing another variable with a similar name, outside the scope.

uttarayan21 commented 2 years ago

Ah! thanks a lot. I had no clue what was happening.

uttarayan21 commented 2 years ago

I've published v0.5.1 with this pr merged