Tidied special key functions

This commit is contained in:
James Booth
2012-03-10 20:46:30 +00:00
parent 3d8b1a5a4c
commit 4f82ece2d3
4 changed files with 72 additions and 66 deletions

View File

@@ -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;