BDisp
BDisp
> Yeah. We should have zero instances of Task.Delay anywhere in the code. Yes it suits. The only one I can't avoid is the `CheckWindowSizeChange` method because it is necessary...
There is already ManualResetEvent for those we can control using like a switch. For the console resizing we have to monitoring periodically.
> A timer is much more appropriate than sleeps, if periodic polling is the only reliable means of doing it. I opted for a simpler solution taking advantage of the...
But with `Task.Delay` I'm taking advantage of using the `CancellationTokenSource` by catching the cancellation to exit the loop.
> But you can pass a CT to it if you want, anyway. But it'd be more advantageous to register for the cancellation callback from the CTS, rather than making...
This was already fixed on #3515.
The more strange is v2net not rendering the glyphs as the v2win does using `Windows Terminal`. This worth to being investigate.
> I agree. But this issues title and description says nothing about that. It's in the discussion #4003 as OP mention above.
> I don't understand why nuget is even showing 2203. That version is NOT listed on Nuget. I think nuget it's using the user cached local package.
> From this image, there is nothing wrong with the Glyphs. This is due to something else. Not sure what. This is due the conhost.exe or cmd.exe doesn't support escape...