mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 21:56:21 +00:00
Handles failed logins correctly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user