-
-
Notifications
You must be signed in to change notification settings - Fork 105
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 on Windows #45
Comments
Due to the fix by @lzybkr, we now have working truecolor support on Windows. However, the I guess this is the reason that the color spectrum in |
See also ogham/rust-ansi-term#50 for an explanation. |
As long as STDOUT isn't redirected, the referenced code for But I don't think that this would be the problem for this issue, unless STDOUT is redirected in some way for the spectrum display. It may be a Windows console bug instead. Or maybe a "pixel" size/density issue? |
@rivy Thank you very much for the clarification! I was on the wrong way there.. Your comment actually made me look into our code again and it turns out that this was still a problem with I just pushed an update that fixes the issue: |
Now we just need an external colorpicker for Windows that we could add here: Lines 64 to 97 in 4ba074c
|
😄 |
Going to close this for now. If someone finds a colorpicker for Windows that could be included, let me know. Apart from this, the Windows build should work just fine. |
@sharkdp I know this issue is currently closed but would you be releasing pre-build Windows .exe binaries for this, or must we build from src? |
If someone wants to write the deployment scripts (via travis or appveyor), I'm happy to include them. But I'm probably not going to work on this on my own. (Deployment code for Windows can be found in my other Rust projects, e.g. |
pastel pick
=> any supported tools?The text was updated successfully, but these errors were encountered: