From f8255dcefee839825ac584a96dee34d03bc69677 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 24 Oct 2002 14:48:08 +0000 Subject: [PATCH] Need to stub frontend_keypress() in console.c as well as window.c. git-svn-id: svn://svn.tartarus.org/sgt/putty@2126 cda61777-01e9-0310-a592-d414129be87e --- console.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +} -- 2.11.0