Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab completion doesn't work on windows. #291

Open
redstonerti opened this issue Nov 4, 2023 · 1 comment
Open

Tab completion doesn't work on windows. #291

redstonerti opened this issue Nov 4, 2023 · 1 comment

Comments

@redstonerti
Copy link

redstonerti commented Nov 4, 2023

I tried the completion.rs example. It worked fine on arch but not in the windows terminal or visual studio code. On windows, pressing tab just doesn't do anything. The right arrow key still works though.

@Gordon01
Copy link
Contributor

Hi, the problem is in the underlying crate console: console-rs/console#182
I fixed that a few months later, but since then there have been no releases of the console. And then this crate's dependencies need to be updated.

@mitsuhiko can you make a minor release of the console, please?

@redstonerti as the workaround you can do this in your patch section of Cargo.toml:

console = { git = "https://github.com/console-rs/console" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants