BDisp

Results 764 comments of BDisp

That is just for legacy terminals which they can interpret that if a cell has null char then output an empty string letting the wide char on the left output...

> But you aren't inserting a null character. You're inserting a space! > Sorry I already change the code. The result is the same. > Anyway, `WriteConsoleOutputCharacter[AW]` is for legacy...

I really appreciated all yours feedback and I understand that new features can cause break changes. Thus, I decided to use, for virtual terminal sequences that are disabled, `WriteConsoleW` and...

Thanks for all your feedback. `WriteConsoleOutputAttribute` really don't work. I wasn't testing with colors but only using the console default attributes. Setting custom foreground colors still work but also setting...

> Is there a reason you don't simply enable VT support with `SetConsoleMode` and then always use VT sequences, even under the older conhost? As I said before my intention...

I used work with VT support, so it isn't about it but only to see if some very old stuff still work 😄 Yes, I also agree by closing because...

If a property doesn't directly hold a value and need always to call methods to get and set a private field, I personally prefer to use public methods to get...

> I can't reproduce it. I'm using Windows Terminal version 1.21.2701.0. I can reproduce in all drivers. WT version issue? Use mouse wheeling.

This issue still happens with me with the v2_develop. @tznind can you please check if this is happening with you or not. Thanks.