mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-13 10:33:51 -05:00

- ^E answerback is now `PuTTY'. - The framework is now in place for the scrollback to reset to bottom on display _or_ keyboard events _or_ both. An actual configurable option isn't yet present, but most of the code is in place. - Try to deal with the problems where incoming data gets dropped after decoding but before display. - Scrollback behaviour has changed: instead of keying it off `scroll' versus `delete top line', things now go into the scrollback from _either_ of those but only if the primary screen is selected. Should fix problems with `less' and talkers. - must_update variable has gone because rdb correctly observed that it didn't seem to be doing a great deal :-) [originally from svn r328]
This is the README for PuTTY, a free Win32 Telnet and SSH client. The provided Makefile is for MS Visual C++ systems. Type `nmake' to build both putty.exe (the main program) and pscp.exe (an SCP client). The comment at the top of the Makefile gives extra build options you can use to build in limited Win32s compatibility, a hack to pass SSH through some types of firewall, and `official' version numbers. Setting up a project file in the Visual C++ IDE sometimes fails to work. In particular, Visual Studio 6 falls over on the odd macro usage in ssh.c. This is a bug in Visual Studio, since the VC++6 command line compiler works fine. If in doubt, just use `nmake'. The PuTTY home web site is http://www.chiark.greenend.org.uk/~sgtatham/putty.html Bug reports and feature requests should be sent to <putty-bugs@lists.tartarus.org>. PLEASE read the section on the web site about how to report bugs effectively. Do NOT send one-line reports saying `it doesn't work'! See the file LICENCE for the licence conditions.
Description
Languages
C
89.7%
Python
8%
Perl
0.9%
CMake
0.8%
Shell
0.4%
Other
0.1%