BDisp
BDisp
In which driver? I think I know why with my last refactor.
I really don't know if we can rely on Windows Terminal Preview for now. See below. It's a regression or it's some workaround used in the current WT version that...
> Get an issue running this code with the new Windows Terminal Preview (the one that has sixel support). Seems the response you read is just full of `\0`. >...
> I really don't know if we can rely on Windows Terminal Preview for now. See below. It's a regression or it's some workaround used in the current WT version...
The only driver that doesn't work well with sixel is the `NetDriver` because it use the same std-in and std-out and when I press Esc to exit the sixel scenario...
> The only driver that doesn't work well with sixel is the `NetDriver` because it use the same std-in and std-out and when I press Esc to exit the sixel...
> @BDisp / @tig / @dodexahedron do you want me to continue looking at processing ANSI requests without suspending the input stream (see #3791)? > Yes I want. I'm loving...
@tznind please also add more requests to your scenario. You can use mine in this PR and adapt it to your PR. You can use the predefined already existents and...
Please, indicate what driver and what console do you are using. What do you are running? Something from the `UICatalog` or your own code? If is your code can you...
Sorry but I can't reproduce this with the information you provided and with your codebase . The only issue I seen is the app crash if we resize the the...