about summary refs log tree commit diff stats
path: root/input_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'input_win.c')
-rw-r--r--input_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input_win.c b/input_win.c
index fc242c99..06540bf1 100644
--- a/input_win.c
+++ b/input_win.c
@@ -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;