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
Copy/Paste this this code on a scenario and the screen isn't cleaning.
public override void Init (ColorScheme colorScheme) { Application.Init (); var button = new Button ("Ok"); button.Clicked += () => Application.RequestStop (); var dialog = new Dialog ("Testing UpdateOffScreen method.", button); Application.Run (dialog); Application.Shutdown (); } public override void Run () { }
With all the other drivers work as expected.
The text was updated successfully, but these errors were encountered:
7d8c5a2
No branches or pull requests
Copy/Paste this this code on a scenario and the screen isn't cleaning.
With all the other drivers work as expected.
The text was updated successfully, but these errors were encountered: