-
Notifications
You must be signed in to change notification settings - Fork 695
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
[V2] truecolor support #2729
[V2] truecolor support #2729
Conversation
…eTrueColor during AttributeWrite
(it's not present in v2)
`Attribute.TrueColorForeground' must be fully assigned before control is returned to the caller. Consider updating to language version '11.0' to auto-default the property. Terminal.Gui (net7.0)`
Very good work, thanks. I think @tig would prefer you submit this PR based on the https://github.com/tig/Terminal.Gui/tree/v2_fixes_666_console_driver_dupes instead of the v2_develop branch, as @adstep did on the tig#15. Maybe it's a good idea you merge the @adstep's branch into your PR and adjust the better of the two PR and leverage your changes to the others drivers. |
done! |
This will be merged as part of #2612 |
Fixes #48 - Add true color support
Pull Request checklist:
CTRL-K-D
to automatically reformat your files before committing.dotnet test
before commit///
style comments)