]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/pterm.c
Turned the old `Telnet Command' System-submenu into a more general
[PuTTY.git] / unix / pterm.c
index 00ce217e33f2cd39c28094eb21a234833137c7bd..57c8d0280da321598f3b232577657edd8760a3fe 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)
 {
     /*