We shouldn't offer the Break special when we don't have a session to send it
[u/mdw/putty] / telnet.c
index 5b34048..540c6d2 100644 (file)
--- a/telnet.c
+++ b/telnet.c
@@ -762,6 +762,11 @@ static const char *telnet_init(void *frontend_handle, void **backend_handle,
      */
     telnet->in_synch = FALSE;
 
+    /*
+     * We can send special commands from the start.
+     */
+    update_specials_menu(telnet->frontend);
+
     return NULL;
 }