]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit3bd04155796b6349385aa628234d7ae337b69ea6
tree4f0d8336a3257930c6da882a16952291bd7d5739
parente322770ab580a05b14a15d03dc83b659795a9cf9
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().

[originally from svn r3054]
console.c
putty.h
raw.c
rlogin.c
ssh.c
telnet.c
unix/pterm.c
unix/pty.c
unix/uxcons.c
window.c