b5bfec6510
refs: https://github.com/microsoft/terminal/issues/376 This also enables as the conpty layer the new win32 mode discussed in https://github.com/wez/wezterm/issues/318 wezterm itself is not able to use this mode yet. |
||
---|---|---|
.. | ||
conpty.dll | ||
OpenConsole.exe | ||
README.md |
Console Host
This directory contains a copy of built artifacts from the Microsoft Terminal project which is provided by Microsoft under the terms of the MIT license.
Why are they here? At the time of writing, the conpty implementation that ships with windows is lacking support for mouse reporting but that support is available in the opensource project so it is desirable to point to that so that we can enable mouse reporting in wezterm.
It looks like we'll eventually be able to drop this once Windows and/or the build for the terminal project make some more progress.
https://github.com/microsoft/terminal/issues/1130
These assets were built by opening the solution in visual studio 2019 and
building the Host.EXE
and winconpty.DLL
projects.
It's possible that you'll need to download this runtime support package from MS in order for this to work: https://www.microsoft.com/en-us/download/details.aspx?id=53175