lotabout / skim

Fuzzy Finder in rust!
MIT License
5.1k stars 183 forks source link

Terminal colors are not restored after Skim::run_with returns #533

Open tyilo opened 1 year ago

tyilo commented 1 year ago

Running the example Rust code from the README and choosing the bbbb option using arrow up and enter the ouput is as follows:

image

You can see that bbbb output is not shown in the default color of my terminal.

This doesn't happen if option aaaaa is selected by just pressing enter:

image

Video