Skip to content
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

v1 CursesDriver isn't updating the buffer on the UpdateOffScreen method. #3527

Closed
BDisp opened this issue Jun 3, 2024 · 0 comments
Closed
Milestone

Comments

@BDisp
Copy link
Collaborator

BDisp commented Jun 3, 2024

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.

@tig tig closed this as completed in 7d8c5a2 Jun 9, 2024
@tig tig added this to the v1.17.1 milestone Jul 11, 2024
@tig tig moved this to ✅ Done in Terminal.Gui V1 Maintenance Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants