5 ms·
conhost.exe is the terminal, cmd.exe is the shell, this patch is in fact only currently used in conhost
by None4U 2y ago
conhost.exe is the terminal, cmd.exe is the shell, this patch is in fact only currently used in conhost
- runevault 2y agoconhost is in the terminal repo? Huh interesting, that surprises me.
- zadjii 2y agoConhost and Terminal share quite a lot of code in fact. The text buffer, the renderer, the VT sequence parser - all that's the same codebase. That allows bugfixes and improvements to the the Terminal to also flow back to the vintage console (for people who still use that)
- slyfox125 2y agoInteresting tidbit - thank you for sharing. That's handy for those who prefer the vintage console (including myself).
- zadjii 2y agoThat is _technically_ correct (the best kind). There's some plumbing between conhost and Terminal we need to clean up before we can add it to Terminal too. We've got a branch ready, we've just got to merge a whole stack of PRs first before we can get there.