X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3f935d5bf975b26836da2fac5cd6e3df67a5e184..125105d16c788398562ac03e91ce7a0dc0292492:/unix/pterm.c diff --git a/unix/pterm.c b/unix/pterm.c index 00ce217e..57c8d028 100644 --- a/unix/pterm.c +++ b/unix/pterm.c @@ -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) { /*