-
Notifications
You must be signed in to change notification settings - Fork 38
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
Test/add Windows support #8
Comments
I'll fire up windows today and get it working! |
I think its a termion thing, unfortunately..
…On 10 January 2017 at 15:13, Tyler Neely ***@***.***> wrote:
I'll fire up windows today and get it working!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAtGcQ8p8ftdW9PxyqBoQ4nChIRkeUbks5rQ7w3gaJpZM4LePXa>
.
|
termion claims it will work on any system with an ansi terminal, so later today I'll try it out on bash for windows |
That will probably work, I didn't try that.
…On Jan 10, 2017 7:29 PM, "Tyler Neely" ***@***.***> wrote:
termion claims it will work on any system with an ansi terminal, so later
today I'll try it out on bash for windows
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAtGU654jx1KHefeuNu68In91iri4A2ks5rQ_gmgaJpZM4LePXa>
.
|
I tried installing this to my windows using cargo install with git bash but with no luck. Here's the error message:
|
@mrZalli thank you for testing this out! it seems like I should investigate alternative terminal libraries. I use pretty basic functionality, so another one may be able to be swapped in without too much effort. |
To whom it may interest: I had a rough try at porting void to crossterm (for native, non-WSL Windows support) here: https://github.com/pmf/void/tree/crossterm-for-windows-support Issues that I'll still have to handle:
Would be good if someone who is more familiar with void could try it out and compare performance under Linux (I've just compared the Linux termios and crossterm versions in a VM, and not with large files) and check what other features might be broken that I do not know of. |
Hi,
since this is written in a modern language, I had the expectation it would work on Windows as well.
The text was updated successfully, but these errors were encountered: