mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 01:06:22 +00:00
Tidied special key functions
This commit is contained in:
@@ -76,7 +76,7 @@ void inp_block(void)
|
||||
wtimeout(inp_win, -1);
|
||||
}
|
||||
|
||||
void inp_poll_char(int *ch, char *input, int *size)
|
||||
void inp_get_char(int *ch, char *input, int *size)
|
||||
{
|
||||
int inp_y = 0;
|
||||
int inp_x = 0;
|
||||
|
||||
Reference in New Issue
Block a user