1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/assets/windows/conhost
Wez Furlong b5bfec6510 update conpty to v1.9.1445.0
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.
2021-05-28 15:11:29 -07:00
..
conpty.dll update conpty to v1.9.1445.0 2021-05-28 15:11:29 -07:00
OpenConsole.exe update conpty to v1.9.1445.0 2021-05-28 15:11:29 -07:00
README.md pty: windows: allow loading a newer conpty dll 2020-04-06 12:48:54 -07:00

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