]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Telnet specials menu was not being reinstated after a session was restarted in
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 17 Oct 2004 14:44:27 +0000 (14:44 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 17 Oct 2004 14:44:27 +0000 (14:44 +0000)
commit94d123b68fe6c302233f1d99914e7dc288badddd
treec26a58eef07ba42cb133719a92c225697d149fa9
parent43956dddc1adf41801de2a1a2f04f1c2a5d29a6c
Telnet specials menu was not being reinstated after a session was restarted in
the same window (Windows version only).

Policy change: it's now the backend's responsibility to call
update_specials_menu() at the start of a session (or whenever it feels ready),
if it has any special commands. Otherwise the menu won't be displayed.

git-svn-id: http://svn.tartarus.org/sgt/putty@4649 cda61777-01e9-0310-a592-d414129be87e
putty.h
telnet.c
unix/pterm.c
window.c