1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 19:58:15 +03:00
wezterm/assets
Wez Furlong 61e3545c68 pty: windows: allow loading a newer conpty dll
This commit allows loading the console functions from `conpty.dll`
instead of `kernel32.dll` which means that we can update and
track newer features than have been deployed to Windows.

In practical terms this means that we can now unlock mouse input
reporting in eg: VIM running under WSL.
refs: https://github.com/microsoft/terminal/issues/376

We're jumping the gun on this issue, which is tracking making
a proper supportable way to deploy this sort of update:
refs: https://github.com/microsoft/terminal/issues/1130

For now it seems easier just for us to bundle our own copy of
these bits.

This includes a speculative change to include those in our
Windows downloads also.

The binaries were built from
4f8acb4b9f
2020-04-06 12:48:54 -07:00
..
colors Import color schemes from https://github.com/mbadolato/iTerm2-Color-Schemes 2020-01-12 20:51:03 -08:00
icon Embed icon into windows executable and titlebar 2019-03-24 19:08:07 -07:00
macos/WezTerm.app/Contents Add basic install script and icon 2019-03-23 18:41:10 -07:00
windows pty: windows: allow loading a newer conpty dll 2020-04-06 12:48:54 -07:00
wezterm.appdata.xml First pass at building an AppImage (#125) 2020-01-20 23:11:38 -08:00
wezterm.desktop First pass at building an AppImage (#125) 2020-01-20 23:11:38 -08:00