1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-09 07:13:43 -05:00

Line discipline module now uses dynamically allocated data. Also

fixed one or two other minor problems.

[originally from svn r2141]
This commit is contained in:
Simon Tatham
2002-10-26 10:16:19 +00:00
parent ba0468b983
commit 0b2523eeda
16 changed files with 326 additions and 204 deletions

View File

@ -304,7 +304,7 @@ int console_get_line(const char *prompt, char *str,
return 1;
}
void frontend_keypress(void)
void frontend_keypress(void *handle)
{
/*
* This is nothing but a stub, in console code.