console-rs / dialoguer

Rust utility library for nice command line prompts and similar things
MIT License
1.31k stars 143 forks source link

Wide items in fuzzy select make the prompt disappear #313

Open francisdb opened 5 months ago

francisdb commented 5 months ago

If the items contain lines that are longer than the console the search prompt disappears. See screenshot below

image

image

The issue with the invalid formatting is reported in #312