mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 01:07:58 +01:00
Remove double paint!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user