A fork of Simon Tatham's SSH client PuTTY for use with WinSSHTerm 2.41.0 or higher.
- Scroll behaviour similar to Windows Terminal (mouse wheel and trackpad)
- Change font size with CTRL+MOUSEWHEEL
- Prevent weird terminal behaviour on Windows systems that support Modern Standby (see issue)
- Windows 10 or higher
- Visual Studio (C++ Development)
- CMake
- Download and extract the source zip file
- Run
cmake -A x64 .if you want ax64build or runcmake -A arm64 .for aarm64build - Start the build with
cmake --build . --config Release - A new sub-directory
Releasewill be created that contains the binaries
