Dustin L. Howett
Dustin L. Howett
> Could this have anything to do with the new ConPTY? It is due to Win32-OpenSSH using the new ConPTY when it shouldn't. When ssh is wired up to expect,...
There's code in SSH that should automatically detect whether to run in `-T` or `-t` mode; those flags are only required when you want to force it one way or...
@github-dub `-T` does not turn off the remote shell, it turns off the remote _expectation of interactivity_ that assumes that the output of the program is being wired directly up...
Ah, that’s curious. We should be returning `0, 0, 0, 0`. There is no legal HWND for a Terminal pane or an SSH client session, and so the API provides...
_Interesting_. We are supposed to ignore history sizes > 32000 . . .
@llinfeng there are so many different variables here. Are you using Windows Terminal or the original windows console? What version of Terminal? What version of Windows?
Specifically: "UWP XAML" (not WPF, which WinDbg Preview uses) uses the modern WinRT drag/drop APIs. Those APIs require a data broker process. That broker just doesn't work from an elevated...
@Suncatcher Thanks for the request. It's a good idea! The catch here, though, is that the execution policy is a property of the thing that is running _inside_ terminal, right?...
_Hell yeah._ Why is this difficult to review?
This is in today's bug bash build as well!