Dustin L. Howett (MSFT)
Dustin L. Howett (MSFT)
PSReadline uses raw input and non-PSReadline uses `COOKED_READ` in the console host. One of these things can never be fixed :smile:
Cooked read is provided by conhost.exe, not Core, and we cannot change it without significantly impacting application compatibility all across Windows. Raw input with a readline-like library is the _correct_...
@miniksa /cc for legacy v1 compat break
I'm gonna close this one out, but only for now. I'd love to see if we can pursue a standards-compliant way to do this that all TEs can agree upon,...
@eryksun thanks for the detailed write-up, and @stwish-msft thanks for the report. It looks like we don't actually have a bug tracking `COOKED_READ` not supporting UTF-8, but we do know...
I'm giving this one the _unusual_ denomination of "bugtask". We have a couple of them -- it's a bug, yes, but it's a fairly big chunk of work and a...
Though, that looks like Cascadia Code. The version released yesterday with the new metrics works properly with Terminal. You may need to update.
I'm taking triage off this. It needs a spec, and we need to make sure that we follow the prevailing standards if we're ever going to do this.
Comments from #4544. from @zyy1998 > # Display images in terminal > I'm trying to use **_WSL_** to substitute some functions on windows, it performed well in some text-only functions....