X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/14880afc53efa7bad9ec73d468dc841c28525713..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) { /*