]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Turned the old `Telnet Command' System-submenu into a more general
authorSimon Tatham <anakin@pobox.com>
Fri, 4 Apr 2003 20:21:05 +0000 (20:21 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 4 Apr 2003 20:21:05 +0000 (20:21 +0000)
commit8c2f2fa4263dd705bc4f769fab9f280e5201d549
tree4f0d8336a3257930c6da882a16952291bd7d5739
parente3a95c8f1455f92678f1a094f8b9c8e9ba4630c7
Turned the old `Telnet Command' System-submenu into a more general
`Special Command' menu, in which any backend can place its own list
of magical things the user might want to ask the backend to do. In
particular I've implemented the recently proposed "break" extension
in SSH2 using this mechanism.
NB this checkin slightly breaks the Mac build, since it needs to
provide at least a stub form of update_specials_menu().

git-svn-id: http://svn.tartarus.org/sgt/putty@3054 cda61777-01e9-0310-a592-d414129be87e
console.c
putty.h
raw.c
rlogin.c
ssh.c
telnet.c
unix/pterm.c
unix/pty.c
unix/uxcons.c
window.c