Browse Source

Remove double paint!

tznind 10 months ago
parent
commit
d60b1fa347
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

+ 0 - 2
Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

@@ -125,8 +125,6 @@ internal class WindowsConsole
                 result = WriteConsole (_screenBuffer, s, (uint)s.Length, out uint _, nint.Zero);
             }
 
-            result = WriteConsole (_screenBuffer, s, (uint)s.Length, out uint _, nint.Zero);
-
             _lastWrite = s;
 
             foreach (var sixel in Application.Sixel)