-
Notifications
You must be signed in to change notification settings - Fork 181
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
MinGW support #401
Comments
My suggestion: |
For reference, crossterm-rs/crossterm#580 |
Hi folks,
We've recently started looking into shipping a command-line REPL for the GameLisp scripting language (fleabitdev/glsp#11), but it would need to provide working
readline
-like functionality when it's run on a fresh installation of MinGW.MinGW's default console (Mintty) seems to be unsupported by all existing Rust crates, and GNU
readline
itself also seems to be broken on that console.Are there any major problems which prevent
rustyline
from providing basic support for Mintty, or is it just something which hasn't been looked into yet? If I were to attempt to implement this feature myself, are there any obstacles I should know about?(Some previous discussion at #203)
The text was updated successfully, but these errors were encountered: