Turned the old `Telnet Command' System-submenu into a more general
[u/mdw/putty] / unix / pterm.c
index 00ce217..57c8d02 100644 (file)
@@ -148,6 +148,14 @@ void ldisc_update(void *frontend, int echo, int edit)
      */
 }
 
+void update_specials_menu(void *frontend)
+{
+    /*
+     * When I implement a context menu in pterm, I will need to
+     * support this function properly.
+     */
+}
+
 int askappend(void *frontend, Filename filename)
 {
     /*