ソースを参照

Remove double paint!

tznind 10 ヶ月 前
コミット
d60b1fa347
1 ファイル変更0 行追加2 行削除
  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)