X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ab2c86b9e339e4c0a7d824b1f7ec4efcce985d79..f8255dcefee839825ac584a96dee34d03bc69677:/console.c diff --git a/console.c b/console.c index e49eaa09..80bca3ca 100644 --- a/console.c +++ b/console.c @@ -303,3 +303,11 @@ int console_get_line(const char *prompt, char *str, } return 1; } + +void frontend_keypress(void) +{ + /* + * This is nothing but a stub, in console code. + */ + return; +}