Dustin L. Howett (MSFT)

Results 98 comments of Dustin L. Howett (MSFT)

So, funny enough, this _is_ actually supposed to work properly. The handles servicing the PTY should get EOF when the last connected application goes away. We recently made some changed...

Shortest possible version of the explanation: the pty host is holding a ConDrv device reference handle, and conhost thinks there's still a client connected because of it. :smile:

This is going to have to be fixed at the same time as #1810. /cc @miniksa; i've triaged this into the same milestone at 1810.

@AnuthaDev it’s nowhere near ready for primetime use (by developers who we can’t go bother when stuff goes wrong), but this repository does produce a WPF control that’s really just...

> density So, WinUI 2 started to offer a ["Compact" sizing dictionary](https://docs.microsoft.com/en-us/windows/uwp/design/style/spacing) that changes control sizes to more closely match classic Win32. That might be worth investigating.

After testing: on account of we don't have too much UI right now it doesn't really help us.

Now, I'm going to mark and minimize all the complaining about our choice in UI framework as off-topic and turn this into the issue for "make sure terminal launches fast"....

I'd prefer to let commandline arguments solve this one, honestly. I don't like the idea of profiles whose settings override application-level settings, because that opens up a pretty big can...

I've created this as a draft so that we can discuss it. I agree that this is best solved with a linker directive or by using another linker. My main...

This is definitely Terminal's fault, not the font. You can feel free to close this one :smile:.