Open steveklabnik opened 1 year ago
Good catch! menus are witchcraft, confirmed Can confirm that annoying behavior on Ubuntu/WSL. Can look into it in a few days.
I'm also hitting this issue:
And after pressing tab it will fix itself just like the OP:
Platform I found this on Windows 11, but believe it to be not specific. Terminal software Windows Terminal, both nushell and powershell
Describe the problem you are observing.
Steps to reproduce
And now
cargo run --example completions
will show the issue.The very first time you do this, you'll get weird rendering:
If you hit tab again, or an arrow key, or anything else, it'll fix itself:
and then on future renderings, it does the right thing.
This makes me really suspect it's some initial state being set up just incorrectly, but have not yet tried to actually diagnose the issue.