We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc17291 commit ff69a2dCopy full SHA for ff69a2d
Tests/UnitTestsParallelizable/Drivers/OutputBaseTests.cs
@@ -211,5 +211,12 @@ public void Write_EmitsSixelDataAndPositionsCursor (bool isVirtualTerminal)
211
// Cursor was NOT moved to Sixel position
212
Assert.NotEqual (s.ScreenPosition, output.GetCursorPosition ());
213
}
214
+
215
+ IApplication app = Application.Create ();
216
+ app.Driver = driver;
217
218
+ Assert.Equal (driver.Sixel, app.Driver.Sixel);
219
220
+ app.Dispose ();
221
222
0 commit comments