Telnet specials menu was not being reinstated after a session was restarted in
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sun, 17 Oct 2004 14:44:27 +0000 (14:44 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sun, 17 Oct 2004 14:44:27 +0000 (14:44 +0000)
commit533b1743c50f01d64c67cb69ccd0d8c6f9762092
treec26a58eef07ba42cb133719a92c225697d149fa9
parent6ac7f054182a91601c70c93b663c10149a766fb7
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: svn://svn.tartarus.org/sgt/putty@4649 cda61777-01e9-0310-a592-d414129be87e
putty.h
telnet.c
unix/pterm.c
window.c