Handles failed logins correctly

This commit is contained in:
James Booth
2012-02-17 00:42:41 +00:00
parent 3be10300f4
commit 03b90cf5ab
9 changed files with 86 additions and 14 deletions

View File

@@ -32,6 +32,11 @@ void inp_non_block(void)
wtimeout(inp_win, 0);
}
void inp_block(void)
{
wtimeout(inp_win, -1);
}
void inp_poll_char(int *ch, char command[], int *size)
{
int inp_y = 0;