Turned the old `Telnet Command' System-submenu into a more general
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 4 Apr 2003 20:21:05 +0000 (20:21 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 4 Apr 2003 20:21:05 +0000 (20:21 +0000)
commit125105d16c788398562ac03e91ce7a0dc0292492
tree4f0d8336a3257930c6da882a16952291bd7d5739
parent14880afc53efa7bad9ec73d468dc841c28525713
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: svn://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