contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 101 forks source link

Fix Windows alt/control key modifiers #1434

Closed Yaraslaut closed 5 months ago

Yaraslaut commented 5 months ago

Closes https://github.com/contour-terminal/contour/issues/1408

Also, fixes my locall build with libssh support, see target names: https://github.com/libssh2/libssh2/pull/1104

christianparpart commented 5 months ago
CMake Error at src/vtpty/CMakeLists.txt:82 (target_link_libraries):
Error:   Target "vtpty" links to:

    Libssh2::libssh2

  but the target was not found.

I think, on windows, we need the old way, but then explicitly link against the _static version.

Yaraslaut commented 5 months ago
CMake Error at src/vtpty/CMakeLists.txt:82 (target_link_libraries):
Error:   Target "vtpty" links to:

    Libssh2::libssh2

  but the target was not found.

I think, on windows, we need the old way, but then explicitly link against the _static version.

I reverted this commit