We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug SetUnderlineColor command results in a SetUnderlineColor not supported by winapi. error
SetUnderlineColor
SetUnderlineColor not supported by winapi.
To Reproduce Issue a SetUnderlineColor command on Windows 7
Expected behavior Nothing happens, crossterm silently ignores the command as it is not supported by WinAPI
OS Windows 7
Terminal/Console cmd.exe
Notes My understanding is unsupported commands should return Ok(()) similar to this https://github.com/crossterm-rs/crossterm/blob/master/src/style.rs#L321, however the SetUnderlineColor returns an error https://github.com/crossterm-rs/crossterm/blob/master/src/style.rs#L251
Ok(())
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
SetUnderlineColor
command results in aSetUnderlineColor not supported by winapi.
errorTo Reproduce
Issue a
SetUnderlineColor
command on Windows 7Expected behavior
Nothing happens, crossterm silently ignores the command as it is not supported by WinAPI
OS
Windows 7
Terminal/Console
cmd.exe
Notes
My understanding is unsupported commands should return
Ok(())
similar to this https://github.com/crossterm-rs/crossterm/blob/master/src/style.rs#L321, however theSetUnderlineColor
returns an error https://github.com/crossterm-rs/crossterm/blob/master/src/style.rs#L251The text was updated successfully, but these errors were encountered: