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 e81e57c commit 58a5e27Copy full SHA for 58a5e27
Terminal.Gui/ConsoleDrivers/WindowsDriver/WindowsDriver.cs
@@ -36,12 +36,11 @@ internal class WindowsDriver : ConsoleDriver
36
37
private WindowsConsole.ButtonState? _lastMouseButtonPressed;
38
private WindowsMainLoop? _mainLoopDriver;
39
- private WindowsConsole.ExtendedCharInfo [] _outputBuffer;
+ private WindowsConsole.ExtendedCharInfo [] _outputBuffer = new WindowsConsole.ExtendedCharInfo [0 * 0];
40
private Point? _point;
41
private Point _pointMove;
42
private bool _processButtonClick;
43
44
- // BUGBUG: Fix this nullable issue.
45
public WindowsDriver ()
46
{
47
if (Environment.OSVersion.Platform == PlatformID.Win32NT)
0 commit comments