-
Notifications
You must be signed in to change notification settings - Fork 50
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
termios is unix only #1
Labels
bug
Something isn't working
Comments
Thanks for this issue! Does this concern the |
Okay got it. The |
ShutdownRepo
pushed a commit
that referenced
this issue
Apr 17, 2020
This is a fix for issue #1. The menu is created with `simple_term_menu`, a lib that relies on `termios` that only works on Unix systems. This fix checks wether the OS is Windows or not. For Windows, the menu is based on the `console-menu` lib.
Fixed in 2e28b35 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It doesn't work on windows since it's missing termios library
The text was updated successfully, but these errors were encountered: