-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Windows support #5
Comments
Possible switch to |
Note to myself: blocking PR was closed, nothing should block windows support now. |
And it is blocked by this PR now: fdehau/tui-rs#150 |
Almost done, blocked only because there is no |
Hello, just discovered this nice tool! |
No, it is not blocked anymore, switch to PRs are more that welcome! |
Interesting to the point at which I'm almost willing to give it a try. What was the whole point, again? Terminal UI library, which is being used now, provides too much capabilities that cannot be replicated on Windows, so devs just gave on supporting it, and thus it fails to even compile? So we need to move on to a less capable library which would support the lowest common denominator of all platforms. Am I getting this right? |
@ratijas the idea is to pick up terminal UI library, which will provide the same interface (or, at least the almost same) as in the current implementation, while also providing support for at least Linux, macOS and Windows. If it will also support *BSD family, that will be a great bonus. I'm not aware about current state of Does this answers your question? |
This is a tracking issue for Windows support.
Main problem is that termion backend for tui dependency does not support Windows terminals.
Another option for tui - crossterm supports Windows and should be considered as a replacement.
The text was updated successfully, but these errors were encountered: