Skip to content

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

@BDisp

Description

@BDisp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions